Searched refs:new_symndx (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh-symbian.c102 unsigned long new_symndx; member in struct:symbol_rename
163 node->new_symndx = 0;
523 ptr->new_symndx = h - sym_hashes + num_local_syms;
525 fprintf (stderr, "Converted new hash to index of %ld\n", ptr->new_symndx);
552 ptr->new_symndx = num_global_syms - 1 + num_local_syms;
556 ptr->new_symndx);
603 BFD_ASSERT (ptr->new_symndx);
606 (long) rel->r_info, (long) ELF32_R_SYM (rel->r_info), ptr->new_symndx);
607 rel->r_info = ELF32_R_INFO (ptr->new_symndx, r_type);
H A Delf64-alpha.c3360 unsigned long new_symndx;
3469 new_symndx = is_gd ? ELF64_R_SYM (irel->r_info) : 0;
3488 irel[0].r_info = ELF64_R_INFO (new_symndx, R_ALPHA_TPREL16);
3502 irel[0].r_info = ELF64_R_INFO (new_symndx, R_ALPHA_TPRELHI);
3504 irel[1].r_info = ELF64_R_INFO (new_symndx, R_ALPHA_TPRELLO);
3518 irel[0].r_info = ELF64_R_INFO (new_symndx, R_ALPHA_GOTTPREL);
3351 unsigned long new_symndx; local

Completed in 75 milliseconds