HomeSort by relevance Sort by last modified time
    Searched refs:LDD (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/commands/ldd/
ldd01 23 # PURPOSE: To test the basic functionality of the `ldd` command.
35 LDD=${LDD:=ldd}
46 $LDD $LDDTESTFILE | grep -q -E "lddfile1.obj.so|lddfile2.obj.so|lddfile3.obj.so|lddfile4.obj.so|lddfile5.obj.so"
56 $LDD -v $LDDTESTFILE | grep -q -E "GLIBC|lddfile1.obj.so|lddfile2.obj.so|lddfile3.obj.so|lddfile4.obj.so|lddfile5.obj.so"
  /external/harfbuzz_ng/src/
check-libstdc++.sh 11 if which ldd 2>/dev/null >/dev/null; then
12 LDD=ldd
16 LDD="otool -L"
18 echo "check-libstdc++.sh: 'ldd' not found; skipping test"
32 if $LDD $so | grep 'libstdc[+][+]\|libc[+][+]'; then
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 73 BuildMI(MBB, I, DL, get(BPF::LDD), DestReg).addFrameIndex(FI).addImm(0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 70 LdOpc = BPF::LDD;
158 BuildMI(MBB, I, DL, get(BPF::LDD), DestReg).addFrameIndex(FI).addImm(0);
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_32.c 237 FAIL_IF(push_inst(compiler, LDD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index));
sljitNativeSPARC_common.c 158 #define LDD (OPC1(0x3) | OPC3(0x03))
    [all...]

Completed in 1246 milliseconds