We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 342a2ae + c4e201a commit d7faff4Copy full SHA for d7faff4
ndk/platforms/android-3/include/elf.h
@@ -54,5 +54,19 @@ enum {
54
55
#include <sys/exec_elf.h>
56
57
+typedef struct {
58
+ uint32_t a_type;
59
+ union {
60
+ uint32_t a_val;
61
+ } a_un;
62
+} Elf32_auxv_t;
63
+
64
65
+ uint64_t a_type;
66
67
+ uint64_t a_val;
68
69
+} Elf64_auxv_t;
70
71
#endif /* _ELF_H */
72
0 commit comments