Home
last modified time | relevance | path

Searched refs:dsbt_size (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dtic6xdsbt.em61 if (params.dsbt_index >= params.dsbt_size)
201 params.dsbt_size = strtol (optarg, &end, 0);
203 && params.dsbt_size >= 0 && params.dsbt_size < 0x7fff)
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-tic6x.h34 int dsbt_size; member
Delf32-tic6x.c1763 got_dp_offset = got_section_offset + htab->params.dsbt_size; in elf32_tic6x_finish_dynamic_symbol()
3267 s->size = 4 * htab->params.dsbt_size; in elf32_tic6x_size_dynamic_sections()
3346 || !add_dynamic_entry (DT_C6000_DSBT_SIZE, htab->params.dsbt_size) in elf32_tic6x_size_dynamic_sections()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-tic6x.h34 int dsbt_size; member
Delf32-tic6x.c1763 got_dp_offset = got_section_offset + htab->params.dsbt_size; in elf32_tic6x_finish_dynamic_symbol()
3267 s->size = 4 * htab->params.dsbt_size; in elf32_tic6x_late_size_sections()
3346 || !add_dynamic_entry (DT_C6000_DSBT_SIZE, htab->params.dsbt_size) in elf32_tic6x_late_size_sections()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsolib-dsbt.c66 ext_Elf32_Word dsbt_size; member
94 int dsbt_size, dsbt_index; member