Home | History | Annotate | Download | only in config

Lines Matching full:elem_idx

2250   unsigned int *elem_idx;
2258 elem_idx = (unsigned int *) hash_find (list->indexes, group_name);
2259 if (elem_idx != NULL)
2261 elf_next_in_group (sec) = list->head[*elem_idx];
2262 list->head[*elem_idx] = sec;
2263 list->elt_count[*elem_idx] += 1;