Lines Matching refs:bufp
755 void fadump_update_elfcore_header(char *bufp) in fadump_update_elfcore_header() argument
759 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
762 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
947 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
951 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
952 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
1056 static int fadump_create_elfcore_headers(char *bufp) in fadump_create_elfcore_headers() argument
1063 fadump_init_elfcore_header(bufp); in fadump_create_elfcore_headers()
1064 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
1065 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
1074 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1075 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1089 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1090 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1115 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1116 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()