Home
last modified time | relevance | path

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

/fs/
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()
348 if (elf_check_fdpic(&exec_params.hdr)) in load_elf_fdpic_binary()
Dbinfmt_elf.c56 #ifndef elf_check_fdpic
57 #define elf_check_fdpic(ex) false macro
564 elf_check_fdpic(interp_elf_ex)) in load_elf_interp()
713 if (elf_check_fdpic(&loc->elf_ex)) in load_elf_binary()
812 elf_check_fdpic(&loc->interp_elf_ex)) in load_elf_binary()
1196 if (elf_check_fdpic(&elf_ex)) in load_elf_library()