Searched refs:text_sect (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddbxread.c629 asection *text_sect;
649 text_sect = bfd_get_section_by_name (sym_bfd, ".text");
650 if (!text_sect)
652 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect);
653 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect);
3519 asection *text_sect;
3535 text_sect = bfd_get_section_by_name (sym_bfd, text_name);
3536 if (!text_sect)
3538 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect);
3539 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect);
623 asection *text_sect; local
3506 asection *text_sect; local
[all...]
H A Dmdebugread.c2258 asection *text_sect;
2267 text_sect = bfd_get_section_by_name (cur_bfd, ".text");
2268 if (text_sect != NULL
2269 && (bfd_get_section_flags (cur_bfd, text_sect) & SEC_RELOC))
2250 asection *text_sect; local

Completed in 57 milliseconds