/openbmc/u-boot/cmd/ |
H A D | elf.c | 182 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 D | module_32.c | 74 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 D | module.c | 22 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 D | pfe_firmware.c | 36 Elf32_Shdr *shdr = (Elf32_Shdr *)(pfe_firmware + in pfe_load_elf()
|
H A D | pfe_hw.c | 347 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 D | module.c | 110 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 D | module-plts.c | 214 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 D | vdso.c | 107 Elf32_Shdr *sechdrs; in find_section()
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | module.h | 12 #define Elf_Shdr Elf32_Shdr
|
/openbmc/linux/include/asm-generic/ |
H A D | module.h | 33 #define Elf_Shdr Elf32_Shdr
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | module.c | 16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | module.c | 18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | module.h | 39 #define Elf_Shdr Elf32_Shdr
|
/openbmc/linux/arch/mips/boot/ |
H A D | elf2ecoff.c | 203 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 D | module.c | 24 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 D | 567.patch | 26 #define ELF_Shdr Elf32_Shdr
|
/openbmc/linux/arch/csky/kernel/ |
H A D | module.c | 49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | module.c | 43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 76 #define Elf_Shdr Elf32_Shdr
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | module.c | 47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | module.c | 45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/openbmc/u-boot/include/net/pfe_eth/pfe/ |
H A D | pfe_hw.h | 136 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr);
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 27 #define Elf_Shdr Elf32_Shdr
|
/openbmc/qemu/dump/ |
H A D | dump.c | 186 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 D | sorttable.c | 334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
|