/openbmc/linux/fs/proc/ |
H A D | vmcore.c | 922 Elf32_Phdr *phdr_ptr; in update_note_header_size_elf32() 925 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in update_note_header_size_elf32() 986 Elf32_Phdr *phdr_ptr; in get_note_number_and_size_elf32() 990 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in get_note_number_and_size_elf32() 1020 Elf32_Phdr *phdr_ptr; in copy_notes_elf32() 1022 phdr_ptr = (Elf32_Phdr*)(ehdr_ptr + 1); in copy_notes_elf32() 1046 Elf32_Phdr phdr; in merge_note_headers_elf32() 1072 (ehdr_ptr->e_phnum - nr_ptnote +1) * sizeof(Elf32_Phdr); in merge_note_headers_elf32() 1084 i = (nr_ptnote - 1) * sizeof(Elf32_Phdr); in merge_note_headers_elf32() 1086 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32() [all …]
|
/openbmc/linux/lib/ |
H A D | buildid.c | 79 Elf32_Phdr *phdr; in get_build_id_32() 92 if (phnum > (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in get_build_id_32() 95 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in get_build_id_32()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | elf_util.c | 53 Elf32_Phdr *elf32ph; in parse_elf32() 67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
|
H A D | elf.h | 104 } Elf32_Phdr; typedef
|
/openbmc/linux/arch/mips/boot/ |
H A D | elf2ecoff.c | 122 const Elf32_Phdr *h1 = v1; in phcmp() 123 const Elf32_Phdr *h2 = v2; in phcmp() 186 static void convert_elf_phdrs(Elf32_Phdr * p, int num) in convert_elf_phdrs() 271 Elf32_Phdr *ph; in main() 329 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main() 330 ex.e_phnum * sizeof(Elf32_Phdr), in main() 347 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main()
|
/openbmc/linux/include/asm-generic/ |
H A D | module.h | 34 #define Elf_Phdr Elf32_Phdr
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/ |
H A D | 567.patch | 25 #define ELF_Phdr Elf32_Phdr
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 75 #define Elf_Phdr Elf32_Phdr
|
H A D | symbol-minimal.c | 117 Elf32_Phdr *phdr; in filename__read_build_id()
|
H A D | symbol-elf.c | 2007 ehdr->e_phentsize = sizeof(Elf32_Phdr); in kcore__copy_hdr()
|
/openbmc/u-boot/cmd/ |
H A D | elf.c | 150 Elf32_Phdr *phdr; /* Program header structure pointer */ in load_elf_image_phdr() 157 phdr = (Elf32_Phdr *)(addr + ehdr->e_phoff); in load_elf_image_phdr()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 183 elf_header->e_phentsize = cpu_to_dump16(s, sizeof(Elf32_Phdr)); in prepare_elf32_header() 245 Elf32_Phdr phdr; in write_elf32_load() 248 memset(&phdr, 0, sizeof(Elf32_Phdr)); in write_elf32_load() 259 ret = fd_write_vmcore(&phdr, sizeof(Elf32_Phdr), s); in write_elf32_load() 322 static void prepare_elf32_phdr_note(DumpState *s, Elf32_Phdr *phdr) in prepare_elf32_phdr_note() 362 Elf32_Phdr phdr32; in write_elf_phdr_note() 2004 s->note_offset = s->phdr_offset + sizeof(Elf32_Phdr) * s->phdr_num; in dump_init()
|
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 1002 static void load_imem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_imem_segment() 1037 static void load_dmem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_dmem_segment() 1060 Elf32_Phdr *phdr; in load_slim_core_fw() 1068 phdr = (Elf32_Phdr *)(fw->data + ehdr->e_phoff); in load_slim_core_fw()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | 32and64bit.patch | 34 + Elf32_Phdr *elf_pheader, *segment; 52 + elf_pheader = (Elf32_Phdr *) (elf_header->e_phoff + file_contents);
|
H A D | endian-ness_handling.patch | 59 - elf_pheader = (Elf32_Phdr *) (elf_header->e_phoff + file_contents); 60 + elf_pheader = (Elf32_Phdr *) (read32(elf_header->e_phoff, be) + file_contents);
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 240 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 287 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 258 } Elf32_Phdr; typedef
|
/openbmc/u-boot/include/ |
H A D | elf.h | 440 } Elf32_Phdr; typedef
|
/openbmc/qemu/include/ |
H A D | elf.h | 1548 } Elf32_Phdr; typedef
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 1132 Elf32_Phdr phdr[2]; 1171 .e_phentsize = sizeof(Elf32_Phdr),
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt5677.c | 816 Elf32_Phdr *pr_hdr; in rt5677_parse_and_load_dsp() 836 pr_hdr = (Elf32_Phdr *)(buf + elf_hdr->e_phoff); in rt5677_parse_and_load_dsp()
|