Searched defs:shdr (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/net/pfe_eth/ |
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()
|
H A D | pfe_firmware.c | 36 Elf32_Shdr *shdr = (Elf32_Shdr *)(pfe_firmware + in pfe_load_elf() local
|
/openbmc/u-boot/cmd/ |
H A D | elf.c | 79 Elf64_Shdr *shdr; /* Section header structure pointer */ in load_elf64_image_shdr() local 182 Elf32_Shdr *shdr; /* Section header structure pointer */ in load_elf_image_shdr() local
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 81 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() 118 static void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 324 struct sb_sections_header *shdr; in sb_encrypt_sb_sections_header() local 713 struct sb_sections_header *shdr; in sb_build_section() local 1412 struct sb_sections_header *shdr; in sb_fixup_sections_and_tags() local 1944 struct sb_sections_header *shdr; in sb_verify_sections_cmds() local
|
H A D | zynqmpbif.c | 550 Elf64_Shdr *shdr; in elf2flat64() local 598 Elf32_Shdr *shdr; in elf2flat32() local
|
/openbmc/qemu/target/s390x/ |
H A D | arch_dump.c | 356 Elf64_Shdr *shdr = (void *)buff; in arch_sections_write_hdr() local
|
/openbmc/qemu/dump/ |
H A D | dump.c | 405 void *shdr; in prepare_elf_section_hdr_string() local
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2242 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() 3729 g_autofree struct elf_shdr *shdr = NULL; in load_symbols() local
|