• Home
  • Raw
  • Download

Lines Matching refs:Sections

201     uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress();  in registerEHFrames()
202 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
203 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
213 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in deregisterEHFrames()
214 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in deregisterEHFrames()
215 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in deregisterEHFrames()
1075 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
1132 return (void *)(Sections[SectionID].getObjAddress() + Offset); in computePlaceholderAddress()
1242 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1293 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1341 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1448 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1464 Sections[Value.SectionID].getAddressWithOffset(Value.Addend); in processRelocationRef()
1572 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1605 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1661 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
1770 GOTSectionID = Sections.size(); in allocateGOTEntries()
1773 Sections.push_back(SectionEntry(".got", nullptr, 0, 0, 0)); in allocateGOTEntries()
1809 Sections[GOTSectionID] = in finalizeLoad()