/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | symtab.yaml | 148 n_desc: 128 153 n_desc: 128 158 n_desc: 128 163 n_desc: 128 168 n_desc: 128 173 n_desc: 128 178 n_desc: 128 183 n_desc: 0 188 n_desc: 0 193 n_desc: 16 [all …]
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
H A D | nlist.h | 85 int16_t n_desc; /* see <mach-o/stab.h> */ member 98 uint16_t n_desc; /* see <mach-o/stab.h> */ member 165 * between 2^1 and 2^15 as part of the n_desc field using the macros below. If 169 #define GET_COMM_ALIGN(n_desc) (((n_desc) >> 8) & 0x0f) argument 170 #define SET_COMM_ALIGN(n_desc,align) \ argument 171 (n_desc) = (((n_desc) & 0xf0ff) | (((align) & 0x0f) << 8)) 183 * undefined symbols will be to use some of the bits of the n_desc field as a 184 * reference type. The mask REFERENCE_TYPE will be applied to the n_desc field 192 /* Reference type bits of the n_desc field of undefined symbols */ 215 * bound to is recorded by the static linker in the high 8 bits of the n_desc [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 323 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 942 uint16_t n_desc; member 949 int16_t n_desc; member 957 uint16_t n_desc; member 1226 sys::swapByteOrder(S.n_desc); in swapStruct() 1231 sys::swapByteOrder(sym.n_desc); in swapStruct() 1237 sys::swapByteOrder(sym.n_desc); in swapStruct() 1325 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1326 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1329 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 323 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 950 uint16_t n_desc; member 957 int16_t n_desc; member 965 uint16_t n_desc; member 1234 sys::swapByteOrder(S.n_desc); in swapStruct() 1239 sys::swapByteOrder(sym.n_desc); in swapStruct() 1245 sys::swapByteOrder(sym.n_desc); in swapStruct() 1340 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1341 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1344 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 317 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 979 uint16_t n_desc; member 986 int16_t n_desc; member 994 uint16_t n_desc; member 1263 sys::swapByteOrder(S.n_desc); in swapStruct() 1268 sys::swapByteOrder(sym.n_desc); in swapStruct() 1274 sys::swapByteOrder(sym.n_desc); in swapStruct() 1388 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1389 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1392 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 331 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 1005 uint16_t n_desc; member 1012 int16_t n_desc; member 1020 uint16_t n_desc; member 1402 sys::swapByteOrder(S.n_desc); in swapStruct() 1407 sys::swapByteOrder(sym.n_desc); in swapStruct() 1413 sys::swapByteOrder(sym.n_desc); in swapStruct() 1535 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1536 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1539 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MachO.h | 331 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 1006 uint16_t n_desc; member 1013 int16_t n_desc; member 1021 uint16_t n_desc; member 1403 sys::swapByteOrder(S.n_desc); in swapStruct() 1408 sys::swapByteOrder(sym.n_desc); in swapStruct() 1414 sys::swapByteOrder(sym.n_desc); in swapStruct() 1537 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1538 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1541 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MachO.h | 331 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 1006 uint16_t n_desc; member 1013 int16_t n_desc; member 1021 uint16_t n_desc; member 1403 sys::swapByteOrder(S.n_desc); in swapStruct() 1408 sys::swapByteOrder(sym.n_desc); in swapStruct() 1414 sys::swapByteOrder(sym.n_desc); in swapStruct() 1537 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1538 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1541 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MachO.h | 331 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 1006 uint16_t n_desc; member 1013 int16_t n_desc; member 1021 uint16_t n_desc; member 1403 sys::swapByteOrder(S.n_desc); in swapStruct() 1408 sys::swapByteOrder(sym.n_desc); in swapStruct() 1414 sys::swapByteOrder(sym.n_desc); in swapStruct() 1537 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1538 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1541 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MachO.h | 331 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 1006 uint16_t n_desc; member 1013 int16_t n_desc; member 1021 uint16_t n_desc; member 1403 sys::swapByteOrder(S.n_desc); in swapStruct() 1408 sys::swapByteOrder(sym.n_desc); in swapStruct() 1414 sys::swapByteOrder(sym.n_desc); in swapStruct() 1537 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1538 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1541 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument [all …]
|
/aosp_15_r20/external/ethtool/netlink/ |
H A D | nlsock.c | 52 unsigned int n_desc; in genl_msg_summary() local 62 n_desc = outgoing ? ethnl_umsg_n_desc : ethnl_kmsg_n_desc; in genl_msg_summary() 63 if (ghdr->cmd < n_desc && msg_desc[ghdr->cmd].name) in genl_msg_summary() 70 pretty_print_genlmsg(nlhdr, msg_desc, n_desc, 0); in genl_msg_summary()
|
/aosp_15_r20/external/llvm/test/tools/dsymutil/ |
H A D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | MachODebugMapParser.cpp | 78 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry() 92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in dumpSymTabEntry() 203 OS << "Index n_strx n_type n_sect n_desc n_value\n"; in dumpSymTabHeader() 254 // n_desc in dumpSymTabEntry()
|
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/ |
H A D | breakpad_nlist_64.cc | 190 q->n_desc = 0; in __breakpad_fdnlist() 388 p->n_desc = q->n_desc; in __breakpad_fdnlist()
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_note_gnu_property.h | 51 char n_desc[0]; member 64 char n_desc[0]; member
|
/aosp_15_r20/external/google-breakpad/src/common/solaris/ |
H A D | dump_symbols.cc | 72 short n_desc; member 282 // n_desc is a signed short in LoadLineInfo() 283 line.line_num = (unsigned short)cur_list->n_desc; in LoadLineInfo()
|
/aosp_15_r20/external/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 337 NDesc = STE_64.n_desc; in darwinPrintSymbol() 347 NDesc = STE.n_desc; in darwinPrintSymbol() 566 // darwinPrintStab() prints the n_sect, n_desc along with a symbolic name of 579 NDesc = STE_64.n_desc; in darwinPrintStab() 584 NDesc = STE.n_desc; in darwinPrintStab()
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | stabs_reader.cc | 190 // The n_desc of a N_SLINE entry is the line number. It's a in ProcessCompilationUnit() 256 // The n_desc of a N_SLINE entry is the line number. It's a in ProcessFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 227 SE.n_desc = nlist.n_desc; in constructSymbolEntry()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 330 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 177 Sym.n_desc = Desc; in addSymbol() 255 Sym.n_desc = Desc; in addSymbol()
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 435 NL.n_desc = nlist.n_desc; in constructNameList()
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 179 IO.mapRequired("n_desc", NListEntry.n_desc); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 222 Desc = NL64.n_desc; in createNormalizedSymbols() 230 Desc = NL32.n_desc; in createNormalizedSymbols()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 379 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
|