Searched refs:slt_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;
1727 slt_section = bfd_get_section_by_name (objfile->obfd, "$SLT$");
1728 if (!slt_section)
1733 bfd_section_size (objfile->obfd, slt_section));
1735 bfd_get_section_contents (objfile->obfd, slt_section, SLT (objfile),
1736 0, bfd_section_size (objfile->obfd, slt_section));
1667 asection *vt_section, *slt_section, *lntt_section, *gntt_section; local

Completed in 41 milliseconds