Home
last modified time | relevance | path

Searched refs:SectionAddr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp374 uint64_t SectionAddr; in DisassembleObject() local
375 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()
/external/llvm/lib/Object/
DMachOObjectFile.cpp247 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
248 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()