Lines Matching refs:SectionID
89 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
279 void RuntimeDyldMachO::processRelocationRef(unsigned SectionID, in processRelocationRef() argument
291 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
311 Value.SectionID = lsi->second.first; in processRelocationRef()
317 Value.SectionID = gsi->second.first; in processRelocationRef()
326 Value.SectionID = findOrEmitSection(Obj, Sec, true, ObjSectionToID); in processRelocationRef()
342 RelocationEntry RE(SectionID, Section.StubOffset, in processRelocationRef()
348 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
369 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
374 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
381 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, in processRelocationRef()
386 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()