Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp355 const uint32_t RelocAddress = Reloc->VirtualAddress; in getRelocationOffset() local
360 if (Sec32->VirtualAddress <= RelocAddress && in getRelocationOffset()
361 RelocAddress < Sec32->VirtualAddress + Sec32->SectionSize) { in getRelocationOffset()
362 return RelocAddress - Sec32->VirtualAddress; in getRelocationOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7910 uint64_t RelocAddress = Reloc.getOffset(); in printMachOCompactUnwindSection() local
7912 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection()
7913 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()