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

Declarations

tools/lld/ELF/Target.h
   19 std::string toString(elf::RelType type);

References

tools/lld/ELF/Arch/ARM.cpp
  517     error(getErrorLocation(loc) + "unrecognized relocation " + toString(type));
tools/lld/ELF/Arch/AVR.cpp
   70     error(getErrorLocation(loc) + "unrecognized relocation " + toString(type));
tools/lld/ELF/Arch/MSP430.cpp
   87     error(getErrorLocation(loc) + "unrecognized relocation " + toString(type));
tools/lld/ELF/Arch/Mips.cpp
  522         toString(type) + " relocation");
tools/lld/ELF/Arch/RISCV.cpp
  435           "unimplemented relocation: " + toString(type));
tools/lld/ELF/InputSection.cpp
  858                         ": has non-ABS relocation " + toString(type) +
tools/lld/ELF/Relocations.cpp
  423   error("relocation " + toString(type) + " cannot refer to absolute symbol: " +
  620   warn("can't find matching " + toString(pairTy) + " relocation for " +
  621        toString(type));
 1089           error("unresolvable relocation " + toString(type) +
 1146           "can't create dynamic relocation " + toString(type) + " against " +
 1154           "relocation " + toString(type) + " cannot be used against " +
tools/lld/ELF/Target.h
  201   errorOrWarn(errPlace.loc + "relocation " + lld::toString(type) +
  230           lld::toString(type) + ": 0x" + llvm::utohexstr(v) +
tools/lld/ELF/Thunks.cpp
  826   fatal("relocation " + toString(reloc) + " to " + toString(s) +
  844   fatal("relocation " + toString(reloc) + " to " + toString(s) +