Home
last modified time | relevance | path

Searched refs:applyRelocation (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h49 void applyRelocation(const RelocationEntry &RE, uint64_t Value);
H A DRuntimeDyldELFMips.cpp41 void RuntimeDyldELFMips::applyRelocation(const RelocationEntry &RE, in applyRelocation() function in RuntimeDyldELFMips
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DChunks.cpp411 applyRelocation(buf + rel.VirtualAddress, rel); in writeTo()
421 void SectionChunk::applyRelocation(uint8_t *off, in applyRelocation()
500 applyRelocation(&buf[rel.VirtualAddress - vaBegin], rel); in addAssociative()
415 void SectionChunk::applyRelocation(uint8_t *off, applyRelocation() function in lld::coff::SectionChunk
H A DChunks.h268 void applyRelocation(uint8_t *off, const coff_relocation &rel) const;