Searched defs:elf_check_fdpic (Results 1 – 5 of 5) sorted by relevance
112 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_ARM_FDPIC) macro
97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
97 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_XTENSA_FDPIC) macro
118 #define elf_check_fdpic(x) 0 macro
66 #define elf_check_fdpic(ex) false macro