Searched refs:Elf32_Phdr (Results 1 – 14 of 14) sorted by relevance
/linux/fs/proc/ |
A D | vmcore.c | 940 Elf32_Phdr *phdr_ptr; in update_note_header_size_elf32() 943 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in update_note_header_size_elf32() 1004 Elf32_Phdr *phdr_ptr; in get_note_number_and_size_elf32() 1008 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in get_note_number_and_size_elf32() 1038 Elf32_Phdr *phdr_ptr; in copy_notes_elf32() 1040 phdr_ptr = (Elf32_Phdr*)(ehdr_ptr + 1); in copy_notes_elf32() 1064 Elf32_Phdr phdr; in merge_note_headers_elf32() 1102 i = (nr_ptnote - 1) * sizeof(Elf32_Phdr); in merge_note_headers_elf32() 1171 Elf32_Phdr *phdr_ptr; in process_ptload_program_headers_elf32() 1308 ehdr.e_phentsize != sizeof(Elf32_Phdr) || in parse_crash_elf32_headers() [all …]
|
/linux/lib/ |
A D | buildid.c | 73 Elf32_Phdr *phdr; in get_build_id_32() 78 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in get_build_id_32() 81 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in get_build_id_32()
|
/linux/arch/mips/boot/ |
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/arch/powerpc/boot/ |
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()
|
A D | elf.h | 104 } Elf32_Phdr; typedef
|
/linux/include/asm-generic/ |
A D | module.h | 34 #define Elf_Phdr Elf32_Phdr
|
/linux/drivers/media/platform/sti/c8sectpfe/ |
A D | c8sectpfe-core.c | 1021 static void load_imem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_imem_segment() 1056 static void load_dmem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_dmem_segment() 1079 Elf32_Phdr *phdr; in load_slim_core_fw() 1087 phdr = (Elf32_Phdr *)(fw->data + ehdr->e_phoff); in load_slim_core_fw()
|
/linux/arch/parisc/boot/compressed/ |
A D | misc.c | 240 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
/linux/arch/x86/boot/compressed/ |
A D | misc.c | 281 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
/linux/include/uapi/linux/ |
A D | elf.h | 254 } Elf32_Phdr; typedef
|
/linux/tools/perf/util/ |
A D | symbol-minimal.c | 117 Elf32_Phdr *phdr; in filename__read_build_id()
|
A D | symbol-elf.c | 1570 ehdr->e_phentsize = sizeof(Elf32_Phdr); in kcore__copy_hdr()
|
/linux/arch/powerpc/kernel/ |
A D | prom_init.c | 1136 Elf32_Phdr phdr[2]; 1175 .e_phentsize = sizeof(Elf32_Phdr),
|
/linux/sound/soc/codecs/ |
A D | rt5677.c | 818 Elf32_Phdr *pr_hdr; in rt5677_parse_and_load_dsp() 838 pr_hdr = (Elf32_Phdr *)(buf + elf_hdr->e_phoff); in rt5677_parse_and_load_dsp()
|
Completed in 35 milliseconds