| /openbmc/u-boot/drivers/misc/ |
| H A D | status_led.c | 77 led_dev_t *ld; in status_led_init() local 80 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) in status_led_init() 81 __led_init (ld->mask, ld->state); in status_led_init() 87 led_dev_t *ld; in status_led_tick() local 93 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) { in status_led_tick() 95 if (ld->state != CONFIG_LED_STATUS_BLINKING) in status_led_tick() 98 if (++ld->cnt >= ld->period) { in status_led_tick() 99 __led_toggle (ld->mask); in status_led_tick() 100 ld->cnt -= ld->period; in status_led_tick() 108 led_dev_t *ld; in status_led_set() local [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | 4 Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK 7 We need binutils to look at our ld.so.conf file within the SDK to ensure 12 gcc internal paths. This ensures that ld works correctly in our buildtools 24 ld/Makefile.am | 3 ++- 25 ld/Makefile.in | 3 ++- 26 ld/ldelf.c | 2 +- 27 ld/ldmain.c | 1 + 28 ld/ldmain.h | 1 + 31 diff --git a/ld/Makefile.am b/ld/Makefile.am 33 --- a/ld/Makefile.am [all …]
|
| H A D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 8 ld/ 9 * ld.h (args_type): Add error_poison_system_directories. 10 * ld.texinfo (--error-poison-system-directories): Document. 22 ld/ 24 * ld.h (args_type): Add poison_system_directories. 25 * ld.texinfo (--no-poison-system-directories): Document. 41 ld/ 54 ld/config.in | 3 +++ 55 ld/configure | 16 ++++++++++++++++ 56 ld/configure.ac | 10 ++++++++++ [all …]
|
| H A D | 0004-Point-scripts-location-to-libdir.patch | 10 ld/Makefile.am | 2 +- 11 ld/Makefile.in | 2 +- 14 diff --git a/ld/Makefile.am b/ld/Makefile.am 16 --- a/ld/Makefile.am 17 +++ b/ld/Makefile.am 27 diff --git a/ld/Makefile.in b/ld/Makefile.in 29 --- a/ld/Makefile.in 30 +++ b/ld/Makefile.in
|
| H A D | 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch | 19 ld/genscripts.sh | 3 +++ 20 ld/scripttempl/elf.sc | 4 ++-- 36 diff --git a/ld/genscripts.sh b/ld/genscripts.sh 38 --- a/ld/genscripts.sh 39 +++ b/ld/genscripts.sh 61 diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc 63 --- a/ld/scripttempl/elf.sc 64 +++ b/ld/scripttempl/elf.sc
|
| H A D | 0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch | 13 ld/ldelf.c | 5 +++++ 16 diff --git a/ld/ldelf.c b/ld/ldelf.c 18 --- a/ld/ldelf.c 19 +++ b/ld/ldelf.c
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 45 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 46 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp3… 49 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 50 +#define MUSL_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}… 62 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" 63 -#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0" 64 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux.so.2" 65 +#define UCLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-uClibc.so.0" 77 -#define GLIBC_DYNAMIC_LINKER_SOFT_FLOAT "/lib/ld-linux.so.3" 78 -#define GLIBC_DYNAMIC_LINKER_HARD_FLOAT "/lib/ld-linux-armhf.so.3" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/ |
| H A D | 0001-Use-lld-in-printf-for-64-bit-time_t.patch | 30 - "assert %ld.%09ld, sequence: %ld - " 31 - "clear %ld.%09ld, sequence: %ld\n", 32 + "assert %lld.%09ld, sequence: %ld - " 33 + "clear %lld.%09ld, sequence: %ld\n", 52 - printf("timestamp: %ld, sequence: %ld, offset: % 6ld\n", ts.tv_sec, seq, ts.tv_nsec); 53 + printf("timestamp: %lld, sequence: %ld, offset: % 6ld\n", (long long)ts.tv_sec, seq, ts.tv_nsec);
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | mxdb.c | 13 long double ld; in main() member 20 asm("mxdb %[a],%[b]" : [a] "+f" (a.ld) : [b] "R" (b)); in main() 21 assert(a.ld > 8.38 && a.ld < 8.39); in main() 26 asm("mxdbr %[a],%[b]" : [a] "+f" (a.ld) : [b] "f" (b)); in main() 27 assert(a.ld > 8.38 && a.ld < 8.39); in main()
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | _millicodethunk.S | 120 ld r25, [sp,48] 122 ld r24, [sp,44] 124 ld r23, [sp,40] 126 ld r22, [sp,36] 128 ld r21, [sp,32] 130 ld r20, [sp,28] 132 ld r19, [sp,24] 134 ld r18, [sp,20] 136 ld r17, [sp,16] 138 ld r16, [sp,12] [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | booti.c | 23 ulong ld; in booti_start() local 32 ld = load_addr; in booti_start() 36 ld = simple_strtoul(argv[0], NULL, 16); in booti_start() 37 debug("* kernel: cmdline image address = 0x%08lx\n", ld); in booti_start() 40 ret = booti_setup(ld, &relocated_addr, &image_size, false); in booti_start() 45 if (relocated_addr != ld) { in booti_start() 46 debug("Moving Image from 0x%lx to 0x%lx\n", ld, relocated_addr); in booti_start() 47 memmove((void *)relocated_addr, (void *)ld, image_size); in booti_start()
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-fxam.c | 8 long double ld; member 92 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_pseudo_m16382.ld)); in main() 97 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_pseudo_nm16382.ld)); in main() 102 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_1.ld)); in main() 107 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_n1.ld)); in main() 112 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_2.ld)); in main() 117 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_n2.ld)); in main() 122 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_3.ld)); in main() 127 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_n3.ld)); in main() 132 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_invalid_4.ld)); in main() [all …]
|
| H A D | test-i386-pseudo-denormal.c | 8 long double ld; member 19 ld_res = ld_pseudo_m16382.ld + ld_pseudo_m16382.ld; in main() 24 if (ld_pseudo_m16382.ld != 0x1p-16382L) { in main() 32 __asm__ ("frndint" : "=t" (ld_res) : "0" (ld_pseudo_m16382.ld)); in main()
|
| H A D | test-i386-fscale.c | 8 long double ld; member 22 union u tmp = { .ld = x }; in isnan_ld() 30 union u tmp = { .ld = x }; in issignaling_ld() 45 "0" (2.5L), "u" (ld_invalid_1.ld)); in main() 51 "0" (2.5L), "u" (ld_invalid_2.ld)); in main() 57 "0" (2.5L), "u" (ld_invalid_3.ld)); in main() 63 "0" (2.5L), "u" (ld_invalid_4.ld)); in main()
|
| H A D | test-i386-fxtract.c | 8 long double ld; member 21 union u tmp = { .ld = x }; in isnan_ld() 29 union u tmp = { .ld = x }; in issignaling_ld() 86 "0" (ld_pseudo_m16382.ld)); in main() 92 "0" (ld_invalid_1.ld)); in main() 99 "0" (ld_invalid_2.ld)); in main() 106 "0" (ld_invalid_3.ld)); in main() 113 "0" (ld_invalid_4.ld)); in main()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/ |
| H A D | iftop-1.0-gcc10.patch | 6 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of… 7 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 8 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 9 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 10 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of… 11 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: multiple definition of… 12 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: multiple definition of… 13 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `scree… 14 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peaks… 15 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakr… [all …]
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | Makefile | 5 LD=ld 6 LDFLAGS_ELF=-melf_i386 -T link.ld 7 LDFLAGS_BIN=-melf_i386 -T link.ld --oformat=binary 14 mmap.elf: start.o mmap.o libc.o link.ld 17 modules.elf: start.o modules.o libc.o link.ld 20 aout_kludge_%.bin: aout_kludge_%.o link.ld
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | linuxloader.bbclass | 36 return "/lib/ld-musl-" + get_musl_loader_arch(d) + ".so.1" 44 dynamic_loader = "${base_libdir}/ld.so.1" 46 dynamic_loader = "${base_libdir}/ld-linux-mipsn8.so.1" 48 dynamic_loader = "${base_libdir}/ld.so.1" 50 dynamic_loader = "${base_libdir}/ld-linux-loongarch-lp64d.so.1" 56 dynamic_loader = "${base_libdir}/ld-linux-x86-64.so.2" 58 dynamic_loader = "${base_libdir}/ld-linux.so.2" 60 …dynamic_loader = "${base_libdir}/ld-linux${@['', '-armhf'][d.getVar('TARGET_FPU') == 'hard']}.so.3" 62 dynamic_loader = "${base_libdir}/ld-linux-aarch64${ARMPKGSFX_ENDIAN_64}.so.1" 64 …dynamic_loader = "${base_libdir}/ld-linux-riscv64-lp64${@['d', ''][d.getVar('TARGET_FPU') == 'soft… [all …]
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | Makefile.softmmu-target | 9 XTENSA_ALL = $(filter-out $(XTENSA_SRC)/linker.ld.S,$(wildcard $(XTENSA_SRC)/*.S)) 26 LDFLAGS = -Tlinker.ld -nostartfiles -nostdlib 29 CLEANFILES += linker.ld 31 linker.ld: linker.ld.S 34 $(XTENSA_USABLE_TESTS): linker.ld macros.inc $(CRT) Makefile.softmmu-target
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-lfs.patch | 12 - (void) sendcmd(C_RECVREG, "%o %04o %ld %ld %ld %s %s %s", 13 + (void) sendcmd(C_RECVREG, "%o %04o %lld %ld %ld %s %s %s", 35 - (void) sendcmd(C_RECVSYMLINK, "%o %04o %ld %ld %ld %s %s %s", 36 + (void) sendcmd(C_RECVSYMLINK, "%o %04o %lld %ld %ld %s %s %s", 80 - (void) sendcmd(QC_YES, "%ld %ld %o %s %s", 82 + (void) sendcmd(QC_YES, "%lld %ld %o %s %s",
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
| H A D | 0001-daemontools-Fix-QA-Issue.patch | 14 src/conf-ld | 2 +- 17 diff --git a/src/conf-ld b/src/conf-ld 19 --- a/src/conf-ld 20 +++ b/src/conf-ld
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0014-timeSync-Portable-way-to-print-64bit-time_t.patch | 30 - g_debug("%s : off %ld freq %ld maxerr %ld esterr %ld status %d " 31 - "const %ld precision %ld tolerance %ld tick %ld\n", 49 - g_debug("time slew start: %ld\n", tx.tick);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
| H A D | 6d265b008e3d106b2706645e5a88cd8e2fb98953.patch | 17 src/cmd/link/internal/ld/lib.go | 21 --------------------- 20 diff --git a/src/cmd/link/internal/ld/lib.go b/src/cmd/link/internal/ld/lib.go 22 --- a/src/cmd/link/internal/ld/lib.go 23 +++ b/src/cmd/link/internal/ld/lib.go 38 - // back to ld.bfd. So we parse the version information 41 - args = append(args, "-fuse-ld=gold", "-Wl,--version") 51 // Switch to ld.bfd on freebsd/arm64.
|
| /openbmc/qemu/linux-user/ppc/ |
| H A D | Makefile.vdso | 8 LDFLAGS32 = -nostdlib -shared -Wl,-T,$(SUBDIR)/vdso-32.ld \ 11 LDFLAGS64 = -nostdlib -shared -Wl,-T,$(SUBDIR)/vdso-64.ld \ 15 $(SUBDIR)/vdso-32.so: vdso.S vdso-32.ld vdso-asmoffset.h 18 $(SUBDIR)/vdso-64.so: vdso.S vdso-64.ld vdso-asmoffset.h 21 $(SUBDIR)/vdso-64le.so: vdso.S vdso-64.ld vdso-asmoffset.h
|
| /openbmc/qemu/linux-user/arm/ |
| H A D | Makefile.vdso | 11 -Wl,--hash-style=both -Wl,-T,$(SUBDIR)/vdso.ld 13 $(SUBDIR)/vdso-be8.so: vdso.S vdso.ld vdso-asmoffset.h 16 $(SUBDIR)/vdso-be32.so: vdso.S vdso.ld vdso-asmoffset.h 19 $(SUBDIR)/vdso-le.so: vdso.S vdso.ld vdso-asmoffset.h
|