Home
last modified time | relevance | path

Searched refs:nindex (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c453 int nindex = higher_prime_index (1024 / sizeof (PTR)); in htab_empty() local
454 int nsize = prime_tab[nindex].prime; in htab_empty()
466 htab->size_prime_index = nindex; in htab_empty()
525 unsigned int oindex, nindex; in htab_expand() local
537 nindex = higher_prime_index (elts * 2); in htab_expand()
538 nsize = prime_tab[nindex].prime; in htab_expand()
542 nindex = oindex; in htab_expand()
555 htab->size_prime_index = nindex; in htab_expand()
/toolchain/binutils/binutils-2.25/include/vms/
Dlbr.h53 unsigned char nindex; member
/toolchain/binutils/binutils-2.25/bfd/
Dvms-lib.c477 || lhd.nindex != 2) in _bfd_vms_lib_archive_p()
486 || lhd.nindex != 2) in _bfd_vms_lib_archive_p()
497 || lhd.nindex != 1) in _bfd_vms_lib_archive_p()
527 if (lhd.nindex == 2) in _bfd_vms_lib_archive_p()
2243 lhd->nindex = 2; in _bfd_vms_lib_write_archive_contents()