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
120 #ifndef elf_check_fdpic121 #define elf_check_fdpic(x) 0 macro130 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()