Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h32 void resolveMIPSO32Relocation(const SectionEntry &Section, uint64_t Offset,
H A DRuntimeDyldELFMips.cpp19 resolveMIPSO32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend); in resolveRelocation()
304 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation() function in RuntimeDyldELFMips