Searched refs:GOTSection (Results 1 – 6 of 6) sorted by relevance
281 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local284 return {*GOTSection, true}; in getOrCreateGOTSymbol()301 if (auto *GOTSection = in getOrCreateGOTSymbol() local305 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()312 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
483 if (!GOTSection) in getTLSDescSection()484 GOTSection = &G.createSection(getSectionName(), MemProt::Read); in getTLSDescSection()485 return *GOTSection; in getTLSDescSection()500 Section *GOTSection = nullptr; member in __anon2d072e3c0111::TLSDescTableManager_ELF_aarch64
84 if (!GOTSection) in getGOTSection()85 GOTSection = &G.createSection("$__GOT", MemProt::Read); in getGOTSection()86 return *GOTSection; in getGOTSection()106 mutable Section *GOTSection = nullptr; member in __anoneb05c1ba0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
589 if (!GOTSection) in getGOTSection()590 GOTSection = &G.createSection(getSectionName(), MemProt::Read); in getGOTSection()591 return *GOTSection; in getGOTSection()594 Section *GOTSection = nullptr; variable
308 if (!GOTSection) in getGOTSection()309 GOTSection = in getGOTSection()311 return *GOTSection; in getGOTSection()319 Section *GOTSection = nullptr; variable
5013 SectionRef GOTSection; in patchELFGOT() local5017 GOTSection = Section; in patchELFGOT()5021 if (!GOTSection.getObject()) { in patchELFGOT()5027 StringRef GOTContents = cantFail(GOTSection.getContents()); in patchELFGOT()