Home
last modified time | relevance | path

Searched defs:gotPlt (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp260 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
313 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
H A DX86.cpp206 uint32_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
685 uint32_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
H A DX86_64.cpp435 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
1165 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
H A DARM.cpp226 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeaderLong() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp436 PPC64R12SetupStub(Symbol &dest, bool gotPlt) in PPC64R12SetupStub()
447 bool gotPlt; member in __anon1c3bcd6e0111::PPC64R12SetupStub
H A DRelocations.cpp914 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
H A DSyntheticSections.h1491 std::unique_ptr<GotPltSection> gotPlt; member