#ifndef elf_read_implies_exec /* Executables for which elf_read_implies_exec() returns TRUE will have the READ_IMPLIES_EXEC personality flag set automatically.
Override in asm/elf.h as needed. */ # define elf_read_implies_exec(ex, have_pt_gnu_stack) 0 #endif #ifndef SET_PERSONALITY #define SET_PERSONALITY(ex) \
set_personality(PER_LINUX | (current->personality & (~PER_MASK))) #endif
/* * NT_GNU_PROPERTY_TYPE_0 header: * Keep this internal until/unless there is an agreed UAPI definition. * pr_type values (GNU_PROPERTY_*) are public and defined in the UAPI header.
*/ struct gnu_property {
u32 pr_type;
u32 pr_datasz;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.