Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h135 unsigned gotHeaderEntriesNum = 0; variable
H A DSyntheticSections.cpp649 numEntries = target->gotHeaderEntriesNum; in GotSection()
686 numEntries <= target->gotHeaderEntriesNum && !ElfSym::globalOffsetTable) in finalizeContents()
695 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp161 gotHeaderEntriesNum = 3; in PPC()
H A DRISCV.cpp97 gotHeaderEntriesNum = 1; in RISCV()
H A DPPC64.cpp581 gotHeaderEntriesNum = 1; in PPC64()