Searched refs:UpdateSection (Results 1 – 2 of 2) sorted by relevance
189 auto UpdateSection = Base::Obj.getSection(SecRef.sh_info); in addRelocations() local190 if (!UpdateSection) in addRelocations()191 return UpdateSection.takeError(); in addRelocations()193 auto UpdateSectionName = Base::Obj.getSectionName(**UpdateSection); in addRelocations()246 (*UpdateSection)->sh_addr + Rela.r_offset; in addRelocations()
279 auto UpdateSection = Obj.getSection(SecRef.sh_info); in addRelocations() local280 if (!UpdateSection) in addRelocations()281 return UpdateSection.takeError(); in addRelocations()283 auto UpdateSectionName = Obj.getSectionName(**UpdateSection); in addRelocations()336 (*UpdateSection)->sh_addr + Rela.r_offset; in addRelocations()