Home | History | Annotate | Download | only in bfd

Lines Matching refs:stabsec

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