Searched refs:arch_parse_elf_property (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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,
|
/openbmc/linux/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
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2066 static bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() function 2085 static bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() function 3093 if (!arch_parse_elf_property(pr_type, pr_datasz, data, info, errp)) { in parse_elf_property()
|
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 753 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|