Home
last modified time | relevance | path

Searched refs:Elf64_Phdr (Results 1 – 19 of 19) sorted by relevance

/linux/fs/proc/
H A Dvmcore.c743 Elf64_Phdr *phdr_ptr; in update_note_header_size_elf64()
746 phdr_ptr = (Elf64_Phdr *)(ehdr_ptr + 1); in update_note_header_size_elf64()
807 Elf64_Phdr *phdr_ptr; in get_note_number_and_size_elf64()
811 phdr_ptr = (Elf64_Phdr *)(ehdr_ptr + 1); in get_note_number_and_size_elf64()
841 Elf64_Phdr *phdr_ptr; in copy_notes_elf64()
843 phdr_ptr = (Elf64_Phdr*)(ehdr_ptr + 1); in copy_notes_elf64()
867 Elf64_Phdr phdr; in merge_note_headers_elf64()
893 (ehdr_ptr->e_phnum - nr_ptnote +1) * sizeof(Elf64_Phdr); in merge_note_headers_elf64()
905 i = (nr_ptnote - 1) * sizeof(Elf64_Phdr); in merge_note_headers_elf64()
907 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf64_Ehdr)-sizeof(Elf64_Phdr))); in merge_note_headers_elf64()
[all …]
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c50 Elf64_Phdr *ptload_phdr;
307 Elf64_Phdr *phdr; in create_opalcore()
314 ((oc_conf->ptload_cnt + 1) * sizeof(Elf64_Phdr))); in create_opalcore()
374 elf->e_phentsize = cpu_to_be16(sizeof(Elf64_Phdr)); in create_opalcore()
380 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
381 bufp += sizeof(Elf64_Phdr); in create_opalcore()
391 oc_conf->ptload_phdr = (Elf64_Phdr *)bufp; in create_opalcore()
394 phdr = (Elf64_Phdr *)bufp; in create_opalcore()
395 bufp += sizeof(Elf64_Phdr); in create_opalcore()
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c83 TEST_ASSERT(hdrp->e_phentsize == sizeof(Elf64_Phdr), in elfhdr_get()
87 hdrp->e_phentsize, sizeof(Elf64_Phdr)); in elfhdr_get()
148 Elf64_Phdr phdr; in kvm_vm_elf_load()
/linux/arch/powerpc/boot/
H A Delf_util.c17 Elf64_Phdr *elf64ph; in parse_elf64()
35 elf64ph = (Elf64_Phdr *)((unsigned long)elf64 + in parse_elf64()
H A Delf.h115 } Elf64_Phdr; typedef
/linux/lib/
H A Dbuildid.c253 const Elf64_Phdr *phdr; in get_build_id_64()
270 if (phoff + phnum * sizeof(Elf64_Phdr) < phoff) in get_build_id_64()
274 phdr = freader_fetch(r, phoff + i * sizeof(Elf64_Phdr), sizeof(Elf64_Phdr)); in get_build_id_64()
/linux/kernel/
H A Dcrash_core.c165 Elf64_Phdr *phdr; in crash_prepare_elf64_headers()
185 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
193 phdr = (Elf64_Phdr *)(ehdr + 1); in crash_prepare_elf64_headers()
205 ehdr->e_phentsize = sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
H A DKconfig.kexec143 sizeof(Elf64_Phdr) to determine the final elfcorehdr memory buffer/
/linux/tools/testing/selftests/sgx/
H A Dload.c181 Elf64_Phdr *phdr_tbl; in encl_load()
235 Elf64_Phdr *phdr = &phdr_tbl[i]; in encl_load()
247 Elf64_Phdr *phdr = &phdr_tbl[i]; in encl_load()
H A Dmain.c49 Elf64_Phdr *phdrtab = addr + ehdr->e_phoff; in vdso_get_dyntab()
/linux/include/asm-generic/
H A Dmodule.h17 #define Elf_Phdr Elf64_Phdr
/linux/arch/x86/kernel/
H A Dcrash.c387 kbuf.memsz = pnum * sizeof(Elf64_Phdr); in crash_load_segments()
446 sz *= sizeof(Elf64_Phdr); in arch_crash_get_elfcorehdr_size()
/linux/arch/parisc/boot/compressed/
H A Dmisc.c237 Elf64_Phdr *phdrs, *phdr; in parse_elf()
/linux/arch/powerpc/kexec/
H A Dcrash.c416 return sizeof(struct elfhdr) + (phdr_cnt * sizeof(Elf64_Phdr)); in arch_crash_get_elfcorehdr_size()
/linux/arch/x86/boot/compressed/
H A Dmisc.c298 Elf64_Phdr *phdrs, *phdr; in parse_elf()
/linux/include/uapi/linux/
H A Delf.h269 } Elf64_Phdr; typedef
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c170 Elf64_Phdr *phdr; in child()
/linux/tools/perf/util/
H A Dsymbol-minimal.c169 Elf64_Phdr *phdr; in filename__read_build_id()
H A Dsymbol-elf.c2085 ehdr->e_phentsize = sizeof(Elf64_Phdr); in kcore__copy_hdr()