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

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/ARM/
THMToARMStub.cpp 14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
THMToTHMStub.cpp 14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 14 #include <mcld/LD/LDSection.h>
15 #include <mcld/LD/LDFileFormat.h>
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 22 #include <mcld/LD/BranchIslandFactory.h>
23 #include <mcld/LD/Resolver.h>
24 #include <mcld/LD/LDContext.h>
25 #include <mcld/LD/RelocationFactory.h>
26 #include <mcld/LD/RelocData.h>
27 #include <mcld/LD/SectionRules.h>
FragmentRef.cpp 18 #include <mcld/LD/LDSection.h>
19 #include <mcld/LD/SectionData.h>
20 #include <mcld/LD/EhFrame.h>
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 155 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode());
156 ISD::LoadExtType ExtType = LD->getExtensionType();
157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
158 if (TLI.isLoadExtLegal(LD->getExtensionType(), LD->getMemoryVT()))
379 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode());
380 SDValue Chain = LD->getChain();
381 SDValue BasePTR = LD->getBasePtr();
382 EVT SrcVT = LD->getMemoryVT();
383 ISD::LoadExtType ExtType = LD->getExtensionType()
    [all...]
  /external/jpeg/
ltconfig 96 old_LD="$LD"
133 --with-gnu-ld assume that the C compiler uses the GNU linker
157 --with-gnu-ld) with_gnu_ld=yes ;;
518 wl='-Qoption ld '
618 # Make sure LD is an absolute path.
619 if test -z "$LD"; then
620 ac_prog=ld
622 # Check if gcc -print-prog-name=ld gives a path.
623 echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
624 echo "$progname:624: checking for ld used by GCC" >&
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 96 old_LD="$LD"
133 --with-gnu-ld assume that the C compiler uses the GNU linker
157 --with-gnu-ld) with_gnu_ld=yes ;;
518 wl='-Qoption ld '
618 # Make sure LD is an absolute path.
619 if test -z "$LD"; then
620 ac_prog=ld
622 # Check if gcc -print-prog-name=ld gives a path.
623 echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
624 echo "$progname:624: checking for ld used by GCC" >&
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 47 $POP="ld";
74 $LD="ld";
86 $LD="lwz";
126 $LD $T,`$i*$SZ`($Tbl)
213 $LD $A,`0*$SZ`($ctx)
215 $LD $B,`1*$SZ`($ctx)
216 $LD $C,`2*$SZ`($ctx)
217 $LD $D,`3*$SZ`($ctx)
218 $LD $E,`4*$SZ`($ctx
    [all...]
sha512-sparcv9.pl 56 $LD="ldx"; # load from memory
82 $LD="ld"; # load from memory
166 ld [$inp+0],%l0
167 ld [$inp+4],%l1
168 ld [$inp+8],%l2
169 ld [$inp+12],%l3
170 ld [$inp+16],%l4
171 ld [$inp+20],%l5
172 ld [$inp+24],%l
    [all...]
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 9 #include <mcld/LD/BranchIsland.h>
10 #include <mcld/LD/ResolveInfo.h>
11 #include <mcld/LD/LDSection.h>
DiagnosticInfos.cpp 14 #include <mcld/LD/Diagnostic.h>
15 #include <mcld/LD/DiagnosticInfos.h>
16 #include <mcld/LD/DiagnosticPrinter.h>
45 #include "mcld/LD/DiagCommonKinds.inc"
46 #include "mcld/LD/DiagReaders.inc"
47 #include "mcld/LD/DiagSymbolResolutions.inc"
48 #include "mcld/LD/DiagRelocations.inc"
49 #include "mcld/LD/DiagLayouts.inc"
50 #include "mcld/LD/DiagGOTPLT.inc"
61 #include "mcld/LD/DiagReaders.inc
    [all...]
ELFReaderIf.cpp 9 #include <mcld/LD/ELFReaderIf.h>
13 #include <mcld/LD/EhFrame.h>
14 #include <mcld/LD/SectionData.h>
EhFrameHdr.cpp 9 #include <mcld/LD/EhFrameHdr.h>
13 #include <mcld/LD/EhFrame.h>
14 #include <mcld/LD/LDSection.h>
  /ndk/sources/host-tools/make-3.81/config/
config.rpath 32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
92 wl='-Qoption ld '
146 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
165 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 # option of GNU ld is called -rpath, not --rpath.
266 # see comment about different semantics on the GNU ld section
476 case $LD i
    [all...]
  /external/valgrind/unittest/
Makefile 91 ${LD} ${LDFLAGS} $^ $(LIBS) $(LINKO)$@
111 ${LD} ${LDFLAGS} $^ $(LIBS) $(LINKO)$@
115 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@
119 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@
122 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@
126 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@
  /external/zlib/src/contrib/delphi/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
  /external/zlib/src/contrib/pascal/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
  /external/bison/build-aux/
config.rpath 17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
118 wl='-Qoption ld '
126 wl='-Qoption ld '
171 # Set some defaults for GNU ld with shared library support. These
175 # option of GNU ld is called -rpath, not --rpath.
195 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
205 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
218 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
227 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
229 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; the
    [all...]
  /external/llvm/unittests/
Makefile.unittest 43 LD.Flags += $(RPATH) -Wl,$(SharedLibDir)
45 # Also set {DYLD,LD}_LIBRARY_PATH because OSX ignores the rpath most
  /external/zlib/src/nintendods/
Makefile 70 export LD := $(CC)
74 export LD := $(CXX)
  /frameworks/compile/mclinker/
Android.mk 15 lib/LD \
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 20 #include <mcld/LD/SectionData.h>
21 #include <mcld/LD/LDSymbol.h>
ELFReader.h 19 #include <mcld/LD/ELFReaderIf.h>
20 #include <mcld/LD/ResolveInfo.h>
StaticResolver.h 15 #include <mcld/LD/Resolver.h>
16 #include <mcld/LD/ResolveInfo.h>

Completed in 350 milliseconds

1 2 3 45 6 7 8 91011>>