Lines Matching refs:elf_phdr
333 size += sizeof(struct elf_phdr); /* place holder for cpu notes */ in get_fadump_area_size()
335 size += sizeof(struct elf_phdr) * (memblock_num_regions(memory) + 2); in get_fadump_area_size()
675 struct elf_phdr *phdr; in fadump_update_elfcore_header()
681 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
1001 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
1076 struct elf_phdr *phdr; in fadump_create_elfcore_headers()
1090 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1091 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1105 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1106 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1129 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1130 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()