OLD | NEW |
1 /**************************************************************************** | 1 /**************************************************************************** |
2 **************************************************************************** | 2 **************************************************************************** |
3 *** | 3 *** |
4 *** This header was automatically generated from a Linux kernel header | 4 *** This header was automatically generated from a Linux kernel header |
5 *** of the same name, to make information necessary for userspace to | 5 *** of the same name, to make information necessary for userspace to |
6 *** call into the kernel available to libc. It contains only constants, | 6 *** call into the kernel available to libc. It contains only constants, |
7 *** structures, and macros generated from the original header, and thus, | 7 *** structures, and macros generated from the original header, and thus, |
8 *** contains no copyrightable information. | 8 *** contains no copyrightable information. |
9 *** | 9 *** |
10 *** To edit the content of this header, modify the corresponding | 10 *** To edit the content of this header, modify the corresponding |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 Elf32_Word n_type; | 436 Elf32_Word n_type; |
437 } Elf32_Nhdr; | 437 } Elf32_Nhdr; |
438 typedef struct elf64_note { | 438 typedef struct elf64_note { |
439 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 439 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
440 Elf64_Word n_namesz; | 440 Elf64_Word n_namesz; |
441 Elf64_Word n_descsz; | 441 Elf64_Word n_descsz; |
442 Elf64_Word n_type; | 442 Elf64_Word n_type; |
443 } Elf64_Nhdr; | 443 } Elf64_Nhdr; |
444 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 444 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
445 #endif | 445 #endif |
OLD | NEW |