Lines Matching refs:SectionEntry

259 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,  in resolveX86_64Relocation()
377 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
405 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
587 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
811 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
831 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
925 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
979 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation()
1032 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
1037 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
1163 SectionEntry &Section = Sections[SectionID]; in resolveAArch64Branch()
1331 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1379 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1481 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1557 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1720 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1776 SectionEntry *Section = &Sections[SectionID]; in processRelocationRef()
2253 Sections.push_back(SectionEntry(".got", nullptr, 0, 0, 0)); in allocateGOTEntries()
2311 SectionEntry(".got", Addr, TotalSize, TotalSize, 0); in finalizeLoad()