Home | History | Annotate | Download | only in gcc

Lines Matching defs:last_idx

29679 count_index_strings (indirect_string_node **h, unsigned int *last_idx)
29684 *last_idx += 1;
29738 unsigned int last_idx = 0;
29742 <unsigned int *, count_index_strings> (&last_idx);
29743 str_offsets_length = last_idx * dwarf_offset_size + 4;
29805 count_index_addrs (addr_table_entry **slot, unsigned int *last_idx)
29810 *last_idx += 1;
29830 unsigned int last_idx = 0;
29834 <unsigned int *, count_index_addrs> (&last_idx);
29835 addrs_length = last_idx * DWARF2_ADDR_SIZE + 4;