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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c1677 asection *vt_section, *slt_section, *lntt_section, *gntt_section;
1688 gntt_section = bfd_get_section_by_name (objfile->obfd, "$GNTT$");
1689 if (!gntt_section)
1694 bfd_section_size (objfile->obfd, gntt_section));
1696 bfd_get_section_contents (objfile->obfd, gntt_section, GNTT (objfile),
1697 0, bfd_section_size (objfile->obfd, gntt_section));
1700 = bfd_section_size (objfile->obfd, gntt_section)
1667 asection *vt_section, *slt_section, *lntt_section, *gntt_section; local

Completed in 67 milliseconds