Searched refs:N_ABS (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h72 #define N_ABS 0x02 /* absolute address */ macro
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h124 #define N_ABS 2 /* Absolute symbol */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h77 #define N_ABS -1 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h25 enum ReservedSectionNum { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator in enum:llvm::XCOFF::ReservedSectionNum
H A DMachO.h305 N_ABS = 0x2u,
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1403 case N_ABS:
1424 case N_ABS: case N_ABS | N_EXT:
1582 sym_pointer->e_type[0] |= N_ABS;
1628 case N_ABS: type = N_SETA; break;
1643 case N_ABS: type = N_WEAKA; break;
1970 r_index = N_ABS;
2049 r_index = N_ABS;
2125 case N_ABS: \
2126 case N_ABS | N_EX
[all...]
H A Dbout.c808 case N_ABS:
809 case N_ABS | N_EXT:
H A Dcoffgen.c301 if (index == N_ABS)
601 syment->n_scnum = N_ABS;
912 native->u.syment.n_scnum = N_ABS;
H A Dcofflink.c1512 symbol, then skip it. FIXME: gas sets the section to N_ABS
1519 || (isym.n_scnum == N_ABS
2506 isym.n_scnum = N_ABS;
H A Dsunos.c2281 ? N_ABS
H A Decoff.c36 #undef N_ABS macro
H A Dxcofflink.c5075 isym.n_scnum = N_ABS;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h238 #define N_ABS 2
245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
237 #define N_ABS macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h283 #define N_ABS 2 /* Absolute symbol -- defined at particular addr. */
290 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
281 #define N_ABS macro
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h459 #define N_ABS ((short)-1) /* value of symbol is absolute */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c385 N_FN : N_ABS;
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c484 case N_ABS: strcpy(type, "abs"); break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp329 case MachO::N_ABS:
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c455 case N_ABS | N_EXT:
1341 case N_ABS | N_EXT:
1441 case N_ABS:
H A Dcoffread.c886 else if (cs->c_secnum == N_ABS)
H A Dmdebugread.c2786 case N_ABS | N_EXT:
2816 case N_ABS:
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp484 case MachO::N_ABS:
1010 case MachO::N_ABS:
1346 S.NType = MachO::N_EXT | MachO::N_ABS;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp266 io.enumCase(value, "N_ABS", llvm::MachO::N_ABS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp449 case XCOFF::N_ABS:
450 return "N_ABS";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp366 Type = MachO::N_ABS;

Completed in 341 milliseconds

12