]> Git Repo - binutils.git/blobdiff - include/elf-external.h
Initial revision
[binutils.git] / include / elf-external.h
index 2a95f26cd8b12ed52a4240cc51e580cea61b6eaf..0cc8eebe142237227d294e822b8b0298cec5b8b3 100755 (executable)
@@ -85,3 +85,12 @@ typedef struct {
   unsigned char        st_other[1];            /* No defined meaning, 0 */
   unsigned char        st_shndx[2];            /* Associated section index */
 } Elf_External_Sym;
+
+/* Note segments */
+
+typedef struct {
+  unsigned char        namesz[4];              /* Size of entry's owner string */
+  unsigned char        descsz[4];              /* Size of the note descriptor */
+  unsigned char        type[4];                /* Interpretation of the descriptor */
+  char         name[1];                /* Start of the name+desc data */
+} Elf_External_Note;
This page took 0.021933 seconds and 4 git commands to generate.