Searched refs:elf_check_const_displacement (Results 1 – 5 of 5) sorted by relevance
34 #define elf_check_const_displacement(x) (0) macro
40 #define elf_check_const_displacement(x) ((x)->e_flags & EF_BFIN_PIC) macro
75 #define elf_check_const_displacement(x) ((x)->e_flags & EF_FRV_PIC) macro
98 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC) macro
124 #ifndef elf_check_const_displacement125 #define elf_check_const_displacement(x) 0 macro132 if (elf_check_const_displacement(hdr)) in is_constdisp()