HomeSort by relevance Sort by last modified time
    Searched refs:LD (Results 226 - 250 of 304) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 9 #include <mcld/LD/ResolveInfo.h>
ELFFileFormat.cpp 9 #include <mcld/LD/ELFFileFormat.h>
ELFReader.cpp 9 #include <mcld/LD/ELFReader.h>
13 #include <mcld/LD/EhFrame.h>
14 #include <mcld/LD/SectionData.h>
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 16 #include <mcld/LD/LDSection.h>
ARMLDBackend.cpp 36 #include <mcld/LD/BranchIslandFactory.h>
37 #include <mcld/LD/StubFactory.h>
40 #include <mcld/LD/LDContext.h>
    [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 14 #include <mcld/LD/ELFReader.h>
StaticResolverTest.cpp 11 #include <mcld/LD/StaticResolver.h>
12 #include <mcld/LD/ResolveInfo.h>
  /ndk/build/tools/
build-gnu-libstdc++.sh 173 export LD=${BINPREFIX}ld
prebuilt-common.sh 926 LD=$ABI_CONFIGURE_HOST-ld
931 export CC CXX CPP LD AR AS RANLIB STRIP
    [all...]
  /external/libffi/
ltconfig 279 old_LD="$LD"
333 --with-gnu-ld assume that the C compiler uses the GNU linker
381 --with-gnu-ld) with_gnu_ld=yes ;;
647 test -z "$LD" && LD=ld
917 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
961 reload_cmds='$LD$reload_flag -o $output$reload_objs'
964 # PORTME Fill in your ld.so characteristics
976 dynamic_linker="$host_os ld.so
    [all...]
  /external/libogg/
configure 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
858 LD
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 433 const LoadSDNode *LD = cast<LoadSDNode>(N);
434 ID.AddInteger(LD->getMemoryVT().getRawBits());
435 ID.AddInteger(LD->getRawSubclassData());
436 ID.AddInteger(LD->getPointerInfo().getAddrSpace());
    [all...]
  /external/e2fsprogs/resize/
Makefile.in 43 $(E) " LD $@"
47 $(E) " LD $@"
48 $(Q) $(LD) $(ALL_LDFLAGS) $(LDFLAG_STATIC) -o resize2fs.static \
56 $(E) " LD $@"
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 46 if ((Opc == Mips::LW) || (Opc == Mips::LW_P8) || (Opc == Mips::LD) ||
195 Opc = IsN64 ? Mips::LD_P8 : Mips::LD;
MipsISelLowering.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 24 #include <mcld/LD/LDSymbol.h>
25 #include <mcld/LD/LDContext.h>
27 #include <mcld/LD/EhFrame.h>
28 #include <mcld/LD/EhFrameHdr.h>
29 #include <mcld/LD/RelocData.h>
30 #include <mcld/LD/RelocationFactory.h>
36 #include <mcld/LD/BranchIslandFactory.h>
37 #include <mcld/LD/StubFactory.h>
    [all...]
  /external/v8/
Makefile 166 LD="$(ANDROID_TOOL_PREFIX)-ld" \
  /frameworks/compile/libbcc/lib/Support/
LinkerConfig.cpp 25 #include <mcld/LD/TextDiagnosticPrinter.h>
98 // FIXME: in GNU ld, if we are creating a shared object .sdata2 and .sbss2
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 15 #include <mcld/LD/LDSection.h>
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 18 #include <mcld/LD/TextDiagnosticPrinter.h>
91 // FIXME: in GNU ld, if we are creating a shared object .sdata2 and .sbss2
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 99 case PPC::LD:
588 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LD), DestReg),
591 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LD),
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 407 LoadSDNode *LD = dyn_cast<LoadSDNode>(Callee.getNode());
408 if (!LD ||
409 LD->isVolatile() ||
410 LD->getAddressingMode() != ISD::UNINDEXED ||
411 LD->getExtensionType() != ISD::NON_EXTLOAD)
    [all...]
  /external/qemu-pc-bios/bochs/
configure 538 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 472 LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(),
475 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs);
479 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 225 milliseconds

1 2 3 4 5 6 7 8 91011>>