Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Delf.h46 #define Elf_Half Elf32_Half macro
58 #define Elf_Half Elf64_Half macro
Delfcore.h121 extern Elf_Half elf_core_extra_phdrs(void);
128 static inline Elf_Half elf_core_extra_phdrs(void) in elf_core_extra_phdrs()
/Linux-v5.15/fs/
Dbinfmt_elf_fdpic.c1479 Elf_Half e_phnum; in elf_fdpic_core_dump()
Dbinfmt_elf.c2166 Elf_Half e_phnum; in elf_core_dump()
/Linux-v5.15/kernel/
Dmodule.c2268 static bool ignore_undef_symbol(Elf_Half emachine, const char *name) in ignore_undef_symbol()