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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp352 const uint32_t RelocAddress = Reloc->VirtualAddress; local
357 if (Sec32->VirtualAddress <= RelocAddress &&
358 RelocAddress < Sec32->VirtualAddress + Sec32->SectionSize) {
359 return RelocAddress - Sec32->VirtualAddress;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7901 uint64_t RelocAddress = Reloc.getOffset(); local
7903 uint32_t EntryIdx = RelocAddress / EntrySize;
7904 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize;

Completed in 211 milliseconds