Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c169 chain = bucket + h->nbuckets; in resolve_sym_helper()
171 n = bucket[hash % h->nbuckets]; in resolve_sym_helper()
196 uint32_t nbuckets = hashtab[0]; in resolve_sym_helper() local
199 uint32_t *chain = &bucket[nbuckets]; in resolve_sym_helper()
201 if (!nbuckets) in resolve_sym_helper()
206 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()
H A Dta_elf.h104 uint32_t nbuckets; member
H A Dta_elf.c294 if (ADD_OVERFLOW(num_words, h->nbuckets, &num_words) || in check_gnu_hashtab()