HomeSort by relevance Sort by last modified time
    Searched defs:new_symndx (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elf32-sh-symbian.c 103 unsigned long new_symndx; member in struct:symbol_rename
164 node->new_symndx = 0;
509 ptr->new_symndx = h - sym_hashes + num_local_syms;
511 fprintf (stderr, "Converted new hash to index of %ld\n", ptr->new_symndx);
538 ptr->new_symndx = num_global_syms - 1 + num_local_syms;
542 ptr->new_symndx);
589 BFD_ASSERT (ptr->new_symndx);
593 (long) ELF32_R_SYM (rel->r_info), ptr->new_symndx);
594 rel->r_info = ELF32_R_INFO (ptr->new_symndx, r_type);
elf64-alpha.c 3547 unsigned long new_symndx; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
target-reloc.h 785 unsigned int new_symndx; local
792 new_symndx = 0;
795 new_symndx = object->symtab_index(r_sym);
796 gold_assert(new_symndx != -1U);
820 new_symndx = os->symtab_index();
836 new_symndx = gsym->symtab_index();
868 Classify_reloc::put_r_info(&reloc_write, &reloc, new_symndx);
mips.cc 10215 unsigned int new_symndx = os->symtab_index(); local
    [all...]

Completed in 110 milliseconds