Searched refs:SecAddr (Results 1 – 6 of 6) sorted by relevance
155 auto SecAddr = FirstSym->getAddress(); in registerELFGraphInfo() local158 SecAddr; in registerELFGraphInfo()165 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo()169 SecAddr.getValue()}; in registerELFGraphInfo()
150 auto SecAddr = FirstSym->getAddress(); in registerMachOGraphInfo() local153 SecAddr; in registerMachOGraphInfo()160 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo()164 SecAddr.getValue()}; in registerMachOGraphInfo()
153 auto SecAddr = FirstSym->getAddress(); in registerCOFFGraphInfo() local156 SecAddr; in registerCOFFGraphInfo()164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()168 SecAddr.getValue()}; in registerCOFFGraphInfo()
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()