Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp537 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
593 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local