Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:Sections

88   // addresses for sections and common symbols
160 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
161 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
162 size_t EHFrameSize = Sections[EHFrameSID].Size;
174 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
175 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
176 size_t EHFrameSize = Sections[EHFrameSID].Size;
631 // The TOC consists of sections .got, .toc, .tocbss, .plt in that
632 // order. The TOC starts where the first of these sections starts.
653 // Returns the sections and offset associated with the ODP entry referenced
895 const SectionEntry &Section = Sections[RE.SectionID];
1026 SectionEntry &Section = Sections[SectionID];
1072 SectionEntry &Section = Sections[SectionID];
1102 SectionEntry &Section = Sections[SectionID];
1147 SectionEntry &Section = Sections[SectionID];
1155 uint8_t *RelocTarget = Sections[Value.SectionID].Address + Value.Addend;
1232 // scheme, since there may be *two* sections involved in determining
1238 // that the two sections are actually the same. Thus they cancel out
1255 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0);
1288 SectionEntry &Section = Sections[SectionID];
1342 SectionEntry &Section = Sections[SectionID];
1499 unsigned SectionID = Sections.size();
1507 Sections.push_back(SectionEntry(".got", Addr, TotalSize, 0));