Home
last modified time | relevance | path

Searched refs: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
632 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
634 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
686 bool isBlx = (read16(loc + 2) & 0x1000) == 0; in relocate() local
689 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == useThumb) in relocate()
691 if ((rel.sym->isFunc() || rel.sym->isInPlt()) ? !useThumb : isBlx) { in relocate()