Home
last modified time | relevance | path

Searched refs:gotHeaderEntriesNum (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h145 unsigned gotHeaderEntriesNum = 0; variable
H A DSyntheticSections.cpp626 numEntries = target->gotHeaderEntriesNum; in GotSection()
678 numEntries <= target->gotHeaderEntriesNum && !ElfSym::globalOffsetTable) in finalizeContents()
687 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp64 gotHeaderEntriesNum = 3; in SystemZ()
H A DPPC.cpp161 gotHeaderEntriesNum = 3; in PPC()
H A DRISCV.cpp130 gotHeaderEntriesNum = 1; in RISCV()
H A DPPC64.cpp591 gotHeaderEntriesNum = 1; in PPC64()