Searched defs:elf_internal_note (Results 1 – 3 of 3) sorted by relevance
135 typedef struct elf_internal_note { struct136 unsigned long namesz; /* Size of entry's owner string */137 unsigned long descsz; /* Size of the note descriptor */138 unsigned long type; /* Interpretation of the descriptor */139 char * namedata; /* Start of the name+desc data */140 char * descdata; /* Start of the desc data */141 bfd_vma descpos; /* File offset of the descdata */
142 typedef struct elf_internal_note { struct143 unsigned long namesz; /* Size of entry's owner string */144 unsigned long descsz; /* Size of the note descriptor */145 unsigned long type; /* Interpretation of the descriptor */146 char * namedata; /* Start of the name+desc data */147 char * descdata; /* Start of the desc data */148 bfd_vma descpos; /* File offset of the descdata */