Lines Matching refs:bufp
527 static void fadump_update_elfcore_header(char *bufp) in fadump_update_elfcore_header() argument
532 elf = (struct elfhdr *)bufp; in fadump_update_elfcore_header()
533 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
536 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
763 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
767 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
768 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
836 static int fadump_create_elfcore_headers(char *bufp) in fadump_create_elfcore_headers() argument
842 fadump_init_elfcore_header(bufp); in fadump_create_elfcore_headers()
843 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
844 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
853 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
854 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
868 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
869 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
893 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
894 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()