Searched refs:obj_coff_sym_hashes (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibxcoff.h164 ((struct xcoff_link_hash_entry **) obj_coff_sym_hashes (bfd))
H A Dlibcoff-in.h41 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) macro
H A Dcofflink.c322 obj_coff_sym_hashes (abfd) = sym_hash;
1864 h = obj_coff_sym_hashes (input_bfd)[indx];
1897 sym_hash = obj_coff_sym_hashes (input_bfd);
2375 h = obj_coff_sym_hashes (input_bfd)[irel->r_symndx];
2866 h = obj_coff_sym_hashes (input_bfd)[symndx];
H A Dcoff-arm.c1203 h = obj_coff_sym_hashes (input_bfd)[symndx];
2081 h = obj_coff_sym_hashes (abfd)[symndx];
2161 h = obj_coff_sym_hashes (ibfd)[irel->r_symndx];
H A Dcoff-ppc.c882 h = (struct ppc_coff_link_hash_entry *) (obj_coff_sym_hashes (abfd)[sym]);
957 h = (struct ppc_coff_link_hash_entry *) (obj_coff_sym_hashes (abfd)[sym]);
1053 (obj_coff_sym_hashes (input_bfd)[symndx]);
H A Dlibcoff.h45 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) macro
H A Dpe-mips.c639 h = obj_coff_sym_hashes (input_bfd)[symndx];

Completed in 156 milliseconds