Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c2251 unsigned int *idx_ptr; in build_group_lists() local
2283 idx_ptr = (unsigned int *) xmalloc (sizeof (unsigned int)); in build_group_lists()
2284 *idx_ptr = i; in build_group_lists()
2285 hash_insert (list->indexes, group_name, idx_ptr); in build_group_lists()