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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-aout.c43 if (! (type & ~ (N_TYPE | N_EXT)))
52 if ((type & N_TYPE) != N_INDR
53 && (type & N_TYPE) != N_SETA
54 && (type & N_TYPE) != N_SETT
55 && (type & N_TYPE) != N_SETD
56 && (type & N_TYPE) != N_SETB
64 switch (type & N_TYPE)
H A Daout_gnu.h249 #define N_TYPE 036
248 #define N_TYPE macro
/freebsd-10.1-release/sys/sys/
H A Dnlist_aout.h92 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/freebsd-10.1-release/contrib/gdb/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/freebsd-10.1-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c60 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
/freebsd-10.1-release/contrib/binutils/bfd/
H A Daoutx.h1390 switch (cache_ptr->type & N_TYPE)
1476 switch (cache_ptr->type & N_TYPE)
1558 sym_pointer->e_type[0] &= ~N_TYPE;
1640 switch (sym_pointer->e_type[0] & N_TYPE)
3859 switch (indx & N_TYPE)
4484 if ((type & N_TYPE) == N_TEXT
4487 else if ((type & N_TYPE) == N_DATA
4490 else if ((type & N_TYPE) == N_BSS
4493 else if ((type & N_TYPE) == N_ABS
4847 if ((type & N_TYPE)
[all...]
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Daout64.h294 #define N_TYPE 0x1e
292 #define N_TYPE macro
/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp583 switch (n_type & MachO::N_TYPE) {
604 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF)
612 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
623 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h286 N_TYPE = 0x0e, enumerator in enum:llvm::MachO::__anon2124
291 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
/freebsd-10.1-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp471 switch (NType & MachO::N_TYPE) {
/freebsd-10.1-release/usr.bin/elfdump/
H A Delfdump.c69 N_NAMESZ, N_DESCSZ, N_TYPE, enumerator in enum:elf_member
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstabsread.c621 switch (type & N_TYPE)

Completed in 280 milliseconds