Searched defs:gotPlt (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | Mips.cpp | 260 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeader() local |
H A D | X86.cpp | 206 uint32_t gotPlt = in.gotPlt->getVA(); writePltHeader() local |
H A D | X86_64.cpp | 435 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeader() local |
H A D | ARM.cpp | 226 uint64_t gotPlt = in.gotPlt->getVA(); writePltHeaderLong() local |
/llvm-project/lld/ELF/ | ||
H A D | Thunks.cpp | 436 PPC64R12SetupStub(Symbol & dest,bool gotPlt) PPC64R12SetupStub() argument |
H A D | Relocations.cpp | 912 addPltEntry(PltSection & plt,GotPltSection & gotPlt,RelocationBaseSection & rel,RelType type,Symbol & sym) addPltEntry() argument |
H A D | SyntheticSections.h | 1490 std::unique_ptr<GotPltSection> gotPlt; global() member |