Searched refs:SecAddr (Results 1 – 6 of 6) sorted by relevance
154 auto SecAddr = FirstSym->getAddress(); in registerELFGraphInfo() local157 SecAddr; in registerELFGraphInfo()164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo()168 SecAddr.getValue()}; in registerELFGraphInfo()
152 auto SecAddr = FirstSym->getAddress(); in registerCOFFGraphInfo() local155 SecAddr; in registerCOFFGraphInfo()163 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()167 SecAddr.getValue()}; in registerCOFFGraphInfo()
149 auto SecAddr = FirstSym->getAddress(); in registerMachOGraphInfo() local152 SecAddr; in registerMachOGraphInfo()159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo()163 SecAddr.getValue()}; in registerMachOGraphInfo()
172 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() local173 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()285 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation() local286 FixedValue += SecAddr; in RecordARMScatteredRelocation()
388 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation() local389 FixedValue += SecAddr; in recordScatteredRelocation()
516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection() argument520 Addr = SecAddr; in OwnedDataSection()