Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c901 Elf32_Phdr *phdr_ptr; in update_note_header_size_elf32()
904 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in update_note_header_size_elf32()
965 Elf32_Phdr *phdr_ptr; in get_note_number_and_size_elf32()
969 phdr_ptr = (Elf32_Phdr *)(ehdr_ptr + 1); in get_note_number_and_size_elf32()
999 Elf32_Phdr *phdr_ptr; in copy_notes_elf32()
1001 phdr_ptr = (Elf32_Phdr*)(ehdr_ptr + 1); in copy_notes_elf32()
1025 Elf32_Phdr phdr; in merge_note_headers_elf32()
1051 (ehdr_ptr->e_phnum - nr_ptnote +1) * sizeof(Elf32_Phdr); in merge_note_headers_elf32()
1063 i = (nr_ptnote - 1) * sizeof(Elf32_Phdr); in merge_note_headers_elf32()
1065 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/boot/
H A Delf2ecoff.c122 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()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf_util.c53 Elf32_Phdr *elf32ph; in parse_elf32()
67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
H A Delf.h104 } Elf32_Phdr; typedef
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dvma_map.c110 Elf32_Phdr __user *phdr_start; in create_vma_map()
113 Elf32_Phdr phdr; in create_vma_map()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmodule.h34 #define Elf_Phdr Elf32_Phdr
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c33 Elf32_Phdr *phdr; /* Program header structure pointer */ in load_elf_image_phdr()
37 phdr = (Elf32_Phdr *)(addr + ehdr->e_phoff); in load_elf_image_phdr()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h23 typedef Elf32_Phdr Elf_Phdr;
H A Delf32.h105 } Elf32_Phdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h23 typedef Elf32_Phdr Elf_Phdr;
H A Delf32.h105 } Elf32_Phdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h23 typedef Elf32_Phdr Elf_Phdr;
H A Delf32.h105 } Elf32_Phdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h23 typedef Elf32_Phdr Elf_Phdr;
H A Delf32.h105 } Elf32_Phdr; typedef
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.h67 #define Elf_Phdr Elf32_Phdr
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h175 } Elf32_Phdr; typedef
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-core.c1019 static void load_imem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_imem_segment()
1055 static void load_dmem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr, in load_dmem_segment()
1078 Elf32_Phdr *phdr; in load_slim_core_fw()
1086 phdr = (Elf32_Phdr *)(fw->data + ehdr->e_phoff); in load_slim_core_fw()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c209 Elf32_Phdr *phdr; in stack_map_get_build_id_32()
214 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in stack_map_get_build_id_32()
217 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in stack_map_get_build_id_32()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch34 + Elf32_Phdr *elf_pheader, *segment;
52 + elf_pheader = (Elf32_Phdr *) (elf_header->e_phoff + file_contents);
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dmisc.c240 Elf32_Phdr *phdrs, *phdr; in parse_elf()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c278 Elf32_Phdr *phdrs, *phdr; in parse_elf()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h254 } Elf32_Phdr; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h253 } Elf32_Phdr; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h253 } Elf32_Phdr; typedef

12