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

/freebsd-11-stable/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.c7531 struct elf_link_hash_entry **sym_hashes_end; local
7559 sym_hashes_end = sym_hashes
7563 sym_hashes_end -= symtab_hdr->sh_info;
H A Delflink.c10968 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
10981 sym_hashes_end = sym_hashes + extsymcount;
10985 for (search = sym_hashes; search != sym_hashes_end; ++search)
10956 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
H A Delf64-ppc.c4464 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
4491 sym_hashes_end = (sym_hashes
4460 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local

Completed in 152 milliseconds