Home
last modified time | relevance | path

Searched refs:getObjMsg (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DEhFrame.cpp46 isec->getObjMsg((const uint8_t *)loc - isec->data().data())); in failOn()
DSymbols.cpp638 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate()
640 std::string obj2 = errSec->getObjMsg(errOffset); in reportDuplicate()
DInputSection.cpp343 std::string InputSectionBase::getObjMsg(uint64_t off) { in getObjMsg() function in InputSectionBase
460 "\n>>> referenced by " + getObjMsg(p->r_offset)); in copyRelocations()
603 isec->getObjMsg(d->value) + " is ignored"); in getRISCVPCRelHi20()
620 error("R_RISCV_PCREL_LO12 relocation points to " + isec->getObjMsg(d->value) + in getRISCVPCRelHi20()
DInputSection.h203 std::string getObjMsg(uint64_t offset);
DRelocations.cpp96 return msg + s.getObjMsg(off); in getLocation()
895 msg += sec.getObjMsg(offset); in reportUndefinedSymbol()
1745 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()