Searched refs:N_INDR (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dstab-syms.c43 __define_name (N_INDR, "INDR") \
H A Daoutx.h1504 case N_INDR: case N_INDR | N_EXT:
1592 sym_pointer->e_type[0] = N_INDR;
3006 case N_INDR:
3039 case N_INDR | N_EXT:
3131 if (type == (N_INDR | N_EXT) || type == N_WARNING)
3221 || type == N_INDR)
3235 if (type == (N_INDR | N_EXT))
3244 || type == (N_INDR | N_EXT))
4847 if ((type & N_TYPE) == N_INDR
[all...]
/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h76 #define N_INDR 0x0a /* alias definition */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-aout.c52 if ((type & N_TYPE) != N_INDR
93 case N_INDR:
H A Daout_gnu.h261 #define N_INDR 0xa
260 #define N_INDR macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h297 #define N_INDR 0x0a
295 #define N_INDR 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)
487 case MachO::N_INDR:
575 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1012 case MachO::N_INDR:
1349 S.NType = MachO::N_EXT | MachO::N_INDR;
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c488 case N_INDR: strcpy(type, "indr"); break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp345 case MachO::N_INDR:
347 "Unupported N_INDR symbol " +
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp269 io.enumCase(value, "N_INDR", llvm::MachO::N_INDR);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c1451 case N_INDR:
1452 case N_INDR | N_EXT:
H A Dmdebugread.c2826 case N_INDR:
2827 case N_INDR | N_EXT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp362 Type = MachO::N_INDR;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1717 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1720 "the end of string table, for N_INDR symbol at "
1788 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
1851 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h308 N_INDR = 0xau

Completed in 179 milliseconds