Searched refs:gntt_section (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | hpread.c | 1667 asection *vt_section, *slt_section, *lntt_section, *gntt_section; in hpread_symfile_init() local 1678 gntt_section = bfd_get_section_by_name (objfile->obfd, "$GNTT$"); in hpread_symfile_init() 1679 if (!gntt_section) in hpread_symfile_init() 1684 bfd_section_size (objfile->obfd, gntt_section)); in hpread_symfile_init() 1686 bfd_get_section_contents (objfile->obfd, gntt_section, GNTT (objfile), in hpread_symfile_init() 1687 0, bfd_section_size (objfile->obfd, gntt_section)); in hpread_symfile_init() 1690 = bfd_section_size (objfile->obfd, gntt_section) in hpread_symfile_init()
|