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

/freebsd-11-stable/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-11-stable/sys/sys/
H A Dnlist_aout.h90 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp436 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
453 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
455 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE)
460 switch (NType & MachO::N_TYPE) {
467 if ((NType & MachO::N_TYPE) == MachO::N_PBUD)
563 if ((NType & MachO::N_TYPE) != MachO::N_UNDF &&
566 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY)
568 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC)
575 if ((NType & MachO::N_TYPE)
[all...]
/freebsd-11-stable/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-11-stable/contrib/binutils/include/aout/
H A Daout64.h294 #define N_TYPE 0x1e
292 #define N_TYPE macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h116 return (n_type & MachO::N_TYPE) == MachO::N_UNDF;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp309 switch (NSym.Type & MachO::N_TYPE) {
352 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) +
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c329 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
359 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp394 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE));
426 sout.type = (NListType)(sin->n_type & N_TYPE);
H A DMachONormalizedFileToAtoms.cpp231 if ((sym.type & N_TYPE) != N_SECT)
572 if ((sym->type & N_TYPE) == N_SECT) {
585 } else if ((sym->type & N_TYPE) == N_UNDF) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1712 if ((NType & MachO::N_TYPE) == MachO::N_SECT) {
1717 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1724 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1725 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {
1788 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
1828 switch (n_type & MachO::N_TYPE) {
1851 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
1859 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
1876 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp649 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE),
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c75 N_NAMESZ, N_DESCSZ, N_TYPE, enumerator in enum:elf_member
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h297 N_TYPE = 0x0e, enumerator in enum:llvm::MachO::__anon1431
302 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c621 switch (type & N_TYPE)

Completed in 340 milliseconds