Searched refs:SectionA (Results 1 – 3 of 3) sorted by relevance
102 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveRelocation()156 SectionRef SectionA = *SAI; in processSECTDIFFRelocation() local157 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation()159 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID); in processSECTDIFFRelocation()
133 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveRelocation()237 SectionRef SectionA = *SAI; in processHALFSECTDIFFRelocation() local238 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation()240 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID); in processHALFSECTDIFFRelocation()
102 uint32_t SectionA; member134 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument139 Sections.SectionA = SectionA; in RelocationEntry()