Searched refs:stabstrsec (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dstabs.c152 asection *stabstrsec,
166 || stabstrsec->size == 0)
175 if ((stabstrsec->flags & SEC_RELOC) != 0)
182 || (stabstrsec->output_section != NULL
183 && bfd_is_abs_section (stabstrsec->output_section)))
228 || !bfd_malloc_and_get_section (abfd, stabstrsec, &stabstrbuf))
275 if (symstroff >= stabstrsec->size)
461 stabstrsec->flags |= SEC_EXCLUDE;
147 _bfd_link_section_stabs(bfd *abfd, struct stab_info *sinfo, asection *stabsec, asection *stabstrsec, void * *psecinfo, bfd_size_type *pstring_offset) argument
/haiku-buildtools/binutils/bfd/
H A Dstabs.c153 asection *stabstrsec,
167 || stabstrsec->size == 0)
176 if ((stabstrsec->flags & SEC_RELOC) != 0)
182 || bfd_is_abs_section (stabstrsec->output_section))
230 || !bfd_malloc_and_get_section (abfd, stabstrsec, &stabstrbuf))
277 if (symstroff >= stabstrsec->size)
466 stabstrsec->flags |= SEC_EXCLUDE | SEC_KEEP;
148 _bfd_link_section_stabs(bfd *abfd, struct stab_info *sinfo, asection *stabsec, asection *stabstrsec, void * *psecinfo, bfd_size_type *pstring_offset) argument
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c2426 asection *stabsec, *stabstrsec;
2436 stabstrsec = bfd_make_section_with_flags (obfd, ".stabstr", flags);
2438 || stabstrsec == NULL
2440 || ! bfd_set_section_size (obfd, stabstrsec, stringsize)
2442 || ! bfd_set_section_alignment (obfd, stabstrsec, 0))
2455 || ! bfd_set_section_contents (obfd, stabstrsec, strings, 0,
2424 asection *stabsec, *stabstrsec; local
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c3584 asection *stabsec, *stabstrsec;
3594 stabstrsec = bfd_make_section_with_flags (obfd, ".stabstr", flags);
3596 || stabstrsec == NULL
3598 || ! bfd_set_section_size (obfd, stabstrsec, stringsize)
3600 || ! bfd_set_section_alignment (obfd, stabstrsec, 0))
3612 || ! bfd_set_section_contents (obfd, stabstrsec, strings, 0,
3582 asection *stabsec, *stabstrsec; local

Completed in 75 milliseconds