Home | History | Annotate | Download | only in emultempl

Lines Matching full:e_note

922   Elf_External_Note *e_note;
943 e_note = (Elf_External_Note *) contents;
949 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz);
950 bfd_h_put_32 (abfd, size, &e_note->descsz);
951 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type);
952 memcpy (e_note->name, "GNU", sizeof "GNU");