/src/include/ |
nlist.h | 77 #define N_TYPE 0x1e /* mask for all the type bits */ 78 unsigned char n_type; /* type defines */ member in struct:nlist
|
/src/tools/arm-elf2aout/ |
nlist.h | 79 #define N_TYPE 0x1e /* mask for all the type bits */ 80 unsigned char n_type; /* type defines */ member in struct:nlist
|
/src/tools/m68k-elf2aout/ |
nlist.h | 79 #define N_TYPE 0x1e /* mask for all the type bits */ 80 unsigned char n_type; /* type defines */ member in struct:nlist
|
/src/usr.bin/find/ |
option.c | 145 { "-type", N_TYPE, c_type, 1 },
|
find.h | 49 N_PRUNE, N_REGEX, N_SINCE, N_SIZE, N_TYPE, N_USER, N_XDEV, N_DELETE
|
/src/usr.bin/crunch/crunchide/ |
exec_aout.c | 61 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF) 166 symp->n_type = 0; 199 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
|
/src/usr.sbin/kvm_mkdb/ |
nlist_aout.c | 188 if (!nbuf._strx || nbuf.n_type&N_STAB) 207 if ((nbuf.n_type & N_TYPE) == N_TEXT)
|
/src/sys/arch/amiga/stand/binpatch/ |
binpatch.c | 233 type = nl[0].n_type & N_TYPE;
|