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

/openbsd-current/gnu/llvm/lld/ELF/
H A DEhFrame.cpp45 isec->getObjMsg((const uint8_t *)loc - isec->content().data()));
H A DInputSection.cpp289 std::string InputSectionBase::getObjMsg(uint64_t off) { function in class:InputSectionBase
296 // Find a symbol that encloses a given location. getObjMsg may be called
400 "\n>>> referenced by " + getObjMsg(p->r_offset));
557 isec->getObjMsg(d->value) + " is ignored");
575 isec->getObjMsg(d->value) +
1205 getObjMsg(d.data() - content().data()));
H A DSymbols.cpp552 std::string obj1 = sec1->getObjMsg(d->value);
554 std::string obj2 = errSec->getObjMsg(errOffset);
H A DInputSection.h198 std::string getObjMsg(uint64_t offset);
H A DRelocations.cpp95 return msg + s.getObjMsg(off);
738 msg += sec.getObjMsg(offset);
801 message(sec.getSrcMsg(sym, offset) + "(" + sec.getObjMsg(offset) +
1967 isec->getObjMsg(src - (os->addr + isec->outSecOff)));

Completed in 198 milliseconds