Searched defs:elf_internal_note (Results 1 – 2 of 2) sorted by relevance
110 typedef struct elf_internal_note { struct111 unsigned long namesz; /* Size of entry's owner string */112 unsigned long descsz; /* Size of the note descriptor */113 unsigned long type; /* Interpretation of the descriptor */114 char * namedata; /* Start of the name+desc data */115 char * descdata; /* Start of the desc data */116 bfd_vma descpos; /* File offset of the descdata */