Searched refs:tindex (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/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 | 46 static struct coff_symbol ** tindex; variable 202 r->symbol = tindex[idx]; in do_sections_p2() 452 res->u.astructref.ref = tindex[idx]; in do_type() 487 res->u.aenumref.ref = tindex[idx]; in do_type() 673 tindex[i] = s; in do_define() 901 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.27/bfd/ |
D | xsym.c | 1131 bfd_sym_type_table_entry tindex; in bfd_sym_fetch_type_table_information() local 1142 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0) in bfd_sym_fetch_type_table_information() 1144 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0) in bfd_sym_fetch_type_table_information()
|
D | elf32-tic6x.c | 3952 unsigned int tindex) in elf32_tic6x_add_unwind_table_edit() argument 3959 new_edit->index = tindex; in elf32_tic6x_add_unwind_table_edit() 3961 if (tindex > 0) in elf32_tic6x_add_unwind_table_edit()
|
/toolchain/binutils/binutils-2.27/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.27/texinfo/ |
D | texinfo.tex | 4506 % @tindex whatever 4598 \def\tindex {\tpindex}
|