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

/external/kernel-headers/original/uapi/linux/
H A Da.out.h172 short n_desc;
171 short n_desc; member in struct:nlist
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc69 short n_desc; member in struct:__anon5135::slist
279 // n_desc is a signed short
280 line.line_num = (unsigned short)cur_list->n_desc;
/external/llvm/include/llvm/Support/
H A DMachO.h365 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
979 uint16_t n_desc; member in struct:llvm::MachO::nlist_base
986 int16_t n_desc; member in struct:llvm::MachO::nlist
994 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
1242 sys::swapByteOrder(S.n_desc);
1247 sys::swapByteOrder(sym.n_desc);
1253 sys::swapByteOrder(sym.n_desc);
1289 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { argument
1290 return (((n_desc) >> 8u) & 0xffu);
1293 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument
1297 GET_COMM_ALIGN(uint16_t n_desc) argument
1301 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:__anon16845

Completed in 149 milliseconds