| /linux-6.15/arch/x86/um/ |
| H A D | elfcore.c | 13 return vsyscall_ehdr ? (((struct elfhdr *)vsyscall_ehdr)->e_phnum) : 0; in elf_core_extra_phdrs() 26 for (i = 0; i < ehdrp->e_phnum; ++i) { in elf_core_write_extra_phdrs() 52 for (i = 0; i < ehdrp->e_phnum; ++i) { in elf_core_write_extra_data() 73 for (i = 0; i < ehdrp->e_phnum; ++i) in elf_core_extra_data_size()
|
| /linux-6.15/kernel/ |
| H A D | kexec_elf.c | 65 if (ehdr->e_phnum > 0 && ehdr->e_phentsize != sizeof(struct elf_phdr)) { in elf_is_ehdr_sane() 78 if (ehdr->e_phoff > 0 && ehdr->e_phnum > 0) { in elf_is_ehdr_sane() 85 phdr_size = sizeof(struct elf_phdr) * ehdr->e_phnum; in elf_is_ehdr_sane() 155 ehdr->e_phnum = elf16_to_cpu(ehdr, buf_ehdr->e_phnum); in elf_read_ehdr() 261 phdr_size = sizeof(struct elf_phdr) * ehdr->e_phnum; in elf_read_phdrs() 267 for (i = 0; i < ehdr->e_phnum; i++) { in elf_read_phdrs() 308 if (ehdr->e_phoff > 0 && ehdr->e_phnum > 0) { in elf_read_from_buffer() 346 for (i = 0; i < ehdr->e_phnum; i++) { in kexec_build_elf_info() 398 for (i = 0; i < ehdr->e_phnum; i++) { in kexec_elf_load()
|
| H A D | crash_core.c | 213 (ehdr->e_phnum)++; in crash_prepare_elf64_headers() 221 (ehdr->e_phnum)++; in crash_prepare_elf64_headers() 231 ehdr->e_phnum++; in crash_prepare_elf64_headers() 248 ehdr->e_phnum++; in crash_prepare_elf64_headers() 252 ehdr->e_phnum, phdr->p_offset); in crash_prepare_elf64_headers()
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | elf_util.c | 37 for (i = 0; i < (unsigned int)elf64->e_phnum; i++, elf64ph++) in parse_elf64() 40 if (i >= (unsigned int)elf64->e_phnum) in parse_elf64() 68 for (i = 0; i < elf32->e_phnum; i++, elf32ph++) in parse_elf32() 71 if (i >= elf32->e_phnum) in parse_elf32()
|
| H A D | elf.h | 66 Elf32_Half e_phnum; member 83 Elf64_Half e_phnum; member
|
| /linux-6.15/fs/proc/ |
| H A D | vmcore.c | 912 ehdr_ptr->e_phnum = ehdr_ptr->e_phnum - nr_ptnote + 1; in merge_note_headers_elf64() 1103 ehdr_ptr->e_phnum = ehdr_ptr->e_phnum - nr_ptnote + 1; in merge_note_headers_elf32() 1235 ehdr.e_phnum == 0) { in parse_crash_elf64_headers() 1242 ehdr.e_phnum * sizeof(Elf64_Phdr); in parse_crash_elf64_headers() 1291 ehdr.e_phnum == 0) { in parse_crash_elf32_headers() 1406 for (i = 0; i < ehdr->e_phnum; i++, phdr++) { in vmcoredd_update_program_headers() 1426 for (i = 0; i < ehdr->e_phnum; i++, phdr++) { in vmcoredd_update_program_headers() 1607 if ((Elf32_Half)(ehdr->e_phnum + count) != ehdr->e_phnum + count) { in vmcore_add_device_ram_elf64() 1614 (ehdr->e_phnum + count) * sizeof(Elf64_Phdr); in vmcore_add_device_ram_elf64() 1631 phdr = phdr_start + ehdr->e_phnum; in vmcore_add_device_ram_elf64() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol-minimal.c | 125 ehdr.e_phnum = bswap_16(ehdr.e_phnum); in filename__read_build_id() 128 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id() 137 for (i = 0, phdr = buf; i < ehdr.e_phnum; i++, phdr++) { in filename__read_build_id() 177 ehdr.e_phnum = bswap_16(ehdr.e_phnum); in filename__read_build_id() 180 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id() 189 for (i = 0, phdr = buf; i < ehdr.e_phnum; i++, phdr++) { in filename__read_build_id()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | kexec_elf.c | 35 for (i = 0; i < ehdr->e_phnum; i++, phdr++) { in kexec_file_add_kernel_elf() 86 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load() 90 size += ehdr->e_phentsize * ehdr->e_phnum; in s390_elf_load() 96 for (i = 0; i < ehdr->e_phnum; i++, phdr++) { in s390_elf_load()
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | mdt_loader.c | 88 for (i = 0; i < ehdr->e_phnum; i++) { in qcom_mdt_get_size() 140 if (ehdr->e_phnum < 2) in qcom_mdt_read_metadata() 146 for (i = 1; i < ehdr->e_phnum; i++) { in qcom_mdt_read_metadata() 220 for (i = 0; i < ehdr->e_phnum; i++) { in qcom_mdt_pas_init() 275 for (i = 0; i < ehdr->e_phnum; i++) { in qcom_mdt_bins_are_split() 317 for (i = 0; i < ehdr->e_phnum; i++) { in __qcom_mdt_load() 344 for (i = 0; i < ehdr->e_phnum; i++) { in __qcom_mdt_load()
|
| /linux-6.15/fs/ |
| H A D | binfmt_elf_fdpic.c | 151 size = params->hdr.e_phnum * sizeof(struct elf_phdr); in elf_fdpic_fetch_phdrs() 231 for (i = 0; i < exec_params.hdr.e_phnum; i++, phdr++) { in load_elf_fdpic_binary() 640 NEW_AUX_ENT(AT_PHNUM, exec_params->hdr.e_phnum); in create_elf_fdpic_tables() 757 for (loop = 0; loop < params->hdr.e_phnum; loop++) in elf_fdpic_map_file() 806 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file() 1258 elf->e_phnum = segs; in fill_elf_fdpic_header() 1482 Elf_Half e_phnum; in elf_fdpic_core_dump() local 1522 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump() 1525 fill_elf_fdpic_header(elf, e_phnum); in elf_fdpic_core_dump() 1563 if (e_phnum == PN_XNUM) { in elf_fdpic_core_dump() [all …]
|
| H A D | binfmt_elf.c | 246 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables() 660 interp_elf_ex->e_phnum); in load_elf_interp() 1035 i < elf_ex->e_phnum; i++, elf_ppnt++) { in load_elf_binary() 1092 elf_ex->e_phnum); in load_elf_binary() 1414 j = sizeof(struct elf_phdr) * elf_ex.e_phnum; in load_elf_library() 1428 for (j = 0, i = 0; i<elf_ex.e_phnum; i++) in load_elf_library() 1514 elf->e_phnum = segs; in fill_elf_header() 2044 Elf_Half e_phnum; in elf_core_dump() local 2059 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_core_dump() 2094 if (e_phnum == PN_XNUM) { in elf_core_dump() [all …]
|
| /linux-6.15/arch/mips/boot/ |
| H A D | elf2ecoff.c | 180 e->e_phnum = swab16(e->e_phnum); in convert_elf_hdr() 330 ex.e_phnum * sizeof(Elf32_Phdr), in main() 333 convert_elf_phdrs(ph, ex.e_phnum); in main() 347 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main() 349 for (i = 0; i < ex.e_phnum; i++) { in main() 388 ex.e_phnum, ph[i].p_type); in main() 564 for (i = 0; i < ex.e_phnum; i++) { in main()
|
| /linux-6.15/arch/parisc/boot/compressed/ |
| H A D | misc.c | 258 phdrs = malloc(sizeof(*phdrs) * ehdr.e_phnum); in parse_elf() 262 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf() 264 for (i = 0; i < ehdr.e_phnum; i++) { in parse_elf()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | misc.c | 303 phdrs = malloc(sizeof(*phdrs) * ehdr.e_phnum); in parse_elf() 307 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf() 309 for (i = 0; i < ehdr.e_phnum; i++) { in parse_elf()
|
| /linux-6.15/arch/alpha/boot/tools/ |
| H A D | objstrip.c | 162 if (elf->e_phnum != 1) { in main() 165 prog_name, elf->e_phnum); in main()
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | ELF.rst | 14 e_phoff + (e_phnum - 1) * sizeof(Elf_Phdr).
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 228 Elf32_Half e_phnum; member 245 Elf64_Half e_phnum; member
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | fadump.c | 954 elf->e_phnum = 0; in fadump_init_elfcore_header() 1036 (elf->e_phnum)++; in fadump_populate_elfcorehdr() 1048 (elf->e_phnum)++; in fadump_populate_elfcorehdr() 1062 (elf->e_phnum)++; in fadump_populate_elfcorehdr() 1086 (elf->e_phnum)++; in fadump_populate_elfcorehdr() 1101 (elf->e_phnum)++; in fadump_populate_elfcorehdr()
|
| /linux-6.15/tools/testing/selftests/powerpc/ptrace/ |
| H A D | core-pkey.c | 181 FAIL_IF(ehdr->e_phoff == 0 || ehdr->e_phnum == 0); in check_core_file() 187 phdr_size = sizeof(*phdr) * ehdr->e_phnum; in check_core_file()
|
| /linux-6.15/lib/ |
| H A D | buildid.c | 225 phnum = READ_ONCE(ehdr->e_phnum); in get_build_id_32() 262 phnum = READ_ONCE(ehdr->e_phnum); in get_build_id_64()
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | load.c | 234 for (i = 0; i < ehdr->e_phnum; i++) { in encl_load() 246 for (i = 0, j = 0; i < ehdr->e_phnum; i++) { in encl_load()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 228 Elf32_Half e_phnum; member 245 Elf64_Half e_phnum; member
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 137 for (unsigned int n1 = 0; n1 < hdr.e_phnum; n1++) { in kvm_vm_elf_load()
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 58 ELF_GEN_FIELD_GET_SET(hdr, e_phnum, u16) in ELF_GEN_FIELD_GET_SET()
|
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 141 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum); in read_ehdr()
|