Searched refs:SectionAddr (Results 1 – 2 of 2) sorted by relevance
374 uint64_t SectionAddr; in DisassembleObject() local375 if (error(i->getAddress(SectionAddr))) break; in DisassembleObject()387 Address -= SectionAddr; in DisassembleObject()436 StringRefMemoryObject memoryObject(Bytes, SectionAddr); in DisassembleObject()471 SectionAddr + Index, in DisassembleObject()473 outs() << format("%8" PRIx64 ":", SectionAddr + Index); in DisassembleObject()505 outs() << format("\t\t\t%8" PRIx64 ": ", SectionAddr + addr) << name in DisassembleObject()
247 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local248 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()