Lines Matching refs:elfhdr
332 size += sizeof(struct elfhdr); /* ELF core header.*/ in get_fadump_area_size()
674 struct elfhdr *elf; in fadump_update_elfcore_header()
677 elf = (struct elfhdr *)bufp; in fadump_update_elfcore_header()
678 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
979 struct elfhdr *elf; in fadump_init_elfcore_header()
981 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
982 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
993 elf->e_phoff = sizeof(struct elfhdr); in fadump_init_elfcore_header()
1000 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
1075 struct elfhdr *elf; in fadump_create_elfcore_headers()
1080 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
1081 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()