Searched defs:elf_internal_note (Results 1 – 2 of 2) sorted by relevance
144 typedef struct elf_internal_note { struct145 unsigned long namesz; /* Size of entry's owner string */146 unsigned long descsz; /* Size of the note descriptor */147 unsigned long type; /* Interpretation of the descriptor */148 char * namedata; /* Start of the name+desc data */149 char * descdata; /* Start of the desc data */150 bfd_vma descpos; /* File offset of the descdata */