Lines Matching refs:bufp
672 static void fadump_update_elfcore_header(char *bufp) in fadump_update_elfcore_header() argument
677 elf = (struct elfhdr *)bufp; in fadump_update_elfcore_header()
678 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
681 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
977 static int fadump_init_elfcore_header(char *bufp) in fadump_init_elfcore_header() argument
981 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
982 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
1073 static int fadump_create_elfcore_headers(char *bufp) in fadump_create_elfcore_headers() argument
1079 fadump_init_elfcore_header(bufp); in fadump_create_elfcore_headers()
1080 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
1081 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
1090 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1091 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1105 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1106 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()
1129 phdr = (struct elf_phdr *)bufp; in fadump_create_elfcore_headers()
1130 bufp += sizeof(struct elf_phdr); in fadump_create_elfcore_headers()