Lines Matching refs:elf_phdr
760 struct elf_phdr *phdr; in fadump_update_elfcore_header()
765 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()
951 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
990 static void __init populate_elf_pt_load(struct elf_phdr *phdr, u64 start, in populate_elf_pt_load()
1007 struct elf_phdr *phdr; 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()
1657 elfcorehdr_size = sizeof(struct elfhdr) + (elf_phdr_cnt * sizeof(struct elf_phdr)); in fadump_setup_elfcorehdr_buf()