Home
last modified time | relevance | path

Searched refs:n_desc (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h637 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/
DMachO.h942 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/
Ddump-symtab.test8 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/
DMachO.h950 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/
Dbreakpad_nlist_64.cc186 q->n_desc = 0; in __breakpad_fdnlist()
387 p->n_desc = q->n_desc; in __breakpad_fdnlist()
/external/valgrind/memcheck/tests/solaris/
Ddoor_kill.c17 door_desc_t *dp, uint_t n_desc) in server_procedure() argument
Ddoor_data.c31 door_desc_t *dp, uint_t n_desc) in server_procedure() argument
/external/swiftshader/third_party/LLVM/test/Scripts/
Dmacho-dumpx193 n_desc = f.read16()
194 print " ('n_desc', %r)" % n_desc
/external/kernel-headers/original/uapi/linux/
Da.out.h154 short n_desc; member
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp78 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/
Dnm-darwin-m.test8 # This is testing that the various bits in the n_desc feild are correct
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc69 short n_desc; member
280 line.line_num = (unsigned short)cur_list->n_desc; in LoadLineInfo()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp435 NL.n_desc = nlist.n_desc; in constructNameList()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp330 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp337 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/
DMachOYAML.h64 uint16_t n_desc; member
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp373 Symbol.Flags = Entry.n_desc; in getSymbol()
381 Symbol.Flags = Entry.n_desc; in getSymbol()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp179 IO.mapRequired("n_desc", NListEntry.n_desc); in mapping()
/external/llvm/lib/Object/
DMachOObjectFile.cpp503 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/
Dgl4cEnhancedLayoutsTests.cpp14932 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/
Dtinycc.c18379 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()