Home
last modified time | relevance | path

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

/linux-4.1.27/arch/c6x/include/asm/
Delf.h33 #define elf_check_fdpic(x) (1) macro
/linux-4.1.27/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.1.27/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.1.27/arch/sh/include/asm/
Delf.h97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c112 if (!elf_check_arch(hdr) || !elf_check_fdpic(hdr)) in is_elf_fdpic()