Home
last modified time | relevance | path

Searched refs:arch_parse_elf_property (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Delf.h89 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,
/linux/fs/
H A Dbinfmt_elf.c764 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()