Searched refs:slt_section (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hpread.c | 1667 asection *vt_section, *slt_section, *lntt_section, *gntt_section; in hpread_symfile_init() local 1717 slt_section = bfd_get_section_by_name (objfile->obfd, "$SLT$"); in hpread_symfile_init() 1718 if (!slt_section) in hpread_symfile_init() 1723 bfd_section_size (objfile->obfd, slt_section)); in hpread_symfile_init() 1725 bfd_get_section_contents (objfile->obfd, slt_section, SLT (objfile), in hpread_symfile_init() 1726 0, bfd_section_size (objfile->obfd, slt_section)); in hpread_symfile_init()
|