Searched refs:hashtab (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c62 Elf_Symndx *hashtab = 0; local
71 case DT_HASH: hashtab = p; break;
77 if (!strings || !syms || !hashtab) return 0;
80 for (i=0; i<hashtab[1]; i++) {
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c57 Elf_Symndx *hashtab; member in struct:dso
209 Elf_Symndx *hashtab = dso->hashtab; local
211 for (i=hashtab[2+h%hashtab[0]]; i; i=hashtab[2+hashtab[0]+i]) {
219 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) argument
221 uint32_t nbuckets = hashtab[0];
222 uint32_t *buckets = hashtab
240 gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) argument
[all...]

Completed in 33 milliseconds