Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf.h103 uint32_t nbuckets; member
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()
203 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()
A Dta_elf.c287 if (ADD_OVERFLOW(num_words, h->nbuckets, &num_words) || in check_gnu_hashtab()

Completed in 8 milliseconds