Home
last modified time | relevance | path

Searched refs:lower_sect (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dsymfile.c578 asection *lower_sect; in syms_from_objfile() local
586 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()