Home
last modified time | relevance | path

Searched defs:elf_check_fdpic (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/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-3.3/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-3.3/arch/sh/include/asm/
Delf.h97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro