Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/Arch/
H A DMips.cpp260 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeader() local
313 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeader() local
H A DX86.cpp206 uint32_t gotPlt = in.gotPlt->getVA(); writePltHeader() local
685 uint32_t gotPlt = in.gotPlt->getVA(); writePltHeader() local
[all...]
H A DX86_64.cpp435 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeader() local
1165 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeader() local
H A DARM.cpp226 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeaderLong() local
/llvm-project/lld/ELF/
H A DThunks.cpp436 PPC64R12SetupStub(Symbol & dest,bool gotPlt) PPC64R12SetupStub() argument
447 bool gotPlt; global() member in __anon2cee5d810111::PPC64R12SetupStub
[all...]
H A DRelocations.cpp912 addPltEntry(PltSection & plt,GotPltSection & gotPlt,RelocationBaseSection & rel,RelType type,Symbol & sym) addPltEntry() argument
H A DSyntheticSections.h1490 std::unique_ptr<GotPltSection> gotPlt; global() member