Home | History | Annotate | Download | only in bfd

Lines Matching defs:hashtable

3060   bfd_byte *hashtable;
3129 hashtable = (bfd_byte *) bfd_zalloc (abfd, symdefsize);
3130 if (!hashtable)
3155 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3163 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3171 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3172 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3175 if (bfd_bwrite ((void *) hashtable, symdefsize, abfd) != symdefsize)
3178 bfd_release (abfd, hashtable);
3580 const bfd_byte *hashtable;
3608 hashtable = raw_armap + 4;
3654 file_offset = H_GET_32 (abfd, hashtable + (hash * 8) + 4);
3662 name = stringbase + H_GET_32 (abfd, hashtable + (hash * 8));
3675 file_offset = H_GET_32 (abfd, hashtable + (srch * 8) + 4);
3678 name = stringbase + H_GET_32 (abfd, hashtable + (srch * 8));