Home
last modified time | relevance | path

Searched refs:p_memsz (Results 1 – 15 of 15) sorted by relevance

/arch/ia64/kernel/
Delfcore.c26 phdr.p_memsz = PAGE_ALIGN(phdr.p_memsz); in elf_core_write_extra_phdrs()
27 phdr.p_filesz = phdr.p_memsz; in elf_core_write_extra_phdrs()
53 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_write_extra_data()
72 size += PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_extra_data_size()
Dunwind.c2208 end = (struct unw_table_entry *) ((char *) start + punw->p_memsz); in create_gate_table()
/arch/powerpc/boot/
Delf_util.c44 info->memsize = (unsigned long)elf64ph->p_memsz; in parse_elf64()
75 info->memsize = elf32ph->p_memsz; in parse_elf32()
Delf.h101 Elf32_Word p_memsz; member
113 Elf64_Xword p_memsz; /* Segment size in memory */ member
/arch/sparc/vdso/
Dvdso2c.h37 if (GET_BE(&pt[i].p_memsz) != GET_BE(&pt[i].p_filesz)) in BITSFUNC()
40 load_size = GET_BE(&pt[i].p_memsz); in BITSFUNC()
45 GET_BE(&pt[i].p_memsz); in BITSFUNC()
/arch/x86/entry/vdso/
Dvdso2c.h39 if (GET_LE(&pt[i].p_memsz) != GET_LE(&pt[i].p_filesz)) in BITSFUNC()
42 load_size = GET_LE(&pt[i].p_memsz); in BITSFUNC()
47 GET_LE(&pt[i].p_memsz); in BITSFUNC()
/arch/s390/kernel/
Dkexec_elf.c45 buf.memsz = phdr->p_memsz; in kexec_file_add_kernel_elf()
48 if (entry - phdr->p_paddr < phdr->p_memsz) { in kexec_file_add_kernel_elf()
Dcrash_dump.c573 phdr->p_memsz = end - start; in loads_init()
601 phdr->p_memsz = phdr->p_filesz; in notes_init()
/arch/mips/boot/
Delf2ecoff.c196 p->p_memsz = swab32(p->p_memsz); in convert_elf_phdrs()
367 nbss.len = ph[i].p_memsz - ph[i].p_filesz; in main()
/arch/alpha/boot/tools/
Dobjstrip.c178 mem_size = elf_phdr->p_memsz; in main()
/arch/powerpc/oprofile/cell/
Dvma_map.c162 map = vma_map_add(map, phdr.p_vaddr, phdr.p_memsz, in create_vma_map()
/arch/powerpc/kernel/
Dfadump.c670 phdr->p_memsz = fw_dump.cpu_notes_buf_size; in fadump_update_elfcore_header()
980 phdr->p_memsz = 0; in fadump_create_elfcore_headers()
994 phdr->p_memsz = phdr->p_filesz = VMCOREINFO_NOTE_SIZE; in fadump_create_elfcore_headers()
1033 phdr->p_memsz = msize; in fadump_create_elfcore_headers()
/arch/powerpc/platforms/powernv/
Dopal-core.c384 phdr->p_filesz = phdr->p_memsz = cpu_to_be64(cpu_notes_size); in create_opalcore()
407 phdr->p_filesz = phdr->p_memsz = in create_opalcore()
/arch/x86/kernel/
Dcrash.c282 phdr->p_memsz == image->arch.backup_src_sz) { in prepare_elf_headers()
/arch/mips/kernel/
Dvpe.c707 0, phdr->p_memsz - phdr->p_filesz); in vpe_elfload()