Home
last modified time | relevance | path

Searched refs:N_STAB (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/sys/sys/
Dnlist_aout.h93 #define N_STAB 0xe0 /* mask for debugger symbols -- stab(5) */ macro
/freebsd-12-stable/contrib/gdb/include/
Dbout.h132 #define N_STAB 0340 /* Mask for all bits used for SDB entries */ macro
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp394 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE)); in readBinary()
399 if (sin->n_type & N_STAB) in readBinary()
435 else if (sin->n_type & N_STAB) in readBinary()
/freebsd-12-stable/contrib/binutils/gas/config/
Daout_gnu.h249 #define N_STAB 0340 macro
/freebsd-12-stable/contrib/binutils/include/aout/
Daout64.h293 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol. */ macro
/freebsd-12-stable/lib/libc/gen/
Dnlist.c183 if (soff != 0 && (symtab->n_type & N_STAB) == 0) in __aout_fdnlist()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp634 if (!(MOSymbol.Type & MachO::N_STAB)) { in printSymbol()
646 if (MOSymbol.Type & MachO::N_STAB) { in printSymbol()
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c327 if ((nlist.n_type & N_STAB) == 0 && in scan_macho_load_commands()
357 if ((nlist.n_type & N_STAB) == 0 && in scan_macho_load_commands()
/freebsd-12-stable/contrib/binutils/bfd/
Daoutx.h1380 if ((cache_ptr->type & N_STAB) != 0 in translate_from_native_sym_flags()
2975 if ((type & N_STAB) != 0) in aout_link_add_symbols()
3205 || (type & N_STAB) != 0 in aout_link_check_ar_symbols()
4852 if ((type & N_STAB) != 0) in aout_link_write_symbols()
4900 else if ((type & N_STAB) != 0) in aout_link_write_symbols()
5018 if ((type & N_STAB) == 0 in aout_link_write_symbols()
DChangeLog-94956363 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FN
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp268 if (Type & MachO::N_STAB) in createNormalizedSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1152 if (NType & MachO::N_STAB) in disassembleObject()
1970 if (NType & MachO::N_STAB) in printSymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp1713 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()
1827 if (n_type & MachO::N_STAB) in getSymbolType()
1858 if (MachOType & MachO::N_STAB) in getSymbolFlags()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DInputFiles.cpp608 if (sym.n_type & N_STAB) in parseSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h301 N_STAB = 0xe0, enumerator
/freebsd-12-stable/contrib/gdb/gdb/
Ddbxread.c2570 if (type & N_STAB) in read_ofile_symtab()
Dmdebugread.c3911 if (type_code & N_STAB) in psymtab_to_symtab_1()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp923 if (NType & MachO::N_STAB) in getSymbolNMTypeChar()