Lines Matching refs:elf_phdr
377 size += sizeof(struct elf_phdr); /* place holder for cpu notes */ in get_fadump_area_size()
379 size += sizeof(struct elf_phdr) * (memblock_num_regions(memory) + 2); in get_fadump_area_size()
769 struct elf_phdr *phdr; in fadump_update_elfcore_header()
774 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
990 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
1078 struct elf_phdr *phdr; in fadump_create_elfcore_headers()
1093 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1094 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1108 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1109 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1134 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1135 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()