Home
last modified time | relevance | path

Searched refs:RelocAddress (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp356 const uint32_t RelocAddress = Reloc->VirtualAddress; in getRelocationOffset() local
361 if (Sec32->VirtualAddress <= RelocAddress && in getRelocationOffset()
362 RelocAddress < Sec32->VirtualAddress + Sec32->SectionSize) { in getRelocationOffset()
363 return RelocAddress - Sec32->VirtualAddress; in getRelocationOffset()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7084 uint64_t RelocAddress = Reloc.getOffset(); in printMachOCompactUnwindSection() local
7086 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection()
7087 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp7928 uint64_t RelocAddress = Reloc.getOffset(); in printMachOCompactUnwindSection() local
7930 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection()
7931 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()