Searched refs:_ehdr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | elf.c | 15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument 21 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() argument
|
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument 82 } *ehdr = _ehdr; in arch_elf_pt_proc() 135 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() argument 141 } *ehdr = _ehdr; in arch_check_elf()
|