Home
last modified time | relevance | path

Searched refs:elf_ex (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/fs/
A Dbinfmt_elf.c851 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary()
853 if (!elf_check_arch(elf_ex)) in load_elf_binary()
855 if (elf_check_fdpic(elf_ex)) in load_elf_binary()
994 retval = arch_check_elf(elf_ex, in load_elf_binary()
1158 elf_ex->e_phnum); in load_elf_binary()
1175 if (elf_ex->e_type == ET_DYN) { in load_elf_binary()
1226 e_entry = elf_ex->e_entry + load_bias; in load_elf_binary()
1374 struct elfhdr elf_ex; in load_elf_library() local
1377 retval = elf_read(file, &elf_ex, sizeof(elf_ex), 0); in load_elf_library()
1385 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
[all …]
/linux-6.3-rc2/include/linux/
A Delf.h26 #define START_THREAD(elf_ex, regs, elf_entry, start_stack) \ argument
/linux-6.3-rc2/arch/mips/kernel/
A Delf.c329 int mips_elf_read_implies_exec(void *elf_ex, int exstack) in mips_elf_read_implies_exec() argument
/linux-6.3-rc2/arch/mips/include/asm/
A Delf.h518 extern int mips_elf_read_implies_exec(void *elf_ex, int exstack);

Completed in 10 milliseconds