Searched refs:elf (Results 1 - 25 of 53) sorted by last modified time

123

/u-boot/test/dm/
H A Dremoteproc.c9 #include <elf.h>
113 /* ehsize (elf header size = 0x34) */
/u-boot/drivers/remoteproc/
H A Drproc-uclass.c10 #include <elf.h>
H A Drproc-elf-loader.c7 #include <elf.h>
H A Dpru_rproc.c10 #include <elf.h>
H A Dipu_rproc.c15 #include <elf.h>
612 * Check for valid elf image
H A DMakefile7 obj-$(CONFIG_$(SPL_)REMOTEPROC) += rproc-uclass.o rproc-elf-loader.o
/u-boot/cmd/
H A Delf.c9 #include <elf.h>
293 * If the data at the load address is an elf image, then
294 * treat it like an elf image. Otherwise, assume that it is a
H A DMakefile77 obj-$(CONFIG_CMD_ELF) += elf.o
/u-boot/arch/x86/lib/
H A Drelocate.c22 #include <elf.h>
H A Dreloc_x86_64_efi.c13 #include <elf.h>
H A Dreloc_ia32_efi.c11 #include <elf.h>
/u-boot/arch/arm/mach-imx/
H A Dimx_bootaux.c11 #include <elf.h>
48 * A very simple elf loader for the auxilary core, assumes the image
50 * Translates load addresses in the elf file to the U-Boot address space.
/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c29 #include <elf.h>
281 /* HIFI use elf file */
/u-boot/
H A DMakefile1007 INPUTS-$(CONFIG_REMAKE_ELF) += u-boot.elf
1285 OBJCOPYFLAGS_u-boot-elf.srec := $(OBJCOPYFLAGS_u-boot.srec)
1287 u-boot-elf.srec: u-boot.elf FORCE
1701 quiet_cmd_u-boot-elf ?= LD $@
1702 cmd_u-boot-elf ?= $(LD) u-boot-elf.o -o $@ \
1704 -T u-boot-elf.lds --defsym=$(CONFIG_PLATFORM_ELFENTRY)=$(CONFIG_TEXT_BASE) \
1706 u-boot.elf: u-boot.bin u-boot-elf
[all...]
/u-boot/lib/efi_loader/
H A Defi_runtime.c11 #include <elf.h>
/u-boot/tools/binman/etype/
H A Dnxp_imx8mimage.py15 from binman import elf namespace
/u-boot/arch/arm/mach-k3/
H A Dcommon.c29 #include <elf.h>
/u-boot/arch/arm/mach-k3/r5/
H A Dcommon.c17 #include <elf.h>
/u-boot/arch/riscv/cpu/
H A Dstart.S14 #include <elf.h>
/u-boot/tools/binman/
H A Dftest.py27 from binman import elf namespace
243 TestFunctional._MakeInputFile('bl31.elf',
245 TestFunctional._MakeInputFile('tee.elf',
404 update_fdt_in_elf: Value to pass with --update-fdt-in-elf=xxx
447 args += ['--update-fdt-in-elf', update_fdt_in_elf]
677 TestFunctional._MakeInputFile('pmu-firmware.elf',
1514 syms = elf.GetSymbols(elf_fname, ['binman', 'image'])
1515 addr = elf.GetSymbolAddress(elf_fname, '__image_copy_start')
1526 sym_values = struct.pack('<LLQLL', elf.BINMAN_SYM_MAGIC_VALUE,
2384 if not elf
[all...]
H A Delf_test.py5 # Test for the elf module
14 from binman import elf namespace
39 This has the minimum feature set needed to support testing elf functions.
85 cls._indir = tempfile.mkdtemp(prefix='elf.')
101 syms = elf.GetSymbols(fname, [])
107 syms = elf.GetSymbols(fname, ['ucode'])
109 syms = elf.GetSymbols(fname, ['missing'])
111 syms = elf.GetSymbols(fname, ['missing', 'ucode'])
119 elf.LookupAndWriteSymbols('missing-file', entry, section)
125 if not elf
[all...]
H A Dcontrol.py23 from binman import elf namespace
797 raise ValueError('Invalid args %s to --update-fdt-in-elf: expected infile,outfile,begin_sym,end_sym' %
815 elf.debug = args.debug
859 elf.UpdateFile(*elf_params, data)
H A Dcbfs_util.py24 from binman import elf namespace
360 elf_data = elf.DecodeElf(data, self.base_address)
/u-boot/tools/buildman/
H A Dbuilderthread.py64 for elf in BASE_ELF_FILENAMES:
65 fname = os.path.join(out_dir, elf)
/u-boot/lib/
H A Delf.c8 #include <elf.h>
235 printf("## No elf image at address 0x%08lx\n", addr);
240 printf("## Not a 32-bit elf image at address 0x%08lx\n", addr);

Completed in 193 milliseconds

123