Searched refs:arch_parse_elf_property (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | elf.h | 79 static inline int arch_parse_elf_property(u32 type, const void *data, in arch_parse_elf_property() function 86 extern int arch_parse_elf_property(u32 type, const void *data, size_t datasz,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | elf.h | 89 static inline int arch_parse_elf_property(u32 type, const void *data, in arch_parse_elf_property() function 96 extern int arch_parse_elf_property(u32 type, const void *data, size_t datasz,
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | elf.h | 262 static inline int arch_parse_elf_property(u32 type, const void *data, in arch_parse_elf_property() function
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | elf.h | 260 static inline int arch_parse_elf_property(u32 type, const void *data, in arch_parse_elf_property() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 750 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 753 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
Completed in 7 milliseconds