Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c592 asection *lower_sect; in syms_from_objfile() local
600 lower_sect = bfd_get_section_by_name (objfile->obfd, ".text"); in syms_from_objfile()
601 if (lower_sect == NULL) in syms_from_objfile()
603 &lower_sect); in syms_from_objfile()
604 if (lower_sect == NULL) in syms_from_objfile()
608 if ((bfd_get_section_flags (objfile->obfd, lower_sect) & SEC_CODE) == 0) in syms_from_objfile()
611 bfd_section_name (objfile->obfd, lower_sect), in syms_from_objfile()
612 paddr (bfd_section_vma (objfile->obfd, lower_sect))); in syms_from_objfile()
613 if (lower_sect != NULL) in syms_from_objfile()
614 lower_offset = bfd_section_vma (objfile->obfd, lower_sect); in syms_from_objfile()
H A DChangeLog-19992465 (syms_from_objfile): Add local variables i, sect, lower_sect,