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

  /toolchain/binutils/binutils-2.27/bfd/
coff-i960.c 399 h = obj_coff_sym_hashes (input_bfd)[symndx];
581 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 411 h = obj_coff_sym_hashes (input_bfd)[symndx];
libcoff-in.h 45 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) macro
cofflink.c 262 obj_coff_sym_hashes (abfd) = sym_hash;
    [all...]
coff-m68k.c 495 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 49 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) macro
    [all...]
pe-mips.c 639 h = obj_coff_sym_hashes (input_bfd)[symndx];
coff-sh.c 858 h = obj_coff_sym_hashes (abfd)[irelfn->r_symndx];
    [all...]
coffgen.c     [all...]

Completed in 128 milliseconds