Home
last modified time | relevance | path

Searched refs:elf_check_const_displacement (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/arm/include/asm/
Delf.h114 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC) macro
/linux-6.6.21/arch/sh/include/asm/
Delf.h98 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC) macro
/linux-6.6.21/fs/
Dbinfmt_elf_fdpic.c121 #ifndef elf_check_const_displacement
122 #define elf_check_const_displacement(x) 0 macro
129 if (elf_check_const_displacement(hdr)) in is_constdisp()