Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp436 RelType patchRelType = R_ARM_THM_JUMP24; in implementPatch() local
451 patchRelType = R_ARM_JUMP24; in implementPatch()
455 Relocation{sr.rel->expr, patchRelType, 0, patchRelAddend, sr.rel->sym}); in implementPatch()