HomeSort by relevance Sort by last modified time
    Searched refs:obj_coff_sym_hashes (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 399 h = obj_coff_sym_hashes (input_bfd)[symndx];
586 h = obj_coff_sym_hashes (ibfd)[irel->r_symndx];
libxcoff.h 165 ((struct xcoff_link_hash_entry **) obj_coff_sym_hashes (bfd))
coff-mcore.c 409 h = obj_coff_sym_hashes (input_bfd)[symndx];
libcoff-in.h 40 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) macro
cofflink.c 261 obj_coff_sym_hashes (abfd) = sym_hash;
    [all...]
coff-m68k.c 494 h = obj_coff_sym_hashes (abfd)[irel->r_symndx];
coff-tic80.c 515 h = obj_coff_sym_hashes (input_bfd)[symndx];
coff-arm.c 1200 h = obj_coff_sym_hashes (input_bfd)[symndx];
    [all...]
coff-ppc.c 815 h = (struct ppc_coff_link_hash_entry *) (obj_coff_sym_hashes (abfd)[sym]);
887 h = (struct ppc_coff_link_hash_entry *) (obj_coff_sym_hashes (abfd)[sym]);
    [all...]
libcoff.h 44 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) macro
    [all...]
pe-mips.c 636 h = obj_coff_sym_hashes (input_bfd)[symndx];
coff-sh.c 858 h = obj_coff_sym_hashes (abfd)[irelfn->r_symndx];
    [all...]

Completed in 151 milliseconds