#ifndef _ABIBITS_AUXV_H #define _ABIBITS_AUXV_H #define AT_NULL 0 #define AT_IGNORE 1 #define AT_EXECFD 2 #define AT_PHDR 3 #define AT_PHENT 4 #define AT_PHNUM 5 #define AT_PAGESZ 6 #define AT_BASE 7 #define AT_FLAGS 8 #define AT_ENTRY 9 #define AT_SECURE 10 #endif // _ABIBITS_AUXV_H