Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Dsymbol.c385 assert(obj->sysv_hash || obj->gnu_hash); in _rtld_symlook_obj()
388 if (obj->gnu_hash) in _rtld_symlook_obj()
H A Dheaders.c225 obj->gnu_hash = true; in _rtld_digest_dynamic()
417 if (!obj->sysv_hash && obj->gnu_hash) { in _rtld_digest_dynamic()
H A Dreloc.c178 if ((!obj->sysv_hash && !obj->gnu_hash) || in _rtld_relocate_objects()
H A Drtld.h229 gnu_hash:1; /* GNU Hash available */ member
/netbsd-src/external/gpl3/binutils/dist/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()
/netbsd-src/external/gpl3/binutils.old/dist/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()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c6411 int gnu_hash) in compute_bucket_count() argument
6435 if (gnu_hash) in compute_bucket_count()
6461 if (gnu_hash && (i & 31) == 0) in compute_bucket_count()
6529 if (gnu_hash && best_size < 2) in compute_bucket_count()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c6354 int gnu_hash) in compute_bucket_count() argument
6378 if (gnu_hash) in compute_bucket_count()
6404 if (gnu_hash && (i & 31) == 0) in compute_bucket_count()
6472 if (gnu_hash && best_size < 2) in compute_bucket_count()