Lines Matching refs:bufp
767 void __init fadump_update_elfcore_header(char *bufp) in fadump_update_elfcore_header() argument
771 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
774 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
963 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
967 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
968 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
1075 static int fadump_create_elfcore_headers(char *bufp) in fadump_create_elfcore_headers() argument
1082 fadump_init_elfcore_header(bufp); in fadump_create_elfcore_headers()
1083 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
1084 bufp += sizeof(struct elfhdr); 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()