Searched refs:elf_check_fdpic (Results 1 – 5 of 5) sorted by relevance
33 #define elf_check_fdpic(x) (1) macro
39 #define elf_check_fdpic(x) ((x)->e_flags & EF_BFIN_FDPIC /* && !((x)->e_flags & EF_FRV_NON_PIC_RELO… macro
74 #define elf_check_fdpic(x) ((x)->e_flags & EF_FRV_FDPIC && !((x)->e_flags & EF_FRV_NON_PIC_RELOCS)) macro
97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
112 if (!elf_check_arch(hdr) || !elf_check_fdpic(hdr)) in is_elf_fdpic()