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()
770 struct elf_phdr *phdr; in fadump_update_elfcore_header()
775 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
991 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
1079 struct elf_phdr *phdr; in fadump_create_elfcore_headers()
1094 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1095 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1109 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1110 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1135 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1136 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()