Searched refs:ld (Results 1 - 25 of 83) sorted by relevance

1234

/haiku-fatelf/src/bin/
H A Dbt_dev_info.cpp46 LocalDevice* ld = LocalDevice::GetLocalDevice(atoi(argv[0])); local
47 if (ld == NULL)
50 DumpInfo(ld);
54 LocalDevice* ld = NULL; local
56 printf("Listing %ld Bluetooth Local Devices ...\n",
60 ld = LocalDevice::GetLocalDevice();
61 if (ld == NULL)
63 DumpInfo(ld);
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dshobj-conf64 SHOBJ_LD=/usr/bin/ld
72 SHOBJ_LD=/usr/bin/ld
81 # This line works for the Solaris linker in /usr/ccs/bin/ld
83 # This line works for the GNU ld
92 SHOBJ_LD=/usr/ccs/bin/ld
111 SHOBJ_LD=ld
166 SHOBJ_LD=ld
179 SHOBJ_LD=ld
212 SHOBJ_LD=ld
221 SHOBJ_LD='ld'
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dshobj-conf70 SHOBJ_LD=/usr/bin/ld
78 SHOBJ_LD=/usr/bin/ld
86 ld_used=`gcc -print-prog-name=ld`
88 # This line works for the GNU ld
93 # This line works for the Solaris linker in /usr/ccs/bin/ld
104 SHOBJ_LD=/usr/ccs/bin/ld
123 SHOBJ_LD=ld
201 SHOBJ_LD=ld
214 SHOBJ_LD=ld
247 SHOBJ_LD=ld
[all...]
/haiku-fatelf/src/kits/bluetooth/
H A DDiscoveryAgent.cpp129 DiscoveryAgent::SetLocalDeviceOwner(LocalDevice* ld) argument
132 fLocalDevice = ld;
136 DiscoveryAgent::DiscoveryAgent(LocalDevice* ld) argument
139 fLocalDevice = ld;
H A DDiscoveryListener.cpp52 DiscoveryListener::SetLocalDeviceOwner(LocalDevice* ld) argument
55 fLocalDevice = ld;
H A DRemoteDevice.cpp285 RemoteDevice::SetLocalDeviceOwner(LocalDevice* ld) argument
288 fDiscovererLocalDevice = ld;
/haiku-fatelf/headers/os/bluetooth/
H A DDiscoveryAgent.h56 DiscoveryAgent(LocalDevice* ld);
58 void SetLocalDeviceOwner(LocalDevice* ld);
H A DDiscoveryListener.h63 void SetLocalDeviceOwner(LocalDevice* ld);
H A DRemoteDevice.h58 void SetLocalDeviceOwner(LocalDevice* ld);
/haiku-fatelf/src/bin/gdb/
H A Dltcf-cxx.sh70 # Check if GNU C++ uses GNU ld as the underlying linker, since the
71 # archiving commands below assume that GNU ld is being used. The
75 # use GNU ld, we may lose. This is ok for the toolchain tree, since
92 # ancient GNU ld didn't support --whole-archive et. al.
93 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
104 # linker, instead of GNU ld. If possible, this setting should
131 # When large executables or shared objects are built, AIX ld can
248 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
357 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
383 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templis
[all...]
H A Dlibtool.m4124 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
150 LD="${LD-ld} -melf32bsmip"
153 LD="${LD-ld} -melf32bmipn32"
156 LD="${LD-ld} -melf64bmip"
162 LD="${LD-ld} -32"
165 LD="${LD-ld} -n32"
168 LD="${LD-ld} -64"
435 [AC_ARG_WITH(gnu-ld,
436 [ --with-gnu-ld assume the C compiler uses GNU ld [defaul
[all...]
H A DMakefile.def70 host_modules= { module= ld; bootstrap=true; };
242 dependencies = { module=configure-gcc; on=configure-ld; };
253 dependencies = { module=all-gcc; on=all-ld; };
315 dependencies = { module=all-ld; on=all-libiberty; };
316 dependencies = { module=all-ld; on=all-bfd; };
317 dependencies = { module=all-ld; on=all-opcodes; };
318 dependencies = { module=all-ld; on=all-build-bison; };
319 dependencies = { module=all-ld; on=all-build-byacc; };
320 dependencies = { module=all-ld; on=all-build-flex; };
321 dependencies = { module=all-ld; o
[all...]
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dxmlwf50 file=`ls -ld "$file" | sed -n 's/.*-> //p'`
63 file=`ls -ld "$thisdir/$file" | sed -n 's/.*-> //p'`
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlfe.c857 char *ldirname, cwd[PATH_MAX], *retdir, *ld; local
876 for (ld = ldirname; *ld; )
878 if (ISDIRSEP (ld[0]))
879 ld++;
880 else if (ld[0] == '.' && PATHSEP(ld[1]))
881 ld++;
885 ldlen = (ld && *ld)
[all...]
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile.am20 lib-ld.m4 \
/haiku-fatelf/src/bin/gdb/include/aout/
H A Dsun4.h69 The contents are filled in at run time by ld.so. */
73 bfd_byte ld[4]; member in struct:external_sun4_dynamic
87 ld.so and probably by dlopen. */
104 the man page, ld.so implicitly adds ${LD_LIBRARY_PATH} to the
127 These instructions are changed by ld.so into a jump directly into
128 ld.so itself. Each subsequent entry is
135 defined in a shared object (if it is not, ld.so will report a
141 ld.so. ld.so looks at the reloc number, available via the return
147 called. The relocation is expensive because ld
[all...]
/haiku-fatelf/data/system/boot/
H A DSetupEnvironment33 # for the "cc" and "ld" shell scripts
37 export BE_LINKER=ld
/haiku-fatelf/src/bin/sharutils/contrib/
H A Dshar.sh143 ls -ld $arg | sed \
/haiku-fatelf/src/bin/diffutils/lib/
H A Dc-stack.c77 long double ld; member in union:__anon3465
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dinstall-sh352 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dinstall-sh352 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c281 asyreq->pkt.mode.ld[0] = 0;
282 asyreq->pkt.mode.ld[1] = 0;
285 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23));
287 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16));
288 asyreq->pkt.mode.ld[2] = ~asyreq->pkt.mode.ld[1];
309 asyreq->pkt.mode.ld[1] |= (1 << 30) | ((node & 0x3f) << 24);
310 asyreq->pkt.mode.ld[2] = ~asyreq->pkt.mode.ld[1];
/haiku-fatelf/src/add-ons/kernel/drivers/network/3com/dev/xl/
H A Dif_xl.c1642 struct xl_list_data *ld; local
1648 ld = &sc->xl_ldata;
1650 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i];
1655 cd->xl_tx_chain[i].xl_phys = ld->xl_tx_dmaaddr +
1666 bus_dmamap_sync(ld->xl_tx_tag, ld->xl_tx_dmamap, BUS_DMASYNC_PREWRITE);
1677 struct xl_list_data *ld; local
1683 ld = &sc->xl_ldata;
1685 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i];
1690 cd->xl_tx_chain[i].xl_phys = ld
1724 struct xl_list_data *ld; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/config/djgpp/
H A Ddjconfig.sh137 export LD=ld
/haiku-fatelf/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp41 ld(size_t value) function
101 fFreeListCount = ld(size) - PAGE_SHIFT + 1;
495 range->size, range->type, size, ld(size) - PAGE_SHIFT);
497 fFreeLists[ld(size) - PAGE_SHIFT].Add(range);
506 range->size, range->type, size, ld(size) - PAGE_SHIFT);
508 fFreeLists[ld(size) - PAGE_SHIFT].Remove(range);
715 int freeListIndex = ld((size * 2 - 1) >> PAGE_SHIFT);
932 if (ld(range->size) - PAGE_SHIFT != i) {

Completed in 141 milliseconds

1234