Home
last modified time | relevance | path

Searched refs:elf_check_fdpic (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/include/asm/
H A Delf.h112 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_ARM_FDPIC) macro
/linux/arch/xtensa/include/asm/
H A Delf.h97 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_XTENSA_FDPIC) macro
/linux/arch/sh/include/asm/
H A Delf.h97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) macro
/linux/fs/
H A Dbinfmt_elf_fdpic.c117 #ifndef elf_check_fdpic
118 #define elf_check_fdpic(x) 0 macro
127 if (!elf_check_fdpic(hdr)) in is_constdisp()
212 if (!elf_check_fdpic(&exec_params.hdr)) { in load_elf_fdpic_binary()
357 if (elf_check_fdpic(&exec_params.hdr)) in load_elf_fdpic_binary()