Searched defs:n_desc (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Ddoor_data.c31 door_desc_t *dp, uint_t n_desc)
30 server_procedure(void *cookie, char *argp, size_t arg_size, door_desc_t *dp, uint_t n_desc) argument
H A Ddoor_kill.c17 door_desc_t *dp, uint_t n_desc)
16 server_procedure(void *cookie, char *argp, size_t arg_size, door_desc_t *dp, uint_t n_desc) argument
/external/kernel-headers/original/uapi/linux/
H A Da.out.h172 short n_desc;
171 short n_desc; member in struct:nlist
/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h64 uint16_t n_desc; member in struct:llvm::MachOYAML::NListEntry
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc69 short n_desc; member in struct:__anon6884::slist
279 // n_desc is a signed short
280 line.line_num = (unsigned short)cur_list->n_desc;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h637 int16_t n_desc; member in struct:llvm::MachO::nlist
645 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
651 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) argument
653 return (((n_desc) >> 8u) & 0xffu);
656 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) argument
658 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8));
661 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) argument
663 return (n_desc >> 8u) & 0x0fu;
666 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_ argument
[all...]
/external/llvm/include/llvm/Support/
H A DMachO.h323 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
942 uint16_t n_desc; member in struct:llvm::MachO::nlist_base
949 int16_t n_desc; member in struct:llvm::MachO::nlist
957 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
1226 sys::swapByteOrder(S.n_desc);
1231 sys::swapByteOrder(sym.n_desc);
1237 sys::swapByteOrder(sym.n_desc);
1325 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { argument
1326 return (((n_desc) >> 8u) & 0xffu);
1329 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument
1333 GET_COMM_ALIGN(uint16_t n_desc) argument
1337 SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) argument
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h323 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
950 uint16_t n_desc; member in struct:llvm::MachO::nlist_base
957 int16_t n_desc; member in struct:llvm::MachO::nlist
965 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
1234 sys::swapByteOrder(S.n_desc);
1239 sys::swapByteOrder(sym.n_desc);
1245 sys::swapByteOrder(sym.n_desc);
1340 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { argument
1341 return (((n_desc) >> 8u) & 0xffu);
1344 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument
1348 GET_COMM_ALIGN(uint16_t n_desc) argument
1352 SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) argument
[all...]
/external/valgrind/perf/
H A Dtinycc.c18381 unsigned short n_desc; /* description field */
18398 sym->n_desc = desc;
20521 last_line_num = sym->n_desc;
18379 unsigned short n_desc; /* description field */ member in struct:__anon25496

Completed in 644 milliseconds