Searched refs:N_STAB (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h91 #define N_STAB 0xe0 /* mask for debugger symbols -- stab(5) */ macro
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h132 #define N_STAB 0340 /* Mask for all bits used for SDB entries */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h250 #define N_STAB 0340
249 #define N_STAB macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h295 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol. */
293 #define N_STAB macro
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c183 if (soff != 0 && (symtab->n_type & N_STAB) == 0)
/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));
399 if (sin->n_type & N_STAB)
435 else if (sin->n_type & N_STAB)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp235 if (Type & MachO::N_STAB)
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c327 if ((nlist.n_type & N_STAB) == 0 &&
357 if ((nlist.n_type & N_STAB) == 0 &&
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1381 if ((cache_ptr->type & N_STAB) != 0
2983 if ((type & N_STAB) != 0)
3213 || (type & N_STAB) != 0
4861 if ((type & N_STAB) != 0)
4909 else if ((type & N_STAB) != 0)
5027 if ((type & N_STAB) == 0
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp642 if (MOSymbol.Type & MachO::N_STAB) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1160 if (NType & MachO::N_STAB)
1833 if (NType & MachO::N_STAB)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1711 if ((NType & MachO::N_STAB) == 0) {
1825 if (n_type & MachO::N_STAB)
1854 if (MachOType & MachO::N_STAB)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h295 N_STAB = 0xe0, enumerator in enum:llvm::MachO::__anon1431
348 // llvm::MachO::nlist_64 when "(n_type & N_STAB) != 0"
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c2579 if (type & N_STAB)
H A Dmdebugread.c3916 /* We should never get non N_STAB symbols here, but they
3919 if (type_code & N_STAB)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1006 if (NType & MachO::N_STAB)

Completed in 187 milliseconds