Searched refs:elf_phdr (Results 1 – 6 of 6) sorted by relevance
32 # define elf_phdr elf64_phdr macro62 struct elf_phdr *elf_phdr; /* program header */ in main() local171 if (read(fd, buf, sizeof(*elf_phdr)) != sizeof(*elf_phdr)) { in main()176 elf_phdr = (struct elf_phdr *) buf; in main()177 offset = elf_phdr->p_offset; in main()178 mem_size = elf_phdr->p_memsz; in main()179 fil_size = elf_phdr->p_filesz; in main()182 if (elf_phdr->p_vaddr < e_entry) { in main()187 elf_phdr->p_vaddr += delta; in main()192 prog_name, (long) elf_phdr->p_vaddr, in main()[all …]
21 const struct elf_phdr *const phdrp = in elf_core_write_extra_phdrs()22 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_write_extra_phdrs()27 struct elf_phdr phdr = phdrp[i]; in elf_core_write_extra_phdrs()48 const struct elf_phdr *const phdrp = in elf_core_write_extra_data()49 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_write_extra_data()69 const struct elf_phdr *const phdrp = in elf_core_extra_data_size()70 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_extra_data_size()
760 struct elf_phdr *phdr; in fadump_update_elfcore_header()765 phdr = (struct elf_phdr *)bufp; in fadump_update_elfcore_header()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()[all …]
32 const struct elf_phdr *phdr; in riscv_kexec_elf_load()70 const struct elf_phdr *phdr; in elf_find_pbase()
97 struct elf_phdr phdr; in elf_core_write_extra_phdrs()
698 struct elf_phdr *phdr = (struct elf_phdr *) in vpe_elfload()
Completed in 11 milliseconds