Searched refs:symndx (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dpe-mips.c563 PAIR reloc and output it accordingly. The symndx is really
622 long symndx; local
630 symndx = rel->r_symndx;
632 if (symndx == -1)
639 h = obj_coff_sym_hashes (input_bfd)[symndx];
640 sym = syms + symndx;
676 if (symndx == -1)
683 sec = sections[symndx];
H A Dcoff-arm.c1185 long symndx;
1194 symndx = rel->r_symndx;
1196 if (symndx == -1)
1203 h = obj_coff_sym_hashes (input_bfd)[symndx];
1204 sym = syms + symndx;
1298 if (symndx == -1)
1305 sec = sections[symndx];
1759 if (symndx == -1)
2064 long symndx;
2067 symndx
1183 long symndx; local
2062 long symndx; local
[all...]
H A Dcoff-ppc.c1027 long symndx;
1039 symndx = rel->r_symndx;
1045 if (symndx == -1)
1053 (obj_coff_sym_hashes (input_bfd)[symndx]);
1059 sym = syms + symndx;
1074 if (symndx == -1)
1078 sec = sections[symndx];
1148 sym = syms + symndx;
1152 our_toc_offset = local_toc_table[symndx];
1170 MARK_AS_WRITTEN(local_toc_table[symndx]);
1020 long symndx; local
[all...]
H A Dcofflink.c2842 long symndx;
2850 symndx = rel->r_symndx;
2852 if (symndx == -1)
2857 else if (symndx < 0
2858 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd))
2861 ("%B: illegal symbol index %ld in relocs", input_bfd, symndx);
2866 h = obj_coff_sym_hashes (input_bfd)[symndx];
2867 sym = syms + symndx;
2902 if (symndx == -1)
2909 sec = sections[symndx];
2841 long symndx; local
[all...]
H A Delf32-score.c82 long symndx; member in struct:score_got_entry
87 /* If abfd != NULL && symndx != -1, the addend of the relocation
90 /* If abfd != NULL && symndx == -1, the hash table entry
900 return entry->symndx
910 return e1->abfd == e2->abfd && e1->symndx == e2->symndx
912 : e1->symndx >= 0 ? e1->d.addend == e2->d.addend
1395 entry.symndx = -1;
1491 e.symndx = -1;
1558 entry.symndx
1591 score_elf_record_local_got_symbol(bfd *abfd, long symndx, bfd_vma addend, struct score_got_info *g) argument
[all...]
H A Delfxx-mips.c53 (abfd != NULL, symndx >= 0)
55 (abfd != NULL, symndx == -1)
86 long symndx; member in struct:mips_got_entry
91 /* If abfd != NULL && symndx != -1, the addend of the relocation
94 /* If abfd != NULL && symndx == -1, the hash table entry
1987 return entry->symndx
1991 + (entry->symndx >= 0 ? mips_elf_hash_bfd_vma (entry->d.addend)
2005 return e1->abfd == e2->abfd && e1->symndx == e2->symndx
2007 : e1->symndx >
2892 mips_elf_record_local_got_symbol(bfd *abfd, long symndx, bfd_vma addend, struct mips_got_info *g, unsigned char tls_flag) argument
[all...]
H A Dcoff-alpha.c564 /* Handle the LITUSE and GPDISP relocs specially. Its symndx
567 clobber the symndx. */
594 long symndx;
601 symndx = intern->r_size;
608 symndx = RELOC_SECTION_LITA;
613 symndx = intern->r_symndx;
617 /* XXX FIXME: The maximum symndx value used to be 14 but this
624 H_PUT_32 (abfd, symndx, ext->r_symndx);
1370 /* Change the symndx value to the right one for
1411 /* We keep a table mapping the symndx foun
589 long symndx; local
[all...]
H A Dcoff64-rs6000.c276 /* For XCOFF64, the effective width of symndx changes depending on
1200 long symndx; local
1238 symndx = rel->r_symndx;
1240 if (-1 != symndx)
1244 h = obj_xcoff_sym_hashes (input_bfd)[symndx];
1245 sym = syms + symndx;
1250 sec = sections[symndx];
1332 if (symndx == -1)
H A Dcoff-rs6000.c3362 long symndx;
3400 symndx = rel->r_symndx;
3402 if (-1 != symndx)
3406 h = obj_xcoff_sym_hashes (input_bfd)[symndx];
3407 sym = syms + symndx;
3412 sec = sections[symndx];
3493 if (symndx == -1)
3356 long symndx; local
H A Dcoffcode.h4293 bfd_signed_vma symndx;
4297 symndx = dst.l_addr.l_symndx;
4298 if (symndx < 0
4299 || (bfd_vma) symndx >= obj_raw_syment_count (abfd))
4304 symndx = 0;
4310 ((symndx + obj_raw_syments (abfd))
4292 bfd_signed_vma symndx; local
H A Delf64-ppc.c5004 unsigned long symndx = ELF64_R_SYM (look->r_info);
5007 if (symndx < symtab_hdr->sh_info)
5022 sym += symndx;
5037 rh = sym_hashes[symndx - symtab_hdr->sh_info];
8306 unsigned long symndx;
8321 symndx = htab->stub_globals++;
8323 hashes[symndx] = &h->elf;
8324 r->r_info = ELF64_R_INFO (symndx, R_PPC64_REL24);
5000 unsigned long symndx = ELF64_R_SYM (look->r_info); local
8302 unsigned long symndx; local

Completed in 113 milliseconds