Home
last modified time | relevance | path

Searched refs:Elf_Half (Results 1 – 6 of 6) sorted by relevance

/openbmc/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()
H A Delf.h46 #define Elf_Half Elf32_Half macro
58 #define Elf_Half Elf64_Half macro
/openbmc/linux/arch/arm64/kernel/
H A Delfcore.c78 Elf_Half elf_core_extra_phdrs(struct coredump_params *cprm) in elf_core_extra_phdrs()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1475 Elf_Half e_phnum; in elf_fdpic_core_dump()
H A Dbinfmt_elf.c2036 Elf_Half e_phnum; in elf_core_dump()
/openbmc/linux/kernel/module/
H A Dmain.c1351 static bool ignore_undef_symbol(Elf_Half emachine, const char *name) in ignore_undef_symbol()