Searched refs:text_sect (Results 1 – 3 of 3) sorted by relevance
623 asection *text_sect; in dbx_symfile_init() local643 text_sect = bfd_get_section_by_name (sym_bfd, ".text"); in dbx_symfile_init()644 if (!text_sect) in dbx_symfile_init()646 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect); in dbx_symfile_init()647 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect); in dbx_symfile_init()3506 asection *text_sect; in stabsect_build_psymtabs() local3522 text_sect = bfd_get_section_by_name (sym_bfd, text_name); in stabsect_build_psymtabs()3523 if (!text_sect) in stabsect_build_psymtabs()3525 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect); in stabsect_build_psymtabs()3526 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect); in stabsect_build_psymtabs()
2250 asection *text_sect; in parse_partial_symbols() local2259 text_sect = bfd_get_section_by_name (cur_bfd, ".text"); in parse_partial_symbols()2260 if (text_sect != NULL in parse_partial_symbols()2261 && (bfd_get_section_flags (cur_bfd, text_sect) & SEC_RELOC)) in parse_partial_symbols()
505 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction() local506 if (text_sect.get()) { in GetCompactUnwindInfoForFunction()507 text_section_file_address = text_sect->GetFileAddress(); in GetCompactUnwindInfoForFunction()