Searched refs:N_TYPE (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h113 * N_TYPE:3,
119 #define N_TYPE 0x0e /* mask for the type bits */ macro
130 * Values for N_TYPE bits of the n_type field.
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dsdt.c576 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
608 uint8_t jn_type = sym[j].n_type & (N_TYPE | N_EXT);
/xnu-2422.115.4/bsd/dev/i386/
H A Dfbt_x86.c962 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.c215 u_char type = n_type & N_TYPE;

Completed in 78 milliseconds