Lines Matching refs:SectionID
35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
349 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
358 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
436 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
447 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
464 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation()
470 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
474 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, Offset, in processGOTRelocation()
476 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation()
480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
510 RelocationEntry R(SectionID, Offset, MachO::ARM64_RELOC_SUBTRACTOR, (uint64_t)Addend, in processSubtractRelocation()