Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/u-boot/cmd/
H A Delf.c182 Elf32_Shdr *shdr; /* Section header structure pointer */ in load_elf_image_shdr()
192 shdr = (Elf32_Shdr *)(addr + ehdr->e_shoff + in load_elf_image_shdr()
193 (ehdr->e_shstrndx * sizeof(Elf32_Shdr))); in load_elf_image_shdr()
200 shdr = (Elf32_Shdr *)(addr + ehdr->e_shoff + in load_elf_image_shdr()
201 (i * sizeof(Elf32_Shdr))); in load_elf_image_shdr()
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c74 const Elf32_Shdr *sechdrs, in get_plt_size()
121 Elf32_Shdr *sechdrs, in module_frob_arch_sections()
159 const Elf32_Shdr *sechdrs, in do_plt_call()
196 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/openbmc/linux/arch/m68k/kernel/
H A Dmodule.c22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate()
62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_firmware.c36 Elf32_Shdr *shdr = (Elf32_Shdr *)(pfe_firmware + in pfe_load_elf()
H A Dpfe_hw.c347 static int pe_load_pmem_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_pmem_section()
398 static int pe_load_dmem_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_dmem_section()
455 static int pe_load_ddr_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_ddr_section()
539 static int pe_load_pe_lmem_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_pe_lmem_section()
594 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_elf_section()
/openbmc/linux/arch/arm/kernel/
H A Dmodule.c110 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate()
113 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
114 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate()
115 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate()
H A Dmodule-plts.c214 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections()
242 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections()
H A Dvdso.c107 Elf32_Shdr *sechdrs; in find_section()
/openbmc/linux/arch/x86/um/asm/
H A Dmodule.h12 #define Elf_Shdr Elf32_Shdr
/openbmc/linux/include/asm-generic/
H A Dmodule.h33 #define Elf_Shdr Elf32_Shdr
/openbmc/linux/arch/openrisc/kernel/
H A Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/openbmc/linux/arch/microblaze/kernel/
H A Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/openbmc/linux/arch/mips/include/asm/
H A Dmodule.h39 #define Elf_Shdr Elf32_Shdr
/openbmc/linux/arch/mips/boot/
H A Delf2ecoff.c203 static void convert_elf_shdrs(Elf32_Shdr * s, int num) in convert_elf_shdrs()
272 Elf32_Shdr *sh; in main()
335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main()
336 ex.e_shnum * sizeof(Elf32_Shdr), in main()
/openbmc/linux/arch/sh/kernel/
H A Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D567.patch26 #define ELF_Shdr Elf32_Shdr
/openbmc/linux/arch/csky/kernel/
H A Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/openbmc/linux/arch/nios2/kernel/
H A Dmodule.c43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/openbmc/linux/tools/perf/util/
H A Dgenelf.h76 #define Elf_Shdr Elf32_Shdr
/openbmc/linux/arch/xtensa/kernel/
H A Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/openbmc/linux/arch/arc/kernel/
H A Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/openbmc/u-boot/include/net/pfe_eth/pfe/
H A Dpfe_hw.h136 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr);
/openbmc/linux/scripts/mod/
H A Dmodpost.h27 #define Elf_Shdr Elf32_Shdr
/openbmc/qemu/dump/
H A Ddump.c186 elf_header->e_shentsize = cpu_to_dump16(s, sizeof(Elf32_Shdr)); in prepare_elf32_header()
392 Elf32_Shdr *shdr32 = s->elf_section_hdrs; in prepare_elf_section_hdr_zero()
402 Elf32_Shdr shdr32 = {}; in prepare_elf_section_hdr_string()
416 shdr_size = sizeof(Elf32_Shdr); in prepare_elf_section_hdr_string()
437 sizeof_shdr = dump_is_64bit(s) ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr); in prepare_elf_section_hdrs()
480 size_t sizeof_shdr = dump_is_64bit(s) ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr); in write_elf_section_headers()
2003 s->phdr_offset = s->shdr_offset + sizeof(Elf32_Shdr) * s->shdr_num; in dump_init()
/openbmc/linux/scripts/
H A Dsorttable.c334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()

12