Lines Matching refs:elf_phdr
365 size += sizeof(struct elf_phdr); /* place holder for cpu notes */ in get_fadump_area_size()
367 size += sizeof(struct elf_phdr) * (memblock_num_regions(memory) + 2); in get_fadump_area_size()
757 struct elf_phdr *phdr; in fadump_update_elfcore_header()
762 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
971 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
1059 struct elf_phdr *phdr; in fadump_create_elfcore_headers()
1074 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1075 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1089 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1090 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1115 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1116 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()