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

/external/elfutils/0.153/libdw/
H A Ddwarf_lineop_index.c58 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp) argument
63 *idxp = line->op_index;
/external/elfutils/0.153/src/
H A Dreadelf.c4526 skip_listptr_hole (struct listptr_table *table, size_t *idxp, argument
4533 while (*idxp < table->n && table->table[*idxp].offset < (Dwarf_Off) offset)
4534 ++*idxp;
4536 struct listptr *p = &table->table[*idxp];
4538 if (*idxp == table->n

Completed in 89 milliseconds