Searched refs:SectionAddr (Results 1 – 4 of 4) sorted by relevance
843 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local856 Address -= SectionAddr; in DisassembleObject()936 SectionAddr + Index, DebugOut, in DisassembleObject()940 SectionAddr + Index, outs(), "", *STI); in DisassembleObject()946 if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { in DisassembleObject()988 outs() << format(Fmt.data(), SectionAddr + addr) << name in DisassembleObject()
6430 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local6437 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()6459 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
856 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local857 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
79 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local80 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()