Searched refs:n_desc (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMachO.h640 int16_t n_desc; member in struct:llvm::MachO::nlist
648 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
654 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) argument
656 return (((n_desc) >> 8u) & 0xffu);
659 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) argument
661 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8));
664 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) argument
666 return (n_desc >> 8u) & 0x0fu;
669 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_ argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c152 st->n_type, st->n_other, st->n_desc,
307 line.no = (Int)((UShort)st->n_desc);
/external/kernel-headers/original/linux/
H A Da.out.h166 short n_desc;
165 short n_desc; member in struct:nlist
/external/llvm/test/Scripts/
H A Dmacho-dumpx193 n_desc = f.read16()
194 print " ('n_desc', %r)" % n_desc
/external/valgrind/main/perf/
H A Dtinycc.c18380 unsigned short n_desc; /* description field */
18397 sym->n_desc = desc;
20520 last_line_num = sym->n_desc;
18378 unsigned short n_desc; /* description field */ member in struct:__anon11532

Completed in 151 milliseconds