Home
last modified time | relevance | path

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

/u-boot/lib/
A Delf.c173 Elf32_Shdr *shdr; /* Section header structure pointer */ in load_elf_image_shdr()
183 shdr = (Elf32_Shdr *)(addr + ehdr->e_shoff + in load_elf_image_shdr()
184 (ehdr->e_shstrndx * sizeof(Elf32_Shdr))); in load_elf_image_shdr()
191 shdr = (Elf32_Shdr *)(addr + ehdr->e_shoff + in load_elf_image_shdr()
192 (i * sizeof(Elf32_Shdr))); in load_elf_image_shdr()
/u-boot/test/dm/
A Dremoteproc.c202 Elf32_Shdr *shdr = (Elf32_Shdr *)(valid_elf32 + ehdr->e_shoff); in dm_test_remoteproc_elf()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c82 if (size < ehdr->e_shoff + sizeof(Elf32_Shdr)) {
305 static Elf32_Shdr *rproc_elf32_find_rsc_table(struct udevice *dev,
314 Elf32_Shdr *shdr;
323 shdr = (Elf32_Shdr *)(elf_data + ehdr->e_shoff);
378 Elf32_Shdr *shdr;
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c46 Elf32_Shdr *shdr = (Elf32_Shdr *)(pfe_firmware + in pfe_load_elf()
A Dpfe_hw.c349 static int pe_load_pmem_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_pmem_section()
400 static int pe_load_dmem_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_dmem_section()
457 static int pe_load_ddr_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_ddr_section()
541 static int pe_load_pe_lmem_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_pe_lmem_section()
596 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr) in pe_load_elf_section()
/u-boot/include/net/pfe_eth/pfe/
A Dpfe_hw.h137 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr);
/u-boot/tools/
A Dimg2srec.c238 Elf32_Shdr sectHeader[32]; in ConvertELF()
A Dmips-relocs.c205 Elf32_Shdr *shdr32; in main()
A Dzynqmpbif.c598 Elf32_Shdr *shdr; in elf2flat32()
/u-boot/include/
A Delf.h242 } Elf32_Shdr; typedef

Completed in 18 milliseconds