Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_lineop_index.c37 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp) in dwarf_lineop_index() argument
42 *idxp = line->op_index; in dwarf_lineop_index()
/external/elfutils/src/
Dreadelf.c4913 skip_listptr_hole (struct listptr_table *table, size_t *idxp, in skip_listptr_hole() argument
4922 while (*idxp < table->n && table->table[*idxp].offset < (Dwarf_Off) offset) in skip_listptr_hole()
4923 ++*idxp; in skip_listptr_hole()
4925 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole()
4927 if (*idxp == table->n in skip_listptr_hole()
4987 listptr_cu (struct listptr_table *table, size_t *idxp, in listptr_cu() argument
4991 while (*idxp < table->n in listptr_cu()
4992 && table->table[*idxp].offset < start) in listptr_cu()
4993 ++*idxp; in listptr_cu()
4995 if (*idxp < table->n in listptr_cu()
[all …]