Lines Matching refs:dsbt
34 /* DSBT binaries have a default 128K stack. */
59 /* The .dsbt section. */
60 asection *dsbt;
1627 /* Determine if we're dealing with a DSBT object. */
1636 /* Create .plt, .rela.plt, .got, .got.plt, .rela.got and .dsbt
1653 /* Create .dsbt */
1656 htab->dsbt = bfd_make_section_anyway_with_flags (dynobj, ".dsbt",
1658 if (htab->dsbt == NULL
1659 || ! bfd_set_section_alignment (dynobj, htab->dsbt, 2)
2611 if (htab->dsbt)
2614 - htab->dsbt->output_section->vma
2615 - htab->dsbt->output_offset);
3388 if (s == htab->dsbt)
3558 s = htab->dsbt;
3585 - htab->dsbt->output_section->vma
3586 - htab->dsbt->output_offset) / 4;
3870 "compiled for DSBT"),