Searched refs:gotPltHeaderEntriesNum (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp49 gotPltHeaderEntriesNum = 4;
H A DPPC.cpp158 gotPltHeaderEntriesNum = 0;
H A DRISCV.cpp97 gotPltHeaderEntriesNum = 2;
H A DMips.cpp46 gotPltHeaderEntriesNum = 2;
H A DPPC64.cpp308 gotPltHeaderEntriesNum = 2;
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h114 unsigned gotPltHeaderEntriesNum = 3; member in class:lld::elf::TargetInfo
H A DSymbols.cpp162 return (pltIndex + target->gotPltHeaderEntriesNum) * config->wordsize;
H A DSyntheticSections.cpp1100 return (target->gotPltHeaderEntriesNum + entries.size()) * config->wordsize;
1105 buf += target->gotPltHeaderEntriesNum * config->wordsize;

Completed in 134 milliseconds