Lines Matching refs:bufp

758 void __init fadump_update_elfcore_header(char *bufp)  in fadump_update_elfcore_header()  argument
762 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
765 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
924 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
928 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
929 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
1005 char *bufp; in fadump_populate_elfcorehdr() local
1011 bufp = (char *) fw_dump.elfcorehdr_addr; in fadump_populate_elfcorehdr()
1012 fadump_init_elfcore_header(bufp); in fadump_populate_elfcorehdr()
1013 elf = (struct elfhdr *)bufp; in fadump_populate_elfcorehdr()
1014 bufp += sizeof(struct elfhdr); in fadump_populate_elfcorehdr()
1023 phdr = (struct elf_phdr *)bufp; in fadump_populate_elfcorehdr()
1024 bufp += sizeof(struct elf_phdr); in fadump_populate_elfcorehdr()
1037 phdr = (struct elf_phdr *)bufp; in fadump_populate_elfcorehdr()
1038 bufp += sizeof(struct elf_phdr); in fadump_populate_elfcorehdr()
1054 phdr = (struct elf_phdr *)bufp; in fadump_populate_elfcorehdr()
1055 bufp += sizeof(struct elf_phdr); in fadump_populate_elfcorehdr()
1069 phdr = (struct elf_phdr *)bufp; in fadump_populate_elfcorehdr()
1085 bufp += sizeof(struct elf_phdr); in fadump_populate_elfcorehdr()
1086 phdr = (struct elf_phdr *)bufp; in fadump_populate_elfcorehdr()
1100 bufp += sizeof(struct elf_phdr); in fadump_populate_elfcorehdr()
1101 phdr = (struct elf_phdr *) bufp; in fadump_populate_elfcorehdr()