Home
last modified time | relevance | path

Searched refs:elf_check_fdpic (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/c6x/include/asm/
Delf.h30 #define elf_check_fdpic(x) (1) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Delf.h110 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_ARM_FDPIC) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
Delf.h97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
/kernel/linux/linux-5.10/fs/
Dbinfmt_elf_fdpic.c117 #ifndef elf_check_fdpic
118 #define elf_check_fdpic(x) 0 macro
127 if (!elf_check_fdpic(hdr)) in is_constdisp()
212 if (!elf_check_fdpic(&exec_params.hdr)) { in load_elf_fdpic_binary()
348 if (elf_check_fdpic(&exec_params.hdr)) in load_elf_fdpic_binary()
Dbinfmt_elf.c64 #ifndef elf_check_fdpic
65 #define elf_check_fdpic(ex) false macro
607 elf_check_fdpic(interp_elf_ex)) in load_elf_interp()
852 if (elf_check_fdpic(elf_ex)) in load_elf_binary()
953 elf_check_fdpic(interp_elf_ex)) in load_elf_binary()
1387 if (elf_check_fdpic(&elf_ex)) in load_elf_library()