Lines Matching refs:maxidx
2035 size_t maxidx = nchain; in check_sysv_hash() local
2045 maxidx = symsize; in check_sysv_hash()
2055 else if (buf[cnt] >= maxidx) in check_sysv_hash()
2065 else if (buf[cnt] >= maxidx) in check_sysv_hash()
2092 size_t maxidx = nchain; in check_sysv_hash64() local
2102 maxidx = symsize; in check_sysv_hash64()
2112 else if (buf[cnt] >= maxidx) in check_sysv_hash64()
2122 else if (buf[cnt] >= maxidx) in check_sysv_hash64()
2179 size_t maxidx = shdr->sh_size / sizeof (Elf32_Word) - (4 + bitmask_words in check_gnu_hash() local
2183 maxidx = MIN (maxidx, symshdr->sh_size / symshdr->sh_entsize); in check_gnu_hash()
2213 while (symidx - symbias < maxidx) in check_gnu_hash()
2279 if (symidx - symbias >= maxidx) in check_gnu_hash()