Searched refs:first_defined (Results 1 – 1 of 1) sorted by relevance
3973 size_t first_defined = 0; in create_gnu_hash() local3978 if (first_defined == 0) in create_gnu_hash()3984 ((Elf32_Word *) hashdata->d_buf)[1] = first_defined = cnt; in create_gnu_hash()4008 if (cnt == first_defined || this_bucket != last_bucket) in create_gnu_hash()4010 if (cnt != first_defined) in create_gnu_hash()4013 assert ((void *) &gnu_chain[cnt - first_defined - 1] < endp); in create_gnu_hash()4014 gnu_chain[cnt - first_defined - 1] |= 1; in create_gnu_hash()4022 assert (cnt >= first_defined); in create_gnu_hash()4023 assert (cnt - first_defined < nsym_dyn); in create_gnu_hash()4024 gnu_chain[cnt - first_defined] = hval & ~1u; in create_gnu_hash()[all …]