Searched refs:Elf32_Phdr (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/fs/proc/ |
| H A D | vmcore.c | 934 Elf32_Phdr *phdr_ptr; in update_note_header_size_elf32() 937 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in update_note_header_size_elf32() 998 Elf32_Phdr *phdr_ptr; in get_note_number_and_size_elf32() 1002 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in get_note_number_and_size_elf32() 1032 Elf32_Phdr *phdr_ptr; in copy_notes_elf32() 1034 phdr_ptr = (Elf32_Phdr*)(ehdr_ptr + 1); in copy_notes_elf32() 1058 Elf32_Phdr phdr; in merge_note_headers_elf32() 1096 i = (nr_ptnote - 1) * sizeof(Elf32_Phdr); in merge_note_headers_elf32() 1159 Elf32_Phdr *phdr_ptr; in process_ptload_program_headers_elf32() 1290 ehdr.e_phentsize != sizeof(Elf32_Phdr) || in parse_crash_elf32_headers() [all …]
|
| /linux-6.15/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
|
| /linux-6.15/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()
|
| /linux-6.15/lib/ |
| H A D | buildid.c | 217 const Elf32_Phdr *phdr; in get_build_id_32() 233 if (phoff + phnum * sizeof(Elf32_Phdr) < phoff) in get_build_id_32() 237 phdr = freader_fetch(r, phoff + i * sizeof(Elf32_Phdr), sizeof(Elf32_Phdr)); in get_build_id_32()
|
| /linux-6.15/include/asm-generic/ |
| H A D | module.h | 30 #define Elf_Phdr Elf32_Phdr
|
| /linux-6.15/tools/perf/util/ |
| H A D | genelf.h | 78 #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 | 2156 ehdr->e_phentsize = sizeof(Elf32_Phdr); in kcore__copy_hdr()
|
| /linux-6.15/drivers/media/platform/st/sti/c8sectpfe/ |
| H A D | c8sectpfe-core.c | 988 static void load_imem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_imem_segment() 1023 static void load_dmem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_dmem_segment() 1046 Elf32_Phdr *phdr; in load_slim_core_fw() 1054 phdr = (Elf32_Phdr *)(fw->data + ehdr->e_phoff); in load_slim_core_fw()
|
| /linux-6.15/arch/parisc/boot/compressed/ |
| H A D | misc.c | 240 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | misc.c | 289 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 266 } Elf32_Phdr; typedef
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 266 } Elf32_Phdr; typedef
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | prom_init.c | 1140 Elf32_Phdr phdr[2]; 1179 .e_phentsize = sizeof(Elf32_Phdr),
|
| /linux-6.15/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()
|