Lines Matching refs:SectionID
36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
276 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
278 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
305 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
314 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
379 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
388 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
405 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation()
411 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
415 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, Offset, in processGOTRelocation()
417 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation()
421 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
431 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
451 RelocationEntry R(SectionID, Offset, MachO::ARM64_RELOC_SUBTRACTOR, (uint64_t)Addend, in processSubtractRelocation()