Searched refs:sym_hashes_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-mep.c420 struct elf_link_hash_entry ** sym_hashes_end;
429 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
431 sym_hashes_end -= symtab_hdr->sh_info;
416 struct elf_link_hash_entry ** sym_hashes_end; local
H A Delf32-arm.c7517 struct elf_link_hash_entry **sym_hashes_end; local
7545 sym_hashes_end = sym_hashes
7549 sym_hashes_end -= symtab_hdr->sh_info;
H A Delflink.c10939 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
10952 sym_hashes_end = sym_hashes + extsymcount;
10956 for (search = sym_hashes; search != sym_hashes_end; ++search)
10927 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
H A Delf64-ppc.c4395 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
4417 sym_hashes_end = (sym_hashes
4391 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local

Completed in 149 milliseconds