Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delf-fdpic.h48 #define ELF_FDPIC_FLAG_EXECUTABLE 0x00000040 /* T if this object is the executable */ macro
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c206 exec_params.flags = ELF_FDPIC_FLAG_PRESENT | ELF_FDPIC_FLAG_EXECUTABLE; in load_elf_fdpic_binary()