Searched refs:lntt_section (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c1679 asection *vt_section, *slt_section, *lntt_section, *gntt_section;
1712 lntt_section = bfd_get_section_by_name (objfile->obfd, "$LNTT$");
1713 if (!lntt_section)
1718 bfd_section_size (objfile->obfd, lntt_section));
1720 bfd_get_section_contents (objfile->obfd, lntt_section, LNTT (objfile),
1721 0, bfd_section_size (objfile->obfd, lntt_section));
1724 = bfd_section_size (objfile->obfd, lntt_section)
1669 asection *vt_section, *slt_section, *lntt_section, *gntt_section; local

Completed in 91 milliseconds