Searched refs:as_hash (Results 1 – 3 of 3) sorted by relevance
83 LIST_HEAD(, acl) as_hash[ACL_HASHSIZE];137 LIST_FOREACH(acl, &as->as_hash[hash], acl_hash) { in _find_acl()190 LIST_FOREACH(acl, &as->as_hash[hash], acl_hash) { in acl_add()202 LIST_INSERT_HEAD(&as->as_hash[hash], new, acl_hash); in acl_add()
386 sym->as_hash = elf_hash((char *) s); in _libelf_ar_process_bsd_symtab()392 sym->as_hash = ~0UL; in _libelf_ar_process_bsd_symtab()472 sym->as_hash = elf_hash((char *) s); in _libelf_ar_process_svr4_symtab()484 sym->as_hash = ~0UL; in _libelf_ar_process_svr4_symtab()
141 unsigned long as_hash; /* elf_hash() value for name */ member