Home
last modified time | relevance | path

Searched defs:n_desc (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dnlist.h85 int16_t n_desc; /* see <mach-o/stab.h> */ member
98 uint16_t n_desc; /* see <mach-o/stab.h> */ member
169 #define GET_COMM_ALIGN(n_desc) (((n_desc) >> 8) & 0x0f) argument
170 #define SET_COMM_ALIGN(n_desc,align) \ argument
237 #define GET_LIBRARY_ORDINAL(n_desc) (((n_desc) >> 8) & 0xff) argument
238 #define SET_LIBRARY_ORDINAL(n_desc,ordinal) \ argument
/external/llvm-project/lld/MachO/
DMachOStructs.h28 llvm::support::ulittle16_t n_desc; member
/external/kernel-headers/original/uapi/linux/
Da.out.h154 short n_desc; member
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h64 uint16_t n_desc; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h72 uint16_t n_desc; member
/external/llvm/include/llvm/Support/
DMachO.h942 uint16_t n_desc; member
949 int16_t n_desc; member
957 uint16_t n_desc; member
1325 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()
1329 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()
1333 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { in GET_COMM_ALIGN()
1337 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DMachOYAML.h87 uint16_t n_desc; member
/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
1340 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()
1344 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()
1348 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { in GET_COMM_ALIGN()
1352 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h116 uint16_t n_desc; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h981 uint16_t n_desc; member
988 int16_t n_desc; member
996 uint16_t n_desc; member
1390 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()
1394 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()
1398 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN()
1402 inline void SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h983 uint16_t n_desc; member
990 int16_t n_desc; member
998 uint16_t n_desc; member
1392 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()
1396 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()
1400 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN()
1404 inline void SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc69 short n_desc; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp15091 GLuint n_desc = 0; in test() local