HomeSort by relevance Sort by last modified time
    Searched refs:LD (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /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 53 LD.Flags += $(RPATH) -Wl,$(SharedLibDir)
  /external/zlib/src/nintendods/
Makefile 70 export LD := $(CC)
74 export LD := $(CXX)
  /frameworks/compile/mclinker/
Android.mk 14 lib/LD \
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 46 static const unsigned LD = sizeof(long double);
114 testScanf("%ld", 1, L);
155 testScanf("%ms %Lf", 2, P, LD);
156 testScanf("s%Las", 1, LD);
175 testScanfNoGnuMalloc("s%Las", 1, LD);
  /hardware/ti/omap4-aah/domx/make/
start.mk 98 LD := $(CROSS)ld
  /hardware/ti/omap4xxx/domx/make/
start.mk 98 LD := $(CROSS)ld
  /external/e2fsprogs/config/
config.rpath 32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
68 wl='-Qoption,ld,'
78 wl='-Qoption ld '
82 wl='-LD'
128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
225 # see comment about different semantics on the GNU ld section
411 case $LD i
    [all...]
  /external/libpng/contrib/pngminim/decoder/
makefile 6 LD=$(CC)
92 $(LD) -o pngm2pnm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/encoder/
makefile 6 LD=$(CC)
91 $(LD) -o pnm2pngm$(E) $(OBJS)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
Makefile 72 LD=$(CXX)
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 428 LoadSDNode *LD = cast<LoadSDNode>(Op);
429 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
431 assert(LD->getMemoryVT() == MVT::i32 && "Unexpected load EVT");
432 if (allowsMisalignedMemoryAccesses(LD->getMemoryVT(),
433 LD->getAddressSpace(),
434 LD->getAlignment()))
438 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
440 if (LD->getAlignment() >= ABIAlignment)
443 SDValue Chain = LD->getChain();
444 SDValue BasePtr = LD->getBasePtr()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 253 LoadSDNode *LD = cast<LoadSDNode>(N);
254 EVT ValueVT = LD->getValueType(0);
256 SDValue Chain = LD->getChain();
257 SDValue Ptr = LD->getBasePtr();
258 unsigned Alignment = LD->getAlignment();
259 bool isVolatile = LD->isVolatile();
260 bool isNonTemporal = LD->isNonTemporal();
261 bool isInvariant = LD->isInvariant();
262 AAMDNodes AAInfo = LD->getAAInfo();
266 Lo = DAG.getLoad(NVT, dl, Chain, Ptr, LD->getPointerInfo()
    [all...]
LegalizeDAG.cpp 414 ExpandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG,
417 assert(LD->getAddressingMode() == ISD::UNINDEXED &&
419 SDValue Chain = LD->getChain();
420 SDValue Ptr = LD->getBasePtr();
421 EVT VT = LD->getValueType(0);
422 EVT LoadedVT = LD->getMemoryVT();
423 SDLoc dl(LD);
430 LD->getMemOperand());
460 LD->getPointerInfo().getWithOffset(Offset),
461 LD->isVolatile(), LD->isNonTemporal()
    [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAGDumper.cpp 463 else if (const LoadSDNode *LD = dyn_cast<LoadSDNode>(this)) {
464 OS << "<" << *LD->getMemOperand();
467 switch (LD->getExtensionType()) {
474 OS << " from " << LD->getMemoryVT().getEVTString();
476 const char *AM = getIndexedModeName(LD->getAddressingMode());
  /external/libvpx/libvpx/build/make/
configure.sh 313 && check_cmd ${LD} ${LDFLAGS} "$@" -o ${TMP_X} ${TMP_O} ${extralibs}
441 LD=${LD}
617 LD=${LD:-${CROSS}${link_with_cc:-ld}}
898 LD="${source_path}/build/make/armlink_adapter.sh"
941 LD=${TOOLCHAIN_PATH}gcc
978 LD="$(${XCRUN_FIND} ld)"
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 313 && check_cmd ${LD} ${LDFLAGS} "$@" -o ${TMP_X} ${TMP_O} ${extralibs}
441 LD=${LD}
604 LD=${LD:-${CROSS}${link_with_cc:-ld}}
867 LD=${source_path}/build/make/armlink_adapter.sh
910 LD=${TOOLCHAIN_PATH}gcc
947 LD="$(${XCRUN_FIND} ld)"
    [all...]
  /external/clang/test/CodeGen/
xcore-stringtype.c 29 // CHECK: ul,sl,sll,ull,sll,ft,d,ld)"}
34 float F, double D, long double LD) {}
  /external/v8/src/arm64/
constants-arm64.h 795 V(LD, RB, w, 0x00400000), \
796 V(LD, RH, w, 0x40400000), \
797 V(LD, R, w, 0x80400000), \
798 V(LD, R, x, 0xC0400000), \
799 V(LD, RSB, x, 0x00800000), \
800 V(LD, RSH, x, 0x40800000), \
801 V(LD, RSW, x, 0x80800000), \
802 V(LD, RSB, w, 0x00C00000), \
803 V(LD, RSH, w, 0x40C00000), \
806 V(LD, R, s, 0x84400000),
    [all...]
  /external/libpng/contrib/pngminim/preader/
makefile 6 LD=$(CC)
107 $(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 136 LD = 13,
146 case LD: return HasV8 ? "ld" : "#0xd";
328 // and store ops only. Generic "updating" flag is used for ld/st multiple.
  /external/libexif/
configure 534 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
666 LD
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]

Completed in 1665 milliseconds

12 3 4 5 6 7