Home
last modified time | relevance | path

Searched refs:gnu_hash (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Ddynobj.h127 gnu_hash(const char*);
H A Ddynobj.cc1045 Dynobj::gnu_hash(const char* name) in gnu_hash() function in gold::Dynobj
1098 dynsym_hashvals.push_back(Dynobj::gnu_hash(sym->name())); in create_gnu_hash_table()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddynobj.h127 gnu_hash(const char*);
H A Ddynobj.cc1045 Dynobj::gnu_hash(const char* name) in gnu_hash() function in gold::Dynobj
1098 dynsym_hashvals.push_back(Dynobj::gnu_hash(sym->name())); in create_gnu_hash_table()
/dragonfly/libexec/rtld-elf/
H A Drtld.c162 static uint_fast32_t gnu_hash (const char *);
1510 gnu_hash(const char *s) in gnu_hash() function
4962 dst->hash_gnu = gnu_hash(name); in symlook_init()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c5590 int gnu_hash) in compute_bucket_count() argument
5618 if (gnu_hash) in compute_bucket_count()
5644 if (gnu_hash && (i & 31) == 0) in compute_bucket_count()
5716 if (gnu_hash && best_size < 2) in compute_bucket_count()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c5412 int gnu_hash) in compute_bucket_count() argument
5440 if (gnu_hash) in compute_bucket_count()
5466 if (gnu_hash && (i & 31) == 0) in compute_bucket_count()
5538 if (gnu_hash && best_size < 2) in compute_bucket_count()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c6042 int gnu_hash) in compute_bucket_count() argument
6070 if (gnu_hash) in compute_bucket_count()
6096 if (gnu_hash && (i & 31) == 0) in compute_bucket_count()
6168 if (gnu_hash && best_size < 2) in compute_bucket_count()