Searched refs:relOff (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp223 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; local
242 write32le(buf + 7, relOff);
537 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; local
554 write32le(buf + 18, relOff);
596 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; local
613 write32le(buf + 17, relOff);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp392 InputSectionBase &s, uint64_t relOff) {
445 toString(sym) + getLocation(s, sym, relOff));
391 isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol &sym, InputSectionBase &s, uint64_t relOff) argument

Completed in 50 milliseconds