Lines Matching refs:note
54 einfo (_("%F%P: cannot create .note section in stub BFD.\n"));
60 note_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, ".note", flags);
63 einfo (_("%F%P: failed to create .note section\n"));
83 /* Lookup for a section holding a QNX note or create a new section. */
95 /* QNX notes are held under a note section simply named ".note". */
96 sec = bfd_get_section_by_name (abfd, ".note");
100 /* Verify that this is a QNX note of the expected type. */
104 einfo (_("%F%P: %pB: can't read contents of section .note: %E\n"),
114 einfo (_("%P: %pB: warning: duplicated QNX stack .note detected\n"),
118 einfo (_("%P: %pB: warning: duplicated QNX stack .note detected\n"),
124 /* Allow modification of this .note content. */
137 /* Generate the QNX stack .note section. */
151 /* Don't create a note if none of the stack parameter have to be modified. */
159 /* Update QNX stack note content. */