Home
last modified time | relevance | path

Searched refs:hlog (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Decoff.c2949 ecoff_armap_hash (s, rehash, size, hlog) in ecoff_armap_hash() argument
2953 unsigned int hlog;
2957 if (hlog == 0)
2964 return hash >> (32 - hlog);
3062 unsigned int hlog; local
3066 hlog = 0;
3068 hlog++;
3082 hlog);
DChangeLog-96974400 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decoff.c2818 unsigned int hlog) in ecoff_armap_hash() argument
2822 if (hlog == 0) in ecoff_armap_hash()
2829 return hash >> (32 - hlog); in ecoff_armap_hash()
2924 unsigned int hlog; in _bfd_ecoff_slurp_armap() local
2928 hlog = 0; in _bfd_ecoff_slurp_armap()
2930 hlog++; in _bfd_ecoff_slurp_armap()
2944 hlog); in _bfd_ecoff_slurp_armap()
DChangeLog-96974400 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather