Home
last modified time | relevance | path

Searched refs:SectionAddress (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp79 uint64_t SectionAddress = SecI->getAddress(); in getSymbolOffset() local
80 return Address - SectionAddress; in getSymbolOffset()
DRuntimeDyld.cpp136 uint64_t SectionAddress = SecI->getAddress(); in getOffset() local
137 Result = Address - SectionAddress; in getOffset()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h138 SectionAddrMap SectionAddress; variable
140 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
143 return SectionAddress.lookup(SD); in getSectionAddress()
/external/llvm/lib/MC/
DMachObjectWriter.cpp642 SectionAddress[SD] = StartAddress; in computeSectionAddresses()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6148 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
6149 RelocOffset -= SectionAddress; in DisassembleMachO()
6227 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
6229 Start -= SectionAddress; in DisassembleMachO()
6243 NextSym -= SectionAddress; in DisassembleMachO()