Lines Matching refs:bufp
655 void fadump_update_elfcore_header(char *bufp) in fadump_update_elfcore_header() argument
660 elf = (struct elfhdr *)bufp; in fadump_update_elfcore_header()
661 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
664 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
839 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
843 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
844 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
952 static int fadump_create_elfcore_headers(char *bufp) in fadump_create_elfcore_headers() argument
959 fadump_init_elfcore_header(bufp); in fadump_create_elfcore_headers()
960 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
961 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
970 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
971 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
985 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
986 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1011 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1012 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()