• Home
  • Raw
  • Download

Lines Matching refs:SectionEntry

226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,  in resolveX86_64Relocation()
281 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
306 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
445 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
496 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation()
599 void RuntimeDyldELF::resolveMIPS64Relocation(const SectionEntry &Section, in resolveMIPS64Relocation()
631 RuntimeDyldELF::evaluateMIPS64Relocation(const SectionEntry &Section, in evaluateMIPS64Relocation()
927 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
947 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
1038 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
1099 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
1104 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
1287 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1338 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1386 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1493 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1654 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1710 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1824 Sections.push_back(SectionEntry(".got", nullptr, 0, 0, 0)); in allocateGOTEntries()
1861 SectionEntry(".got", Addr, TotalSize, TotalSize, 0); in finalizeLoad()