Home
last modified time | relevance | path

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

/linux-4.4.14/arch/c6x/include/asm/
Delf.h33 #define elf_check_fdpic(x) (1) macro
/linux-4.4.14/arch/blackfin/include/asm/
Delf.h39 #define elf_check_fdpic(x) ((x)->e_flags & EF_BFIN_FDPIC /* && !((x)->e_flags & EF_FRV_NON_PIC_RELO… macro
/linux-4.4.14/arch/frv/include/asm/
Delf.h74 #define elf_check_fdpic(x) ((x)->e_flags & EF_FRV_FDPIC && !((x)->e_flags & EF_FRV_NON_PIC_RELOCS)) macro
/linux-4.4.14/arch/sh/include/asm/
Delf.h97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c120 #ifndef elf_check_fdpic
121 #define elf_check_fdpic(x) 0 macro
130 if (!elf_check_fdpic(hdr)) in is_constdisp()
214 if (!elf_check_fdpic(&exec_params.hdr)) { in load_elf_fdpic_binary()
350 if (elf_check_fdpic(&exec_params.hdr)) in load_elf_fdpic_binary()