Home
last modified time | relevance | path

Searched refs:Elf_Half (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()
H A Delf.h46 #define Elf_Half Elf32_Half macro
58 #define Elf_Half Elf64_Half macro
/linux/fs/
H A Dbinfmt_elf_fdpic.c1483 Elf_Half e_phnum; in elf_fdpic_core_dump()
/linux/kernel/module/
H A Dmain.c1497 static bool ignore_undef_symbol(Elf_Half emachine, const char *name) in ignore_undef_symbol()