Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp260 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
313 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
HDX86.cpp206 uint32_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
685 uint32_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
HDX86_64.cpp435 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
1165 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeader() local
HDARM.cpp226 uint64_t gotPlt = in.gotPlt->getVA(); in writePltHeaderLong() local
/freebsd-head/contrib/llvm-project/lld/ELF/
HDThunks.cpp436 PPC64R12SetupStub(Symbol &dest, bool gotPlt) in PPC64R12SetupStub()
447 bool gotPlt; member in __anon0136c04d0111::PPC64R12SetupStub
HDRelocations.cpp914 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
HDSyntheticSections.h1491 std::unique_ptr<GotPltSection> gotPlt; member