/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MachO.h | 637 int16_t n_desc; member 645 uint16_t n_desc; member 651 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) in GET_LIBRARY_ORDINAL() argument 653 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 656 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) in SET_LIBRARY_ORDINAL() argument 658 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8)); in SET_LIBRARY_ORDINAL() 661 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) in GET_COMM_ALIGN() argument 663 return (n_desc >> 8u) & 0x0fu; in GET_COMM_ALIGN() 666 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_t align) in SET_COMM_ALIGN() argument 668 n_desc = ((n_desc & 0xf0ffu) | ((align & 0x0fu) << 8u)); in SET_COMM_ALIGN()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 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 1330 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8)); in SET_LIBRARY_ORDINAL() [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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 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 1345 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8)); in SET_LIBRARY_ORDINAL() [all …]
|
/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/valgrind/memcheck/tests/solaris/ |
D | door_kill.c | 17 door_desc_t *dp, uint_t n_desc) in server_procedure() argument
|
D | door_data.c | 31 door_desc_t *dp, uint_t n_desc) in server_procedure() argument
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | macho-dumpx | 193 n_desc = f.read16() 194 print " ('n_desc', %r)" % n_desc
|
/external/kernel-headers/original/uapi/linux/ |
D | a.out.h | 154 short n_desc; member
|
/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()
|
/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/solaris/ |
D | dump_symbols.cc | 69 short n_desc; member 280 line.line_num = (unsigned short)cur_list->n_desc; in LoadLineInfo()
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 435 NL.n_desc = nlist.n_desc; in constructNameList()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 330 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 337 NDesc = STE_64.n_desc; in darwinPrintSymbol() 347 NDesc = STE.n_desc; in darwinPrintSymbol() 579 NDesc = STE_64.n_desc; in darwinPrintStab() 584 NDesc = STE.n_desc; in darwinPrintStab()
|
/external/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 64 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/lib/ObjectYAML/ |
D | MachOYAML.cpp | 179 IO.mapRequired("n_desc", NListEntry.n_desc); in mapping()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 503 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc); in getSymbolAlignment() 540 uint16_t MachOFlags = Entry.n_desc; in getSymbolFlags()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 14932 GLuint n_desc = 0; in test() local 14949 n_desc = 2; in test() 14957 n_desc = 4; in test() 14969 n_desc = 4; in test() 14981 n_desc = 4; in test() 14993 n_desc = 6; in test() 15009 n_desc = 6; in test() 15025 n_desc = 6; in test() 15041 n_desc = 8; in test() 15062 for (GLuint i = 0; i < n_desc; ++i) in test()
|
/external/valgrind/perf/ |
D | tinycc.c | 18379 unsigned short n_desc; /* description field */ member 18396 sym->n_desc = desc; in put_stabs() 20519 last_line_num = sym->n_desc; in rt_printline()
|