Home
last modified time | relevance | path

Searched refs:ReadRelocationEntry (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h168 void ReadRelocationEntry(
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp217 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE); in loadSegment32()
354 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE); in loadSegment64()
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp99 Obj.ReadRelocationEntry(RelocationTableOffset, i, RE); in DumpSectionData()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp323 void MachOObject::ReadRelocationEntry(uint64_t RelocationTableOffset, in ReadRelocationEntry() function in MachOObject
DMachOObjectFile.cpp536 MachOObj->ReadRelocationEntry(relOffset, Rel.d.a, Res); in getRelocation()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp421 MachOObj->ReadRelocationEntry(Sections[SectIdx].RelocTableOffset, j, RE); in DisassembleInputMachO()