Lines Matching refs:SectionEntry
260 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
378 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
406 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
592 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
816 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
836 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
930 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
984 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation()
1037 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
1042 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
1168 SectionEntry &Section = Sections[SectionID]; in resolveAArch64Branch()
1337 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1385 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1487 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1563 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1726 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1780 SectionEntry *Section = &Sections[SectionID]; in processRelocationRef()
2255 Sections.push_back(SectionEntry(".got", nullptr, 0, 0, 0)); in allocateGOTEntries()
2308 SectionEntry(".text.__llvm_IFuncStubs", nullptr, 0, 0, 0)); in processNewSymbol()
2337 SectionEntry(".text.__llvm_IFuncStubs", IFuncStubsAddr, IFuncStubOffset, in finalizeLoad()
2370 SectionEntry(".got", Addr, TotalSize, TotalSize, 0); in finalizeLoad()