ELF loader support for auxvec base platform string
[deliverable/linux.git] / include / linux / auxvec.h
index 9a7b374c9fb41a50890b77305131a99ae1a27468..d7afa9dd6635cc812a87d8b6b291c3fd2419f095 100644 (file)
 
 #define AT_SECURE 23   /* secure mode boolean */
 
-#define AT_VECTOR_SIZE  42 /* Size of auxiliary table.  */
+#define AT_BASE_PLATFORM 24    /* string identifying real platform, may
+                                * differ from AT_PLATFORM. */
+
+#define AT_EXECFN  31  /* filename of program */
+
+#ifdef __KERNEL__
+#define AT_VECTOR_SIZE_BASE 18 /* NEW_AUX_ENT entries in auxiliary table */
+  /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
+#endif
 
 #endif /* _LINUX_AUXVEC_H */
This page took 0.027112 seconds and 5 git commands to generate.