Searched refs:elf_phdr (Results 1 – 5 of 5) sorted by relevance
| /fs/tests/ |
| A D | binfmt_elf_kunit.c | 6 struct elf_phdr empty[] = { in total_mapping_size_test() 14 struct elf_phdr mount[] = { in total_mapping_size_test() 31 struct elf_phdr unordered[] = { in total_mapping_size_test()
|
| /fs/ |
| A D | binfmt_elf.c | 238 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_tables() 356 const struct elf_phdr *eppnt, int prot, int type, in elf_map() 400 const struct elf_phdr *eppnt, int prot, int type, in elf_load() 508 struct elf_phdr *elf_phdata = NULL; in load_elf_phdrs() 521 size = sizeof(struct elf_phdr) * elf_ex->e_phnum; in load_elf_phdrs() 577 struct elf_phdr *phdr, in arch_elf_pt_proc() 635 struct elf_phdr *eppnt; in load_elf_interp() 824 struct elf_phdr *elf_property_phdata = NULL; in load_elf_binary() 1437 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_header() 1976 struct elf_phdr *phdr4note = NULL; in elf_core_dump() [all …]
|
| A D | binfmt_elf_fdpic.c | 141 struct elf_phdr *phdr; in elf_fdpic_fetch_phdrs() 146 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs() 151 size = params->hdr.e_phnum * sizeof(struct elf_phdr); in elf_fdpic_fetch_phdrs() 186 struct elf_phdr *phdr; in load_elf_fdpic_binary() 639 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables() 750 struct elf_phdr *phdr; in elf_fdpic_map_file() 930 struct elf_phdr *phdr; in elf_fdpic_map_file_constdisp_on_uclinux() 1014 struct elf_phdr *phdr; in elf_fdpic_map_file_by_direct_mmap() 1257 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header() 1481 struct elf_phdr *phdr4note = NULL; in elf_fdpic_core_dump() [all …]
|
| A D | compat_binfmt_elf.c | 29 #undef elf_phdr 35 #define elf_phdr elf32_phdr macro
|
| /fs/proc/ |
| A D | kcore.c | 121 kcore_phdrs_len = kcore_nphdr * sizeof(struct elf_phdr); in update_kcore_size() 367 .e_phentsize = sizeof(struct elf_phdr), in read_kcore_iter() 383 struct elf_phdr *phdrs, *phdr; in read_kcore_iter()
|
Completed in 15 milliseconds