Searched refs:SectionAddr (Results 1 – 4 of 4) sorted by relevance
301 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local315 Address -= SectionAddr; in DisassembleObject()397 SectionAddr + Index, DebugOut, in DisassembleObject()399 outs() << format("%8" PRIx64 ":", SectionAddr + Index); in DisassembleObject()431 outs() << format(Fmt.data(), SectionAddr + addr) << name in DisassembleObject()
6482 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local6489 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()6508 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
854 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local855 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
98 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local99 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()