HomeSort by: relevance | last modified time | path
    Searched defs:dsbt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 34 /* DSBT binaries have a default 128K stack. */
52 /* The .dsbt section. */
53 asection *dsbt; member in struct:elf32_tic6x_link_hash_table
1611 /* Determine if we're dealing with a DSBT object. */
1620 /* Create .plt, .rela.plt, .got, .got.plt, .rela.got and .dsbt
1637 /* Create .dsbt */
1640 htab->dsbt = bfd_make_section_anyway_with_flags (dynobj, ".dsbt",
1642 if (htab->dsbt == NULL
1643 || !bfd_set_section_alignment (htab->dsbt, 2
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 34 /* DSBT binaries have a default 128K stack. */
52 /* The .dsbt section. */
53 asection *dsbt; member in struct:elf32_tic6x_link_hash_table
1614 /* Determine if we're dealing with a DSBT object. */
1623 /* Create .plt, .rela.plt, .got, .got.plt, .rela.got and .dsbt
1640 /* Create .dsbt */
1643 htab->dsbt = bfd_make_section_anyway_with_flags (dynobj, ".dsbt",
1645 if (htab->dsbt == NULL
1646 || !bfd_set_section_alignment (htab->dsbt, 2
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 34 /* DSBT binaries have a default 128K stack. */
52 /* The .dsbt section. */
53 asection *dsbt; member in struct:elf32_tic6x_link_hash_table
1614 /* Determine if we're dealing with a DSBT object. */
1623 /* Create .plt, .rela.plt, .got, .got.plt, .rela.got and .dsbt
1640 /* Create .dsbt */
1643 htab->dsbt = bfd_make_section_anyway_with_flags (dynobj, ".dsbt",
1645 if (htab->dsbt == NULL
1646 || !bfd_set_section_alignment (htab->dsbt, 2
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 34 /* DSBT binaries have a default 128K stack. */
52 /* The .dsbt section. */
53 asection *dsbt; member in struct:elf32_tic6x_link_hash_table
1615 /* Determine if we're dealing with a DSBT object. */
1624 /* Create .plt, .rela.plt, .got, .got.plt, .rela.got and .dsbt
1641 /* Create .dsbt */
1644 htab->dsbt = bfd_make_section_anyway_with_flags (dynobj, ".dsbt",
1646 if (htab->dsbt == NULL
1647 || !bfd_set_section_alignment (htab->dsbt, 2
    [all...]

Completed in 138 milliseconds