Home
last modified time | relevance | path

Searched refs:elf_core_extra_phdrs (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Delfcore.h108 extern Elf_Half elf_core_extra_phdrs(struct coredump_params *cprm);
115 static inline Elf_Half elf_core_extra_phdrs(struct coredump_params *cprm) in elf_core_extra_phdrs() function
/linux/arch/arm64/kernel/
H A Delfcore.c78 Elf_Half elf_core_extra_phdrs(struct coredump_params *cprm) in elf_core_extra_phdrs() function
/linux/fs/
H A Dbinfmt_elf_fdpic.c1513 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_fdpic_core_dump()
H A Dbinfmt_elf.c2029 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_core_dump()