Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp43 void applyJumpInstrMod(uint8_t *loc, JumpModType type,
624 void X86_64::applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod() function in X86_64
1048 applyJumpInstrMod(buf + sec.jumpInstrMod->offset, in relocateAlloc()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h101 virtual void applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod() function