Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h36 #define Elf_Half Elf32_Half macro
48 #define Elf_Half Elf64_Half macro
H A Delfcore.h116 extern Elf_Half elf_core_extra_phdrs(void);
123 static inline Elf_Half elf_core_extra_phdrs(void) in elf_core_extra_phdrs()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h13 typedef Elf32_Half Elf_Half; typedef
41 typedef Elf64_Half Elf_Half; typedef
H A Dlink.h16 Elf_Half dlpi_phnum; /* number of entries in phdr */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h13 typedef Elf32_Half Elf_Half; typedef
41 typedef Elf64_Half Elf_Half; typedef
H A Dlink.h16 Elf_Half dlpi_phnum; /* number of entries in phdr */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h13 typedef Elf32_Half Elf_Half; typedef
41 typedef Elf64_Half Elf_Half; typedef
H A Dlink.h16 Elf_Half dlpi_phnum; /* number of entries in phdr */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h13 typedef Elf32_Half Elf_Half; typedef
41 typedef Elf64_Half Elf_Half; typedef
H A Dlink.h16 Elf_Half dlpi_phnum; /* number of entries in phdr */
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf_fdpic.c1493 Elf_Half e_phnum; in elf_fdpic_core_dump()
H A Dbinfmt_elf.c2177 Elf_Half e_phnum; in elf_core_dump()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2348 static bool ignore_undef_symbol(Elf_Half emachine, const char *name) in ignore_undef_symbol()