Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:Sec

75   virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) {
78 const_cast<char *>(objf->getSectionPointer(Sec.getRawDataRefImpl()));
80 uint64_t oldAddr = OldSectionAddrList[Sec.getRawDataRefImpl().d.a];
92 if (*symSec == Sec) {
100 uint64_t getOldSectionAddr(const SectionRef &Sec) const {
101 return OldSectionAddrList[Sec.getRawDataRefImpl().d.a];
731 SectionRef Sec = MachO->getRelocationSection(RE);
733 Sec.isText(IsCode);
734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID);
735 uint64_t Addr = MachOObj.getOldSectionAddr(Sec);