Searched refs:tindex (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | wrstabs.c | 397 long tindex, bfd_boolean definition, unsigned int size) in stab_push_string() argument 403 s->index = tindex; in stab_push_string() 421 stab_push_defined_type (struct stab_write_handle *info, long tindex, in stab_push_defined_type() argument 426 sprintf (buf, "%ld", tindex); in stab_push_defined_type() 427 return stab_push_string (info, buf, tindex, FALSE, size); in stab_push_defined_type() 589 long tindex; in stab_empty_type() local 592 tindex = info->type_index; in stab_empty_type() 595 sprintf (buf, "%ld=%ld", tindex, tindex); in stab_empty_type() 597 return stab_push_string (info, buf, tindex, FALSE, 0); in stab_empty_type() 612 long tindex; in stab_void_type() local [all …]
|
D | coffgrok.c | 48 static struct coff_symbol **tindex; variable 194 r->symbol = tindex[idx]; in do_sections_p2() 377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type() 405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type() 568 tindex[i] = s; in do_define() 739 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount)); in coff_grok()
|
D | stabs.c | 3298 int tindex; in stab_find_slot() local 3302 tindex = typenums[1]; in stab_find_slot() 3309 if (tindex < 0) in stab_find_slot() 3311 fprintf (stderr, _("Type index number %d out of range\n"), tindex); in stab_find_slot() 3317 while (tindex >= STAB_TYPES_SLOTS) in stab_find_slot() 3325 tindex -= STAB_TYPES_SLOTS; in stab_find_slot() 3333 return (*ps)->types + tindex; in stab_find_slot()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xsym.c | 1129 bfd_sym_type_table_entry tindex; in bfd_sym_fetch_type_table_information() local 1140 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0) in bfd_sym_fetch_type_table_information() 1142 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0) in bfd_sym_fetch_type_table_information()
|
D | elf32-tic6x.c | 3955 unsigned int tindex) in elf32_tic6x_add_unwind_table_edit() argument 3962 new_edit->index = tindex; in elf32_tic6x_add_unwind_table_edit() 3964 if (tindex > 0) in elf32_tic6x_add_unwind_table_edit()
|
D | elf32-arm.c | 10859 unsigned int tindex) in add_unwind_table_edit() argument 10866 new_edit->index = tindex; in add_unwind_table_edit() 10868 if (tindex > 0) in add_unwind_table_edit()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-gen.c | 2709 int tindex = 0; in print_main_table() local 2730 ptr->main_index = tindex++; in print_main_table()
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 4506 % @tindex whatever 4598 \def\tindex {\tpindex}
|