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

/darwin-on-arm/xnu/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.
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c572 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
604 uint8_t jn_type = sym[j].n_type & (N_TYPE | N_EXT);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c982 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
1500 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c215 u_char type = n_type & N_TYPE;

Completed in 23 milliseconds