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

/external/kernel-headers/original/linux/
H A Da.out.h166 short n_desc;
165 short n_desc; member in struct:nlist
/external/llvm/include/llvm/Support/
H A DMachO.h644 int16_t n_desc; member in struct:llvm::MachO::nlist
652 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
658 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) argument
660 return (((n_desc) >> 8u) & 0xffu);
663 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) argument
665 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8));
668 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) argument
670 return (n_desc >> 8u) & 0x0fu;
673 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_ argument
[all...]
/external/valgrind/main/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:__anon12922

Completed in 90 milliseconds