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()
4962 skip_listptr_hole (struct listptr_table *table, size_t *idxp, in skip_listptr_hole() argument4971 while (*idxp < table->n && table->table[*idxp].offset < (Dwarf_Off) offset) in skip_listptr_hole()4972 ++*idxp; in skip_listptr_hole()4974 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole()4976 if (*idxp == table->n in skip_listptr_hole()5008 next_listptr_offset (struct listptr_table *table, size_t *idxp, Dwarf_Off off) in next_listptr_offset() argument5013 if (*idxp < table->n) in next_listptr_offset()5015 while (++*idxp < table->n) in next_listptr_offset()5017 Dwarf_Off next = table->table[*idxp].offset; in next_listptr_offset()5038 listptr_cu (struct listptr_table *table, size_t *idxp, in listptr_cu() argument[all …]