Home
last modified time | relevance | path

Searched defs:n_desc (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h85 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
/xnu-10002.1.13/libkern/kxld/
H A Dkxld_sym.c159 init_predicates(KXLDSym *sym, u_char n_type, u_short n_desc) in init_predicates()