Searched refs:lower_sect (Results 1 – 1 of 1) sorted by relevance
578 asection *lower_sect; in syms_from_objfile() local586 lower_sect = bfd_get_section_by_name (objfile->obfd, ".text"); in syms_from_objfile()587 if (lower_sect == NULL) in syms_from_objfile()589 &lower_sect); in syms_from_objfile()590 if (lower_sect == NULL) in syms_from_objfile()594 if ((bfd_get_section_flags (objfile->obfd, lower_sect) & SEC_CODE) == 0) in syms_from_objfile()597 bfd_section_name (objfile->obfd, lower_sect), in syms_from_objfile()598 paddr (bfd_section_vma (objfile->obfd, lower_sect))); in syms_from_objfile()599 if (lower_sect != NULL) in syms_from_objfile()600 lower_offset = bfd_section_vma (objfile->obfd, lower_sect); in syms_from_objfile()