Searched refs:stabsec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dstabs.c151 asection *stabsec,
165 if (stabsec->size == 0
170 if (stabsec->size % STABSIZE != 0)
180 if (bfd_is_abs_section (stabsec->output_section)
213 count = stabsec->size / STABSIZE;
223 stabsec->rawsize = stabsec->size;
228 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf)
242 symend = stabbuf + stabsec->size;
280 abfd, stabsec, (lon
147 _bfd_link_section_stabs(bfd *abfd, struct stab_info *sinfo, asection *stabsec, asection *stabstrsec, void * *psecinfo, bfd_size_type *pstring_offset) argument
507 _bfd_discard_section_stabs(bfd *abfd, asection *stabsec, void * psecinfo, bfd_boolean (*reloc_symbol_deleted_p) (bfd_vma, void *), void * cookie) argument
656 _bfd_write_section_stabs(bfd *output_bfd, struct stab_info *sinfo, asection *stabsec, void * *psecinfo, bfd_byte *contents) argument
758 _bfd_stab_section_offset(asection *stabsec, void * psecinfo, bfd_vma offset) argument
[all...]
H A Dsyms.c881 asection *stabsec; member in struct:stab_find_info
956 if (info->stabsec == NULL || info->strsec == NULL)
962 stabsize = (info->stabsec->rawsize
963 ? info->stabsec->rawsize
964 : info->stabsec->size);
986 info->stabsec = bfd_get_section_by_name (abfd, ".stab");
989 if (info->stabsec == NULL || info->strsec == NULL)
997 stabsize = (info->stabsec->rawsize
998 ? info->stabsec->rawsize
999 : info->stabsec
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c2589 asection *stabsec, *stabstrsec;
2598 stabsec = bfd_make_section_with_flags (obfd, ".stab", flags);
2600 if (stabsec == NULL
2602 || ! bfd_set_section_size (obfd, stabsec, symsize)
2604 || ! bfd_set_section_alignment (obfd, stabsec, 2)
2617 if (! bfd_set_section_contents (obfd, stabsec, syms, 0, symsize)
2587 asection *stabsec, *stabstrsec; local

Completed in 182 milliseconds