Searched defs:n_type (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dnlist.h119 unsigned char n_type; /* type flag, i.e. N_TEXT etc; see below */ member in struct:nlist
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h84 unsigned char n_type; /* type flag, see below */ member in struct:nlist
97 uint8_t n_type; /* type flag, see below */ member in struct:nlist_64
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c584 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); local
611 uint8_t n_type = sym[j].n_type & (N_TYPE | N_EXT); local
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c390 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); local
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c460 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); local
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c921 unsigned char n_type = sym->n_type; local
1030 unsigned char n_type; local
1595 unsigned char n_type = sym->n_type & (N_TYPE | N_EXT); local
[all...]

Completed in 45 milliseconds