Searched refs:note_sec (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dgcore.c46 asection *note_sec = NULL; local
85 note_sec = bfd_make_section_anyway (obfd, "note0");
86 if (note_sec == NULL)
90 bfd_set_section_vma (obfd, note_sec, 0);
91 bfd_set_section_flags (obfd, note_sec,
93 bfd_set_section_alignment (obfd, note_sec, 0);
94 bfd_set_section_size (obfd, note_sec, note_size);
104 if (!bfd_set_section_contents (obfd, note_sec, note_data, 0, note_size))

Completed in 97 milliseconds