Searched refs:idxp (Results 1 – 2 of 2) sorted by relevance
37 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp) in dwarf_lineop_index() argument42 *idxp = line->op_index; in dwarf_lineop_index()
5131 skip_listptr_hole (struct listptr_table *table, size_t *idxp, in skip_listptr_hole() argument5140 while (*idxp < table->n && table->table[*idxp].offset < (Dwarf_Off) offset) in skip_listptr_hole()5141 ++*idxp; in skip_listptr_hole()5143 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole()5145 if (*idxp == table->n in skip_listptr_hole()5177 next_listptr_offset (struct listptr_table *table, size_t *idxp, Dwarf_Off off) in next_listptr_offset() argument5182 if (*idxp < table->n) in next_listptr_offset()5184 while (++*idxp < table->n) in next_listptr_offset()5186 Dwarf_Off next = table->table[*idxp].offset; in next_listptr_offset()5207 listptr_cu (struct listptr_table *table, size_t *idxp, in listptr_cu() argument[all …]