Lines Matching refs:elf_phdr
248 size += sizeof(struct elf_phdr); /* place holder for cpu notes */ in get_fadump_area_size()
250 size += sizeof(struct elf_phdr) * (memblock_num_regions(memory) + 2); in get_fadump_area_size()
530 struct elf_phdr *phdr; in fadump_update_elfcore_header()
536 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
783 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
839 struct elf_phdr *phdr; in fadump_create_elfcore_headers()
853 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
854 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
868 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
869 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
893 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
894 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()