Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DEhFrame.cpp45 isec->getObjMsg((const uint8_t *)loc - isec->content().data())); in failOn()
DInputSection.cpp289 std::string InputSectionBase::getObjMsg(uint64_t off) { in getObjMsg() function in InputSectionBase
400 "\n>>> referenced by " + getObjMsg(p->r_offset)); in copyRelocations()
557 isec->getObjMsg(d->value) + " is ignored"); in getRISCVPCRelHi20()
575 isec->getObjMsg(d->value) + in getRISCVPCRelHi20()
1205 getObjMsg(d.data() - content().data())); in split()
DSymbols.cpp552 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate()
554 std::string obj2 = errSec->getObjMsg(errOffset); in reportDuplicate()
DRelocations.cpp95 return msg + s.getObjMsg(off); in getLocation()
738 msg += sec.getObjMsg(offset); in reportUndefinedSymbol()
801 warn(sec.getSrcMsg(sym, offset) + "(" + sec.getObjMsg(offset) + in reportGNUWarning()
1967 isec->getObjMsg(src - (os->addr + isec->outSecOff))); in getISDThunkSec()
DInputSection.h198 std::string getObjMsg(uint64_t offset);