reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/AArch64.cpp
   99     return R_ABS;
tools/lld/ELF/Arch/AMDGPU.cpp
   88     return R_ABS;
tools/lld/ELF/Arch/ARM.cpp
  110     return config->target1Rel ? R_PC : R_ABS;
  115       return R_ABS;
  143     return R_ABS;
tools/lld/ELF/Arch/AVR.cpp
   57   return R_ABS;
tools/lld/ELF/Arch/Hexagon.cpp
  104     return R_ABS;
tools/lld/ELF/Arch/MSP430.cpp
   59     return R_ABS;
tools/lld/ELF/Arch/Mips.cpp
  129     return R_ABS;
tools/lld/ELF/Arch/PPC.cpp
  200     return R_ABS;
tools/lld/ELF/Arch/PPC64.cpp
  554     return R_ABS;
tools/lld/ELF/Arch/RISCV.cpp
  230     return R_ABS;
tools/lld/ELF/Arch/SPARCV9.cpp
   57     return R_ABS;
tools/lld/ELF/Arch/X86.cpp
   87     return R_ABS;
tools/lld/ELF/Arch/X86_64.cpp
   86     return R_ABS;
tools/lld/ELF/InputSection.cpp
  487         sec->relocations.push_back({R_ABS, type, rel.r_offset, addend, &sym});
  651   case R_ABS:
  856     if (expr != R_ABS && expr != R_DTPREL && expr != R_RISCV_ADD) {
  895     assert(rel.expr == R_ABS);
tools/lld/ELF/Relocations.cpp
  232           {R_ABS, target->tlsOffsetRel, off, 0, &sym});
  259               {R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym});
  434   case R_ABS:
  451     return R_ABS;
  965   RelExpr expr = sym.isTls() ? R_TLS : R_ABS;
  985     addRelativeReloc(in.got, off, &sym, 0, R_ABS, target->symbolicRel);
  990       sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel);
tools/lld/ELF/SyntheticSections.cpp
  681   else if (sym.isPreemptible && expr == R_ABS)