Lines Matching refs:bufp
532 static void fadump_update_elfcore_header(char *bufp) in fadump_update_elfcore_header() argument
537 elf = (struct elfhdr *)bufp; in fadump_update_elfcore_header()
538 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
541 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
768 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
772 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
773 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
845 static int fadump_create_elfcore_headers(char *bufp) in fadump_create_elfcore_headers() argument
851 fadump_init_elfcore_header(bufp); in fadump_create_elfcore_headers()
852 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
853 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
862 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
863 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
877 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
878 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
902 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
903 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()