Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 25 of 220) sorted by relevance

123456789

/openbmc/qemu/hw/acpi/
H A Dbios-linker-loader.c129 BIOSLinker *linker = g_new(BIOSLinker, 1); in bios_linker_loader_init() local
131 linker->cmd_blob = g_array_new(false, true /* clear */, 1); in bios_linker_loader_init()
132 linker->file_list = g_array_new(false, true /* clear */, in bios_linker_loader_init()
134 return linker; in bios_linker_loader_init()
138 void bios_linker_loader_cleanup(BIOSLinker *linker) in bios_linker_loader_cleanup() argument
143 g_array_free(linker->cmd_blob, true); in bios_linker_loader_cleanup()
145 for (i = 0; i < linker->file_list->len; i++) { in bios_linker_loader_cleanup()
146 entry = &g_array_index(linker->file_list, BiosLinkerFileEntry, i); in bios_linker_loader_cleanup()
149 g_array_free(linker->file_list, true); in bios_linker_loader_cleanup()
150 g_free(linker); in bios_linker_loader_cleanup()
[all …]
H A Dvmgenid.c26 BIOSLinker *linker, const char *oem_id) in vmgenid_build_acpi() argument
96 bios_linker_loader_alloc(linker, VMGENID_GUID_FW_CFG_FILE, guid, 4096, in vmgenid_build_acpi()
106 bios_linker_loader_write_pointer(linker, in vmgenid_build_acpi()
114 bios_linker_loader_add_pointer(linker, in vmgenid_build_acpi()
119 acpi_table_end(linker, &table); in vmgenid_build_acpi()
/openbmc/qemu/include/hw/acpi/
H A Dbios-linker-loader.h14 void bios_linker_loader_alloc(BIOSLinker *linker,
20 void bios_linker_loader_add_checksum(BIOSLinker *linker, const char *file,
24 void bios_linker_loader_add_pointer(BIOSLinker *linker,
31 void bios_linker_loader_write_pointer(BIOSLinker *linker,
38 void bios_linker_loader_cleanup(BIOSLinker *linker);
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch4 Subject: [PATCH] linker-script: Do not export _IO_stdin_used
14 linker-script-binary.ver | 1 -
17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
19 --- a/linker-script-binary.ver
20 +++ b/linker-script-binary.ver
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch4 Subject: [PATCH] linker-script: Do not export _IO_stdin_used
14 linker-script-binary.ver | 1 -
17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
19 --- a/linker-script-binary.ver
20 +++ b/linker-script-binary.ver
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-rewrite-cargo-host-linker-in-python3.patch4 Subject: [PATCH] Rewrite cargo-host-linker in python3
10 cargo-host-linker has /bin/sh as it's interpreter, but cargo run the cmd
16 rewrite cargo-host-linker in python3
22 build/cargo-host-linker | 24 +++++++++++++++++++++---
25 diff --git a/build/cargo-host-linker b/build/cargo-host-linker
27 --- a/build/cargo-host-linker
28 +++ b/build/cargo-host-linker
31 -# See comment in cargo-linker.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch4 Subject: [PATCH] linker-scripts: Do not export _IO_stdin_used
12 linker-script-binary.ver | 1 -
16 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
18 --- a/linker-script-binary.ver
19 +++ b/linker-script-binary.ver
/openbmc/qemu/tests/tcg/xtensa/
H A DMakefile.softmmu-target9 XTENSA_ALL = $(filter-out $(XTENSA_SRC)/linker.ld.S,$(wildcard $(XTENSA_SRC)/*.S))
29 CLEANFILES += linker.ld
31 linker.ld: linker.ld.S
34 $(XTENSA_USABLE_TESTS): linker.ld macros.inc $(CRT) Makefile.softmmu-target
/openbmc/qemu/hw/i386/
H A Dacpi-microvm.c103 build_dsdt_microvm(GArray *table_data, BIOSLinker *linker, in build_dsdt_microvm() argument
144 acpi_table_end(linker, &table); in build_dsdt_microvm()
190 bios_linker_loader_alloc(tables->linker, in acpi_build_microvm()
196 build_dsdt_microvm(tables_blob, tables->linker, mms); in acpi_build_microvm()
201 build_fadt(tables_blob, tables->linker, &pmfadt, x86ms->oem_id, in acpi_build_microvm()
205 acpi_build_madt(tables_blob, tables->linker, X86_MACHINE(machine), in acpi_build_microvm()
214 build_erst(tables_blob, tables->linker, erst_dev, in acpi_build_microvm()
221 build_xsdt(tables_blob, tables->linker, table_offsets, x86ms->oem_id, in acpi_build_microvm()
233 build_rsdp(tables->rsdp, tables->linker, &rsdp_data); in acpi_build_microvm()
262 acpi_add_rom_blob(acpi_build_no_update, NULL, tables.linker->cmd_blob, in acpi_setup_microvm()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c233 spcr_setup(GArray *table_data, BIOSLinker *linker, RISCVVirtState *s) in spcr_setup() argument
265 build_spcr(table_data, linker, &serial, 4, s->oem_id, s->oem_table_id, in spcr_setup()
277 BIOSLinker *linker, in build_rhct() argument
418 acpi_table_end(linker, &table); in build_rhct()
426 BIOSLinker *linker, in build_fadt_rev6() argument
437 build_fadt(table_data, linker, &fadt, s->oem_id, s->oem_table_id); in build_fadt_rev6()
442 BIOSLinker *linker, in build_dsdt() argument
506 acpi_table_end(linker, &table); in build_dsdt()
515 BIOSLinker *linker, in build_madt() argument
627 acpi_table_end(linker, &table); in build_madt()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D6d265b008e3d106b2706645e5a88cd8e2fb98953.patch6 The bfd linker appears to be working just fine at least in version
8 avoids an architecture specific linker dependency that
25 // Use lld to avoid errors from default linker (issue #38838)
30 - // On ARM64, the GNU linker will fail with
45 - log.Fatalf("ARM64 external linker must be gold (issue #15696, 22040), but is not: %s", out)
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch4 Subject: [PATCH 07/11] exec.go: filter out build-specific paths from linker
49 // printLinkerConfig prints the linker config into the hash h,
50 // as part of the computation of a linker-related action ID.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/
H A Dtkprivate.diff11 # String to pass to linker to pick up the Tk library from its
16 # String to pass to linker to pick up the Tk library from its
29 # String to pass to linker to pick up the Tk stub library from its
34 # String to pass to linker to pick up the Tk stub library from its
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-always-use-bfd-linker.patch4 Subject: [PATCH] always use bfd linker
6 its possible that distros choose to default to gold linker
7 therefore explicitly asking for bfd linker would fix the
/openbmc/u-boot/Documentation/
H A Dlinker_lists.rst6 A linker list is constructed by grouping together linker input
27 section and "_" for the variable, so that the linker cannot confuse
37 The naming scheme for input sections allows grouping all linker lists
38 into a single linker output section and grouping all entries for a
52 Start and end symbols for the whole of the linker lists area can be
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/
H A Driscv64-linux-gcc.rul49 # The GNU linker is buggy and does not like the official order in linker map
51 # the version names in the linker map file.
58 # does not support the -R linker flag.
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dlto.inc43 # -fuse-linker-plugin
45 # code from .a files to linker
46 LTO ?= "-flto -ffat-lto-objects -fuse-linker-plugin ${LTOEXTRA}"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch4 Subject: [PATCH] gcc: armv4: pass fix-v4bx to linker to support EABI.
8 the option is not passed to linker when chosing march=armv4
28 +/* For armv4 we pass --fix-v4bx to linker to support EABI */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-configure-Pass-linker-specific-options-with-Wl.patch4 Subject: [PATCH] configure: Pass linker specific options with -Wl
6 This helps make it pass the options to linker correctly
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0002-purgatory-Pass-r-directly-to-linker.patch4 Subject: [PATCH] purgatory: Pass -r directly to linker
7 where as gcc knows how to deal with it and passes it down to linker
/openbmc/u-boot/doc/
H A DREADME.commands119 the linker in a special section using the linker lists mechanism
124 command array can be iterated over using the linker lists macros.
126 The linker lists feature ensures that the linker does not discard
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch6 This patch will modify the ELF linker scripts so that the crosssdk
7 linker will generate binaries with a 4096 bytes PT_INTERP section. When the binaries
11 generate larger .interp section for gold linker as well
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg_2.59.2.bb49 # rust-cross writes the target linker binary into target json definition without any flags.
50 # This breaks here because the linker isn't going to work without at least knowing where
54 …sed -ie 's,"linker": ".*","linker": "${RUST_TARGET_CC}",g' ${RUST_TARGETS_DIR}/${RUST_HOST_SYS}.js…
/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/libgudev/
H A D0001-meson-Pass-export-dynamic-option-to-linker.patch4 Subject: [PATCH] meson: Pass --export-dynamic option to linker
7 linker, since its not clear what the right behavior should be, gcc seems
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A D0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch4 Subject: [PATCH] fs: Add libuuid to linker flags for libparted-fs-resize
8 hence it should be mentioned on linker cmdline

123456789