Searched refs:elf_check_const_displacement (Results 1 – 4 of 4) sorted by relevance
34 #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
125 #ifndef elf_check_const_displacement126 #define elf_check_const_displacement(x) 0 macro133 if (elf_check_const_displacement(hdr)) in is_constdisp()