Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1809 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local
1812 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1540 uint8_t *RelocTarget = in processRelocationRef() local
1542 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()