Home
last modified time | relevance | path

Searched defs:isBlx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp629 bool isBlx = (read32(loc) & 0xfe000000) == 0xfa000000; in relocate() local
686 bool isBlx = (read16(loc + 2) & 0x1000) == 0; in relocate() local