Searched defs:hashtab (Results  1 – 9 of 9) sorted by relevance
| /external/musl/src/internal/ | 
| D | vdso.c | 62 	Elf_Symndx *hashtab = 0;  in __vdsosym()  local
 | 
| /external/musl/ldso/ | 
| D | dynlink.c | 74 	Elf_Symndx *hashtab;  member257 	Elf_Symndx *hashtab = dso->hashtab;  in sysv_lookup()  local
 267 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s)  in gnu_lookup()
 288 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin…  in gnu_lookup_filtered()
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 57485 struct hashtab {  struct57486 	struct hashtab_node **htable;  argument
 57489 	u32 (*hash_value)(struct hashtab *, const void *);  argument
 57490 	int (*keycmp)(struct hashtab *, const void *, const void *);  argument
 
 | 
| D | vmlinux.h | 57485 struct hashtab {  struct57486 	struct hashtab_node **htable;  argument
 57489 	u32 (*hash_value)(struct hashtab *, const void *);  argument
 57490 	int (*keycmp)(struct hashtab *, const void *, const void *);  argument
 
 | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 53976 struct hashtab {  struct53977 	struct hashtab_node **htable;  argument
 53995 	struct hashtab table;  argument
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 82589 struct hashtab {  struct82590 	struct hashtab_node **htable;  argument
 82606 	struct hashtab table;  argument
 
 | 
| D | vmlinux.h | 82589 struct hashtab {  struct82590 	struct hashtab_node **htable;  argument
 82606 	struct hashtab table;  argument
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 49040 struct hashtab {  struct49041 	struct hashtab_node **htable;  argument
 49057 	struct hashtab table;  argument
 
 | 
| D | vmlinux_510.h | 49040 struct hashtab {  struct49041 	struct hashtab_node **htable;  argument
 49057 	struct hashtab table;  argument
 
 |