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

Declarations

tools/lld/ELF/InputSection.h
  175   std::string getObjMsg(uint64_t offset);

References

tools/lld/ELF/EhFrame.cpp
   45           isec->getObjMsg((const uint8_t *)loc - isec->data().data()));
tools/lld/ELF/InputSection.cpp
  452                "\n>>> referenced by " + getObjMsg(p->r_offset));
  581          isec->getObjMsg(d->value) + " is ignored");
  598   error("R_RISCV_PCREL_LO12 relocation points to " + isec->getObjMsg(d->value) +
tools/lld/ELF/Relocations.cpp
   92   return msg + s.getObjMsg(off);
  799     msg += sec.getObjMsg(offset);
 1602             isec->getObjMsg(src - (os->addr + isec->outSecOff)));
tools/lld/ELF/Symbols.cpp
  586   std::string obj1 = sec1->getObjMsg(d->value);
  588   std::string obj2 = errSec->getObjMsg(errOffset);