Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c3963 size_t first_defined = 0; in create_gnu_hash() local
3968 if (first_defined == 0) in create_gnu_hash()
3974 ((Elf32_Word *) hashdata->d_buf)[1] = first_defined = cnt; in create_gnu_hash()
3998 if (cnt == first_defined || this_bucket != last_bucket) in create_gnu_hash()
4000 if (cnt != first_defined) in create_gnu_hash()
4003 assert ((void *) &gnu_chain[cnt - first_defined - 1] < endp); in create_gnu_hash()
4004 gnu_chain[cnt - first_defined - 1] |= 1; in create_gnu_hash()
4012 assert (cnt >= first_defined); in create_gnu_hash()
4013 assert (cnt - first_defined < nsym_dyn); in create_gnu_hash()
4014 gnu_chain[cnt - first_defined] = hval & ~1u; in create_gnu_hash()
[all …]