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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp223 unsigned relOff = in.relaPlt->entsize * sym.pltIndex;
537 unsigned relOff = in.relaPlt->entsize * sym.pltIndex;
596 unsigned relOff = in.relaPlt->entsize * sym.pltIndex;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1250 // - in.relaPlt: this is included if a linker script places .rela.plt inside
1259 if (in.relaPlt->getParent() == relaDyn->getParent())
1260 size += in.relaPlt->getSize();
1270 size_t size = in.relaPlt->getSize();
1271 if (in.relaIplt->getParent() == in.relaPlt->getParent() &&
1272 in.relaIplt->name == in.relaPlt->name)
1384 // output. In that case relaPlt is empty and have zero offset, the same offset
1386 // case, so here we always use relaPlt as marker for the beginning of
1388 if (isMain && (in.relaPlt->isNeeded() || in.relaIplt->isNeeded())) {
1389 addInSec(DT_JMPREL, in.relaPlt);
[all...]
H A DRelocations.cpp1225 addPltEntry(in.plt, in.gotPlt, in.relaPlt, target->pltRel, sym);
1387 addPltEntry(in.plt, in.gotPlt, in.relaPlt, target->pltRel, sym);
2027 addPltEntry(in.plt, in.gotPlt, in.relaPlt, target->pltRel,
H A DWriter.cpp530 in.relaPlt = make<RelocationSection<ELFT>>(
532 add(in.relaPlt);
541 config->androidPackDynRelocs ? in.relaPlt->name : relaDynName,
2100 finalizeSynthetic(in.relaPlt);
H A DSyntheticSections.h1212 RelocationBaseSection *relaPlt; member in struct:lld::elf::InStruct

Completed in 215 milliseconds