Searched refs:idxp (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_lineop_index.c | 37 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp) in dwarf_lineop_index() argument 42 *idxp = line->op_index; in dwarf_lineop_index()
|
/third_party/alsa-lib/include/ |
H A D | mixer.h | 291 int snd_mixer_selem_get_enum_item(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *idxp);
|
/third_party/elfutils/src/ |
H A D | readelf.c | 5132 skip_listptr_hole (struct listptr_table *table, size_t *idxp, in skip_listptr_hole() argument 5141 while (*idxp < table->n && table->table[*idxp].offset < (Dwarf_Off) offset) in skip_listptr_hole() 5142 ++*idxp; in skip_listptr_hole() 5144 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole() 5146 if (*idxp == table->n in skip_listptr_hole() 5178 next_listptr_offset (struct listptr_table *table, size_t *idxp, Dwarf_Off off) in next_listptr_offset() argument 5183 if (*idxp < table->n) in next_listptr_offset() 5185 while (++*idxp < table->n) in next_listptr_offset() 5187 Dwarf_Off next = table->table[*idxp] in next_listptr_offset() 5208 listptr_cu(struct listptr_table *table, size_t *idxp, Dwarf_Off start, Dwarf_Off end, Dwarf_Addr *base, struct Dwarf_CU **cu) listptr_cu() argument 5233 listptr_attr(struct listptr_table *table, size_t idxp, Dwarf_Off offset, unsigned int attr) listptr_attr() argument [all...] |
Completed in 10 milliseconds