Lines Matching refs:stabsec
896 asection *stabsec; member
970 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
976 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
977 ? info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
978 : info->stabsec->size); in _bfd_stab_section_find_nearest_line()
999 info->stabsec = bfd_get_section_by_name (abfd, ".stab"); in _bfd_stab_section_find_nearest_line()
1002 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1005 info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$"); in _bfd_stab_section_find_nearest_line()
1008 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1017 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
1018 ? info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
1019 : info->stabsec->size); in _bfd_stab_section_find_nearest_line()
1030 if (! bfd_get_section_contents (abfd, info->stabsec, info->stabs, in _bfd_stab_section_find_nearest_line()
1040 reloc_size = bfd_get_reloc_upper_bound (abfd, info->stabsec); in _bfd_stab_section_find_nearest_line()
1046 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line()