Searched refs:elf_check_const_displacement (Results 1 – 4 of 4) sorted by relevance
31 #define elf_check_const_displacement(x) (0) macro
106 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC) macro
99 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC) macro
121 #ifndef elf_check_const_displacement122 #define elf_check_const_displacement(x) 0 macro129 if (elf_check_const_displacement(hdr)) in is_constdisp()