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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h131 unsigned gotPltHeaderEntriesNum = 3; member in class:lld::elf::TargetInfo
H A DSymbols.cpp175 return (pltIndex + target->gotPltHeaderEntriesNum) * config->wordsize;
H A DSyntheticSections.cpp1103 return (target->gotPltHeaderEntriesNum + entries.size()) * config->wordsize;
1108 buf += target->gotPltHeaderEntriesNum * config->wordsize;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp49 gotPltHeaderEntriesNum = 4;
H A DPPC.cpp162 gotPltHeaderEntriesNum = 0;
H A DRISCV.cpp98 gotPltHeaderEntriesNum = 2;
H A DMips.cpp47 gotPltHeaderEntriesNum = 2;
H A DPPC64.cpp406 gotPltHeaderEntriesNum = 2;

Completed in 147 milliseconds