Home
last modified time | relevance | path

Searched refs:stabstr (Results 1 – 25 of 145) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dstabs.c188 if (sinfo->stabstr == NULL) in _bfd_link_section_stabs()
201 sinfo->stabstr = bfd_make_section_anyway (abfd, ".stabstr"); in _bfd_link_section_stabs()
202 if (sinfo->stabstr == NULL) in _bfd_link_section_stabs()
204 sinfo->stabstr->flags |= (SEC_HAS_CONTENTS | SEC_READONLY in _bfd_link_section_stabs()
460 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings); in _bfd_link_section_stabs()
728 if (bfd_is_abs_section (sinfo->stabstr->output_section)) in _bfd_write_stab_strings()
732 BFD_ASSERT ((sinfo->stabstr->output_offset in _bfd_write_stab_strings()
734 <= sinfo->stabstr->output_section->size); in _bfd_write_stab_strings()
737 (file_ptr) (sinfo->stabstr->output_section->filepos in _bfd_write_stab_strings()
738 + sinfo->stabstr->output_offset), in _bfd_write_stab_strings()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dstabs.c137 asection *stabstr; member
248 sinfo->stabstr = bfd_make_section_anyway (abfd, ".stabstr");
249 sinfo->stabstr->flags |= SEC_HAS_CONTENTS | SEC_READONLY | SEC_DEBUGGING;
520 sinfo->stabstr->_cooked_size = _bfd_stringtab_size (sinfo->strings);
819 if (bfd_is_abs_section (sinfo->stabstr->output_section))
825 BFD_ASSERT ((sinfo->stabstr->output_offset
827 <= sinfo->stabstr->output_section->_raw_size);
830 (file_ptr) (sinfo->stabstr->output_section->filepos
831 + sinfo->stabstr->output_offset),
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dsvr3z.ifile32 .stabstr BIND(ADDR(.stab) + SIZEOF(.stab)): { }
34 (ADDR(.stabstr) + (SIZEOF(.stabstr)) % 0x1000)):
Dsvr3.ifile32 .stabstr BIND(ADDR(.stab) + SIZEOF(.stab)): { }
34 (ADDR(.stabstr) + (SIZEOF(.stabstr)) % 0x1000)):
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
Dmaxqcoff.sc38 .stabstr 0 ${RELOCATING+(NOLOAD)} :
40 [ .stabstr ]
Dh8500.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dh8500s.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dpj.sc50 .stabstr 0 ${RELOCATING+(NOLOAD)} :
52 *(.stabstr)
Dh8500m.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dw65.sc56 .stabstr . (NOLOAD) :
58 [ .stabstr ]
Di860coff.sc37 .stabstr 0 ${RELOCATING+(NOLOAD)} :
39 [ .stabstr ]
Dh8500b.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dm68kcoff.sc37 .stabstr 0 ${RELOCATING+(NOLOAD)} :
39 [ .stabstr ]
Dh8500c.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dm68klynx.sc41 .stabstr 0 ${RELOCATING+(NOLOAD)} :
43 [ .stabstr ]
/openbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dh8500.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dh8500s.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dw65.sc56 .stabstr . (NOLOAD) :
58 [ .stabstr ]
Dh8500m.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dpj.sc50 .stabstr 0 ${RELOCATING+(NOLOAD)} :
52 *(.stabstr)
Di860coff.sc37 .stabstr 0 ${RELOCATING+(NOLOAD)} :
39 [ .stabstr ]
Dh8500b.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dm68kcoff.sc37 .stabstr 0 ${RELOCATING+(NOLOAD)} :
39 [ .stabstr ]
Dh8500c.sc56 .stabstr 0 ${RELOCATING+(NOLOAD)} :
58 [ .stabstr ]
Dm68klynx.sc41 .stabstr 0 ${RELOCATING+(NOLOAD)} :
43 [ .stabstr ]

123456