Searched refs:N_STAB (Results 1 - 25 of 32) sorted by path

12

/netbsd-current/include/
H A Dnlist.h87 #define N_STAB 0x0e0 /* mask for debugger symbols -- stab(5) */ macro
/netbsd-current/lib/libc/gen/
H A Dnlist_aout.c170 if (soff == 0 || (s->n_type & N_STAB) != 0)
/netbsd-current/tools/arm-elf2aout/
H A Dnlist.h89 #define N_STAB 0x0e0 /* mask for debugger symbols -- stab(5) */ macro
/netbsd-current/tools/m68k-elf2aout/
H A Dnlist.h89 #define N_STAB 0x0e0 /* mask for debugger symbols -- stab(5) */ macro
/netbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c188 if (!nbuf._strx || nbuf.n_type&N_STAB)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h301 N_STAB = 0xe0, enumerator in enum:llvm::MachO::__anon1410
354 // llvm::MachO::nlist_64 when "(n_type & N_STAB) != 0"
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp262 if (Type & MachO::N_STAB)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1714 if ((NType & MachO::N_STAB) == 0) {
1828 if (n_type & MachO::N_STAB)
1859 if (MachOType & MachO::N_STAB)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp267 if (Type & MachO::N_STAB)
405 if (!(Type & MachO::N_STAB))
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1038 if (NType & MachO::N_STAB)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1092 if (NType & MachO::N_STAB)
1887 if (NType & MachO::N_STAB)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp634 if (!(MOSymbol.Type & MachO::N_STAB)) {
646 if (MOSymbol.Type & MachO::N_STAB) {
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Daoutx.h1395 if ((cache_ptr->type & N_STAB) != 0
3073 if ((type & N_STAB) != 0)
3315 || (type & N_STAB) != 0
4986 if ((type & N_STAB) != 0)
5034 else if ((type & N_STAB) != 0)
5152 if ((type & N_STAB) == 0
H A Dpdp11.c2786 BFD_ASSERT ((type & N_STAB) != 0);
4115 if ((type & N_STAB) != 0)
4163 else if ((type & N_STAB) != 0)
4281 if ((type & N_STAB) == 0
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Daout64.h292 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol. */
290 #define N_STAB macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dbout.h133 #define N_STAB 0340 /* Mask for all bits used for SDB entries */ macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Daoutx.h1389 if ((cache_ptr->type & N_STAB) != 0
3064 if ((type & N_STAB) != 0)
3306 || (type & N_STAB) != 0
4976 if ((type & N_STAB) != 0)
5024 else if ((type & N_STAB) != 0)
5142 if ((type & N_STAB) == 0
H A Dpdp11.c185 #undef N_STAB macro
/netbsd-current/external/gpl3/binutils/dist/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
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dbout.h133 #define N_STAB 0340 /* Mask for all bits used for SDB entries */ macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Daoutx.h1390 if ((cache_ptr->type & N_STAB) != 0
3072 if ((type & N_STAB) != 0)
3314 || (type & N_STAB) != 0
4989 if ((type & N_STAB) != 0)
5037 else if ((type & N_STAB) != 0)
5155 if ((type & N_STAB) == 0
H A Dpdp11.c185 #undef N_STAB macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c2227 if (type & N_STAB)
H A Dmdebugread.c3935 /* We should never get non N_STAB symbols here, but they
3938 if (type_code & N_STAB)
/netbsd-current/external/gpl3/gdb.old/dist/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

Completed in 565 milliseconds

12