Searched refs:lntt_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;
1710 lntt_section = bfd_get_section_by_name (objfile->obfd, "$LNTT$");
1711 if (!lntt_section)
1716 bfd_section_size (objfile->obfd, lntt_section));
1718 bfd_get_section_contents (objfile->obfd, lntt_section, LNTT (objfile),
1719 0, bfd_section_size (objfile->obfd, lntt_section));
1722 = bfd_section_size (objfile->obfd, lntt_section)
1667 asection *vt_section, *slt_section, *lntt_section, *gntt_section; local

Completed in 70 milliseconds