Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp487 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
537 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local