Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dstabs.c151 asection *stabstrsec, in _bfd_link_section_stabs() argument
165 || stabstrsec->size == 0) in _bfd_link_section_stabs()
174 if ((stabstrsec->flags & SEC_RELOC) != 0) in _bfd_link_section_stabs()
180 || bfd_is_abs_section (stabstrsec->output_section)) in _bfd_link_section_stabs()
228 || !bfd_malloc_and_get_section (abfd, stabstrsec, &stabstrbuf)) in _bfd_link_section_stabs()
275 if (symstroff >= stabstrsec->size) in _bfd_link_section_stabs()
463 stabstrsec->flags |= SEC_EXCLUDE | SEC_KEEP; in _bfd_link_section_stabs()
/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c3512 asection *stabsec, *stabstrsec; in write_debugging_info() local
3522 stabstrsec = bfd_make_section_with_flags (obfd, ".stabstr", flags); in write_debugging_info()
3524 || stabstrsec == NULL in write_debugging_info()
3526 || ! bfd_set_section_size (obfd, stabstrsec, stringsize) in write_debugging_info()
3528 || ! bfd_set_section_alignment (obfd, stabstrsec, 0)) in write_debugging_info()
3540 || ! bfd_set_section_contents (obfd, stabstrsec, strings, 0, in write_debugging_info()