Searched refs:gntt_section (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | hpread.c | 1669 asection *vt_section, *slt_section, *lntt_section, *gntt_section; in hpread_symfile_init() local 1680 gntt_section = bfd_get_section_by_name (objfile->obfd, "$GNTT$"); in hpread_symfile_init() 1681 if (!gntt_section) in hpread_symfile_init() 1686 bfd_section_size (objfile->obfd, gntt_section)); in hpread_symfile_init() 1688 bfd_get_section_contents (objfile->obfd, gntt_section, GNTT (objfile), in hpread_symfile_init() 1689 0, bfd_section_size (objfile->obfd, gntt_section)); in hpread_symfile_init() 1692 = bfd_section_size (objfile->obfd, gntt_section) in hpread_symfile_init()
|