| /external/llvm/test/ObjectYAML/MachO/ |
| 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 …]
|
| /external/google-breakpad/src/third_party/mac_headers/mach-o/ |
| 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 …]
|
| /external/llvm/include/llvm/Support/ |
| 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 …]
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| 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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| 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 …]
|
| /external/llvm/test/tools/dsymutil/ |
| 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
|
| /external/llvm/tools/dsymutil/ |
| 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()
|
| /external/google-breakpad/src/client/mac/handler/ |
| D | breakpad_nlist_64.cc | 186 q->n_desc = 0; in __breakpad_fdnlist() 387 p->n_desc = q->n_desc; in __breakpad_fdnlist()
|
| /external/llvm/test/Object/ |
| D | nm-darwin-m.test | 8 # This is testing that the various bits in the n_desc feild are correct
|
| /external/google-breakpad/src/common/ |
| D | stabs_reader.cc | 186 // The n_desc of a N_SLINE entry is the line number. It's a in ProcessCompilationUnit() 252 // The n_desc of a N_SLINE entry is the line number. It's a in ProcessFunction()
|
| /external/google-breakpad/src/common/solaris/ |
| D | dump_symbols.cc | 69 short n_desc; member 279 // n_desc is a signed short in LoadLineInfo() 280 line.line_num = (unsigned short)cur_list->n_desc; in LoadLineInfo()
|
| /external/rust/crates/libc/src/unix/solarish/ |
| D | solaris.rs | 90 n_desc: ::c_uint, in door_create()
|
| /external/pigweed/pw_build_info/py/pw_build_info/ |
| D | build_id.py | 59 return bytes.fromhex(build_id_note['n_desc'])
|
| /external/llvm/tools/llvm-nm/ |
| 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()
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2macho.cpp | 330 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
|
| /external/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 435 NL.n_desc = nlist.n_desc; in constructNameList()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | MachOLinkGraphBuilder.cpp | 222 Desc = NL64.n_desc; in createNormalizedSymbols() 230 Desc = NL32.n_desc; in createNormalizedSymbols()
|
| /external/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 179 IO.mapRequired("n_desc", NListEntry.n_desc); in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MachOEmitter.cpp | 379 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
|
| D | MachOYAML.cpp | 197 IO.mapRequired("n_desc", NListEntry.n_desc); in mapping()
|
| /external/kernel-headers/original/uapi/linux/ |
| D | a.out.h | 154 short n_desc; member
|
| /external/llvm/include/llvm/ObjectYAML/ |
| D | MachOYAML.h | 64 uint16_t n_desc; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | MachOYAML.h | 72 uint16_t n_desc; member
|
| /external/llvm/tools/llvm-readobj/ |
| D | MachODumper.cpp | 373 Symbol.Flags = Entry.n_desc; in getSymbol() 381 Symbol.Flags = Entry.n_desc; in getSymbol()
|
| /external/llvm/include/llvm/MC/ |
| D | MCStreamer.h | 441 /// \param Symbol - The symbol to have its n_desc field set. 442 /// \param DescValue - The value to set into the n_desc field.
|