Searched refs:elf_check_fdpic (Results 1 – 5 of 5) sorted by relevance
33 #define elf_check_fdpic(x) (1) macro
105 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_ARM_FDPIC) macro
98 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
121 #ifndef elf_check_fdpic122 #define elf_check_fdpic(x) 0 macro131 if (!elf_check_fdpic(hdr)) in is_constdisp()216 if (!elf_check_fdpic(&exec_params.hdr)) { in load_elf_fdpic_binary()352 if (elf_check_fdpic(&exec_params.hdr)) in load_elf_fdpic_binary()
55 #ifndef elf_check_fdpic56 #define elf_check_fdpic(ex) false macro555 elf_check_fdpic(interp_elf_ex)) in load_elf_interp()732 if (elf_check_fdpic(&loc->elf_ex)) in load_elf_binary()834 elf_check_fdpic(&loc->interp_elf_ex)) in load_elf_binary()1215 if (elf_check_fdpic(&elf_ex)) in load_elf_library()