Searched refs:Elf32_Shdr (Results 1 – 10 of 10) sorted by relevance
/u-boot/lib/ |
A D | elf.c | 173 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 D | remoteproc.c | 202 Elf32_Shdr *shdr = (Elf32_Shdr *)(valid_elf32 + ehdr->e_shoff); in dm_test_remoteproc_elf()
|
/u-boot/drivers/remoteproc/ |
A D | rproc-elf-loader.c | 82 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 D | pfe_firmware.c | 46 Elf32_Shdr *shdr = (Elf32_Shdr *)(pfe_firmware + in pfe_load_elf()
|
A D | pfe_hw.c | 349 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 D | pfe_hw.h | 137 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr);
|
/u-boot/tools/ |
A D | img2srec.c | 238 Elf32_Shdr sectHeader[32]; in ConvertELF()
|
A D | mips-relocs.c | 205 Elf32_Shdr *shdr32; in main()
|
A D | zynqmpbif.c | 598 Elf32_Shdr *shdr; in elf2flat32()
|
/u-boot/include/ |
A D | elf.h | 242 } Elf32_Shdr; typedef
|
Completed in 18 milliseconds