Searched refs:updateSectionAddress (Results 1 – 4 of 4) sorted by relevance
46 virtual void updateSectionAddress(const object::SectionRef &Sec,
65 virtual void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress() function
61 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);96 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) in updateSectionAddress() function in __anon0adb0c590111::ELFObjectImage98 DyldObj->updateSectionAddress(Sec, Addr); in updateSectionAddress()127 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress() function in __anon0adb0c590111::DyldELFObject
280 Obj.updateSectionAddress(Section, (uint64_t)Addr); in emitSection()