Home
last modified time | relevance | path

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

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