Searched refs:idxp (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_lineop_index.c37 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp) argument
42 *idxp = line->op_index;
/external/elfutils/src/
H A Dreadelf.c4581 skip_listptr_hole (struct listptr_table *table, size_t *idxp, argument
4589 while (*idxp < table->n && table->table[*idxp].offset < (Dwarf_Off) offset)
4590 ++*idxp;
4592 struct listptr *p = &table->table[*idxp];
4594 if (*idxp == table->n

Completed in 475 milliseconds