Searched refs:e_phnum (Results 26 - 48 of 48) sorted by relevance

12

/linux-master/arch/s390/tools/
H A Drelocs.c141 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum);
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c49 for (i = 0; i < ehdr->e_phnum; i++) {
87 for (i = 0; i < ehdr->e_phnum; i++) {
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c94 for (i = 0; i < hdr->e_phnum; i++)
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h64 for (i = 0; i < GET_LE(&hdr->e_phnum); i++) {
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_mips.c43 for (entry = 0; entry < header->e_phnum; entry++, program_header++) {
/linux-master/arch/mips/boot/tools/
H A Drelocs.c233 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c375 elf->e_phnum = 0;
419 elf->e_phnum = cpu_to_be16(count);
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c368 for (i = 0; i < ehdr.e_phnum; i++) {
/linux-master/drivers/remoteproc/
H A Dqcom_common.c286 for (i = 0; i < ehdr->e_phnum; i++) {
H A Dqcom_q6v5_mss.c1373 for (i = 0; i < ehdr->e_phnum; i++) {
1418 for (i = 0; i < ehdr->e_phnum; i++) {
1658 for (i = 0; i < ehdr->e_phnum; i++) {
H A Dpru_rproc.c814 for (i = 0; i < ehdr->e_phnum; i++, phdr++) {
H A Dmtk_scp.c310 for (i = 0; i < ehdr->e_phnum; i++, phdr++) {
/linux-master/arch/x86/tools/
H A Drelocs.c394 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum);
/linux-master/fs/proc/
H A Dkcore.c357 .e_phnum = nphdr,
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c472 ehdr->e_phnum = mem_chunk_cnt + 1 + 1;
/linux-master/scripts/mod/
H A Dmodpost.c457 hdr->e_phnum = TO_NATIVE(hdr->e_phnum);
/linux-master/arch/mips/kernel/
H A Dvpe.c700 for (i = 0; i < hdr->e_phnum; i++) {
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c588 for (i = 0; i < ehdr->e_phnum; i++) {
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c1058 for (i = 0; i < ehdr->e_phnum; i++, phdr++) {
/linux-master/tools/perf/util/
H A Dsymbol-elf.c77 *dst = ehdr->e_phnum;
2071 ehdr->e_phnum = count;
/linux-master/tools/testing/selftests/sgx/
H A Dmain.c52 for (i = 0; i < ehdr->e_phnum; i++)
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1180 .e_phnum = 2
/linux-master/sound/soc/codecs/
H A Drt5677.c837 for (i = 0; i < elf_hdr->e_phnum; i++) {

Completed in 244 milliseconds

12