/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 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/ |
D | MachOStructs.h | 28 llvm::support::ulittle16_t n_desc; member
|
/external/kernel-headers/original/uapi/linux/ |
D | a.out.h | 154 short 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/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 64 uint16_t n_desc; member
|
/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 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/ |
D | MachOYAML.h | 87 uint16_t n_desc; member
|
/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 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/ |
D | Object.h | 116 uint16_t n_desc; member
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 983 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 981 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/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 69 short n_desc; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 15091 GLuint n_desc = 0; in test() local
|