Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local
114 if (!isBlx && defined->thumb) { in relocateOne()
117 } else if (isBlx && !defined->thumb) { in relocateOne()
120 isBlx = false; in relocateOne()
127 if (isBlx) { in relocateOne()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local
114 if (!isBlx && defined->thumb) { in relocateOne()
117 } else if (isBlx && !defined->thumb) { in relocateOne()
120 isBlx = false; in relocateOne()
127 if (isBlx) { in relocateOne()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local
114 if (!isBlx && defined->thumb) { in relocateOne()
117 } else if (isBlx && !defined->thumb) { in relocateOne()
120 isBlx = false; in relocateOne()
127 if (isBlx) { in relocateOne()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local
114 if (!isBlx && defined->thumb) { in relocateOne()
117 } else if (isBlx && !defined->thumb) { in relocateOne()
120 isBlx = false; in relocateOne()
127 if (isBlx) { in relocateOne()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/Arch/
H A DARM.cpp109 bool isBlx = Bitfield::get<Cond>(base) == 0xf; in relocateOne() local
114 if (!isBlx && defined->thumb) { in relocateOne()
117 } else if (isBlx && !defined->thumb) { in relocateOne()
120 isBlx = false; in relocateOne()
127 if (isBlx) { in relocateOne()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/Arch/
H A DARM.cpp502 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
552 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/Arch/
H A DARM.cpp502 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
552 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/Arch/
H A DARM.cpp502 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
552 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/Arch/
H A DARM.cpp502 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
552 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/Arch/
H A DARM.cpp502 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
552 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DARM.cpp487 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
490 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
492 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
537 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
540 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
542 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/ELF/Arch/
H A DARM.cpp485 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
488 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
490 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
535 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
538 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
540 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DARM.cpp487 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
490 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
492 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
537 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
540 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
542 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/ELF/Arch/
H A DARM.cpp487 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000; in relocate() local
490 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
492 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
537 bool isBlx = (read16le(loc + 2) & 0x1000) == 0; in relocate() local
540 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
542 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DARM.cpp487 bool isBlx = (read32le(loc) & 0xfe000000) == 0xfa000000;
490 if (!rel.sym->isFunc() && isBlx != bit0Thumb)
492 if (rel.sym->isFunc() ? bit0Thumb : isBlx) {
537 bool isBlx = (read16le(loc + 2) & 0x1000) == 0;
540 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb)
542 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) {