Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DEhFrame.cpp45 isec->getObjMsg((const uint8_t *)loc - isec->rawData.data())); in failOn()
H A DInputSection.cpp277 std::string InputSectionBase::getObjMsg(uint64_t off) { in getObjMsg() function in InputSectionBase
387 "\n>>> referenced by " + getObjMsg(p->r_offset)); in copyRelocations()
544 isec->getObjMsg(d->value) + " is ignored"); in getRISCVPCRelHi20()
562 isec->getObjMsg(d->value) + in getRISCVPCRelHi20()
1325 getObjMsg(d.data() - rawData.data())); in split()
H A DSymbols.cpp587 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate()
589 std::string obj2 = errSec->getObjMsg(errOffset); in reportDuplicate()
H A DInputSection.h191 std::string getObjMsg(uint64_t offset);
H A DRelocations.cpp95 return msg + s.getObjMsg(off); in getLocation()
759 msg += sec.getObjMsg(offset); in reportUndefinedSymbol()
1912 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()