Searched refs:bucketpos (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elflink.c | 6186 bfd_byte *bucketpos; in elf_link_output_extsym() local 6198 bucketpos = ((bfd_byte *) finfo->hash_sec->contents in elf_link_output_extsym() 6200 chain = bfd_get (8 * hash_entry_size, finfo->output_bfd, bucketpos); in elf_link_output_extsym() 6201 bfd_put (8 * hash_entry_size, finfo->output_bfd, h->dynindx, bucketpos); in elf_link_output_extsym()
|
H A D | elflink.h | 6640 bfd_byte *bucketpos; local 6652 bucketpos = ((bfd_byte *) finfo->hash_sec->contents 6654 chain = bfd_get (8 * hash_entry_size, finfo->output_bfd, bucketpos); 6656 bucketpos);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elflink.c | 6990 bfd_byte *bucketpos; in elf_link_output_extsym() local 6995 bucketpos = ((bfd_byte *) finfo->hash_sec->contents in elf_link_output_extsym() 6997 chain = bfd_get (8 * hash_entry_size, finfo->output_bfd, bucketpos); in elf_link_output_extsym() 6998 bfd_put (8 * hash_entry_size, finfo->output_bfd, h->dynindx, bucketpos); in elf_link_output_extsym()
|