Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c7343 bfd_vma *gnubuckets = NULL; in process_symbol_table() local
7770 gnubuckets = get_dynamic_data (file, ngnubuckets, 4); in process_symbol_table()
7772 if (gnubuckets == NULL) in process_symbol_table()
7776 if (gnubuckets[i] != 0) in process_symbol_table()
7778 if (gnubuckets[i] < symidx) in process_symbol_table()
7781 if (maxchain == 0xffffffff || gnubuckets[i] > maxchain) in process_symbol_table()
7782 maxchain = gnubuckets[i]; in process_symbol_table()
7841 if (gnubuckets[hn] != 0) in process_symbol_table()
7845 for (off = gnubuckets[hn] - symidx; in process_symbol_table()
7880 free (gnubuckets); in process_symbol_table()