Searched refs:sym_hash (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcofflink.c298 struct coff_link_hash_entry **sym_hash; local
319 sym_hash = bfd_zalloc (abfd, amt);
320 if (sym_hash == NULL && symcount != 0)
322 obj_coff_sym_hashes (abfd) = sym_hash;
399 *sym_hash = coff_link_hash_lookup (coff_hash_table (info),
401 if (*sym_hash != NULL)
403 if (((*sym_hash)->coff_link_hash_flags
405 && (*sym_hash)->root.type != bfd_link_hash_undefined
406 && (*sym_hash)->root.type != bfd_link_hash_undefweak)
445 if (*sym_hash
1363 struct coff_link_hash_entry **sym_hash; local
[all...]
H A Delf32-h8300.c1325 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1326 if ((sym_hash->root.type == bfd_link_hash_defined
1327 || sym_hash->root.type == bfd_link_hash_defweak)
1328 && sym_hash->root.u.def.section == sec
1329 && sym_hash->root.u.def.value > addr
1330 && sym_hash->root.u.def.value < toaddr)
1332 sym_hash->root.u.def.value -= count;
1371 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1372 if ((sym_hash->root.type == bfd_link_hash_defined
1373 || sym_hash
1324 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1370 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
[all...]
H A Delf32-msp430.c780 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
782 if ((sym_hash->root.type == bfd_link_hash_defined
783 || sym_hash->root.type == bfd_link_hash_defweak)
784 && sym_hash->root.u.def.section == sec
785 && sym_hash->root.u.def.value == addr)
888 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
890 if ((sym_hash->root.type == bfd_link_hash_defined
891 || sym_hash->root.type == bfd_link_hash_defweak)
892 && sym_hash->root.u.def.section == sec
893 && sym_hash
[all...]
H A Dxcofflink.c951 struct xcoff_link_hash_entry **sym_hash;
1005 sym_hash = bfd_zalloc (abfd, amt);
1006 if (sym_hash == NULL && symcount != 0)
1008 coff_data (abfd)->sym_hashes = (struct coff_link_hash_entry **) sym_hash;
1098 Advance esym, sym_hash, csect_hash ptr's
1116 sym_hash += sym.n_numaux + 1;
1373 /* We store h in *sym_hash for the
1376 *sym_hash = h;
1673 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info),
1678 *sym_hash
947 struct xcoff_link_hash_entry **sym_hash; local
3409 struct xcoff_link_hash_entry **sym_hash; local
[all...]
H A Delf-m10200.c1221 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1222 if ((sym_hash->root.type == bfd_link_hash_defined
1223 || sym_hash->root.type == bfd_link_hash_defweak)
1224 && sym_hash->root.u.def.section == sec
1225 && sym_hash->root.u.def.value > addr
1226 && sym_hash->root.u.def.value < toaddr)
1228 sym_hash->root.u.def.value -= count;
1268 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1269 if ((sym_hash->root.type == bfd_link_hash_defined
1270 || sym_hash
1220 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1267 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
[all...]
H A Delf-m10300.c2101 struct elf32_mn10300_link_hash_entry *sym_hash;
2136 sym_hash = ((struct elf32_mn10300_link_hash_entry *)
2141 if (sym_hash == NULL)
2144 if (! (sym_hash->flags & MN10300_CONVERT_CALL_TO_CALLS)
2145 && ! (sym_hash->flags & MN10300_DELETED_PROLOGUE_BYTES))
2155 if (sym_hash->movm_args)
2158 if (sym_hash->stack_size > 0)
2160 if (sym_hash->stack_size <= 128)
2168 sym_hash->flags |= MN10300_DELETED_PROLOGUE_BYTES;
2191 struct elf32_mn10300_link_hash_entry *sym_hash;
2100 struct elf32_mn10300_link_hash_entry *sym_hash; local
2190 struct elf32_mn10300_link_hash_entry *sym_hash; local
3545 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
3592 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
[all...]
H A Delf32-crx.c665 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
682 /* If the current symbol is identical to 'sym_hash', that means
684 if (*cur_sym_hashes == sym_hash)
692 if ((sym_hash->root.type == bfd_link_hash_defined
693 || sym_hash->root.type == bfd_link_hash_defweak)
694 && sym_hash->root.u.def.section == sec
695 && sym_hash->root.u.def.value > addr
696 && sym_hash->root.u.def.value < toaddr)
697 sym_hash->root.u.def.value -= count;
H A Delf32-sh64.c403 struct elf_link_hash_entry ** sym_hash = elf_sym_hashes (abfd); local
405 BFD_ASSERT (sym_hash != NULL);
456 while (*sym_hash != NULL)
457 sym_hash++;
458 *sym_hash = h;
H A Delf32-v850.c2169 struct elf_link_hash_entry *sym_hash;
2317 sym_hash = elf_sym_hashes (abfd) [index];
2320 && ((sym_hash)->root.type == bfd_link_hash_defined
2321 || (sym_hash)->root.type == bfd_link_hash_defweak)
2322 && (sym_hash)->root.u.def.section == sec
2323 && (sym_hash)->root.u.def.value >= addr + count
2324 && (sym_hash)->root.u.def.value < toaddr)
2326 if ((sym_hash)->root.u.def.value + isym.st_size >= toaddr)
2332 (sym_hash)->root.u.def.value -= count;
2335 && ((sym_hash)
2163 struct elf_link_hash_entry *sym_hash; local
[all...]
H A Delf32-ip2k.c764 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
766 if ((sym_hash->root.type == bfd_link_hash_defined
767 || sym_hash->root.type == bfd_link_hash_defweak)
768 && sym_hash->root.u.def.section == sec)
770 if (addr <= sym_hash->root.u.def.value
771 && sym_hash->root.u.def.value < endaddr)
772 sym_hash->root.u.def.value += count;
H A Delf32-m68hc11.c1244 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1245 if ((sym_hash->root.type == bfd_link_hash_defined
1246 || sym_hash->root.type == bfd_link_hash_defweak)
1247 && sym_hash->root.u.def.section == sec
1248 && sym_hash->root.u.def.value > addr
1249 && sym_hash->root.u.def.value <= toaddr)
1251 sym_hash->root.u.def.value -= count;
1242 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
H A Delf32-m32c.c1969 struct elf_link_hash_entry * sym_hash = * sym_hashes;
1971 if (sym_hash &&
1972 ( sym_hash->root.type == bfd_link_hash_defined
1973 || sym_hash->root.type == bfd_link_hash_defweak)
1974 && sym_hash->root.u.def.section == sec
1975 && sym_hash->root.u.def.value > addr
1976 && sym_hash->root.u.def.value < toaddr)
1978 sym_hash->root.u.def.value -= count;
1963 struct elf_link_hash_entry * sym_hash = * sym_hashes; local
H A Delf32-avr.c1517 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1518 if ((sym_hash->root.type == bfd_link_hash_defined
1519 || sym_hash->root.type == bfd_link_hash_defweak)
1520 && sym_hash->root.u.def.section == sec
1521 && sym_hash->root.u.def.value > addr
1522 && sym_hash->root.u.def.value < toaddr)
1524 sym_hash->root.u.def.value -= count;
2041 struct elf_link_hash_entry *sym_hash =
2043 if ((sym_hash->root.type == bfd_link_hash_defined
2044 || sym_hash
1516 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
2040 struct elf_link_hash_entry *sym_hash = local
[all...]
H A Dpdp11.c2723 struct aout_link_hash_entry **sym_hash;
2746 sym_hash = bfd_alloc (abfd,
2748 if (sym_hash == NULL && sym_count != 0)
2750 obj_aout_sym_hashes (abfd) = sym_hash;
2758 for (; p < pend; p++, sym_hash++)
2767 *sym_hash = NULL;
2820 (struct bfd_link_hash_entry **) sym_hash)))
2828 if ((*sym_hash)->root.type == bfd_link_hash_common
2829 && ((*sym_hash)->root.u.c.p->alignment_power >
2831 (*sym_hash)
2715 struct aout_link_hash_entry **sym_hash; local
3980 struct aout_link_hash_entry **sym_hash; local
[all...]
H A Daoutx.h2907 struct aout_link_hash_entry **sym_hash;
2932 sym_hash = bfd_alloc (abfd, amt);
2933 if (sym_hash == NULL && sym_count != 0)
2935 obj_aout_sym_hashes (abfd) = sym_hash;
2943 for (; p < pend; p++, sym_hash++)
2952 *sym_hash = NULL;
2983 ++sym_hash;
3082 (struct bfd_link_hash_entry **) sym_hash)))
3090 if ((*sym_hash)->root.type == bfd_link_hash_common
3091 && ((*sym_hash)
[all...]
H A Dcoff-sh.c1064 struct coff_link_hash_entry **sym_hash;
1440 sym_hash = obj_coff_sym_hashes (abfd);
1458 if (*sym_hash != NULL)
1460 BFD_ASSERT ((*sym_hash)->root.type == bfd_link_hash_defined
1461 || (*sym_hash)->root.type == bfd_link_hash_defweak);
1462 BFD_ASSERT ((*sym_hash)->root.u.def.value >= addr
1463 && (*sym_hash)->root.u.def.value < toaddr);
1464 (*sym_hash)->root.u.def.value -= count;
1469 sym_hash += isym.n_numaux + 1;
1063 struct coff_link_hash_entry **sym_hash; local
H A Delflink.c825 struct elf_link_hash_entry **sym_hash,
862 *sym_hash = h;
1070 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1080 struct elf_link_hash_entry *vh = *sym_hash;
1104 h = *sym_hash;
1225 && !bed->merge_symbol (info, sym_hash, h, sym, psec, pvalue,
1355 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1356 flip = *sym_hash;
1402 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1403 flip = *sym_hash;
815 _bfd_elf_merge_symbol(bfd *abfd, struct bfd_link_info *info, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *pvalue, unsigned int *pold_alignment, struct elf_link_hash_entry **sym_hash, bfd_boolean *skip, bfd_boolean *override, bfd_boolean *type_change_ok, bfd_boolean *size_change_ok) argument
3164 struct elf_link_hash_entry **sym_hash; local
[all...]
H A Delf32-xtensa.c9219 struct elf_link_hash_entry *sym_hash;
9221 sym_hash = elf_sym_hashes (abfd)[i];
9223 if (sym_hash->root.type == bfd_link_hash_warning)
9224 sym_hash = (struct elf_link_hash_entry *) sym_hash->root.u.i.link;
9226 if ((sym_hash->root.type == bfd_link_hash_defined
9227 || sym_hash->root.type == bfd_link_hash_defweak)
9228 && sym_hash->root.u.def.section == sec)
9231 (&relax_info->action_list, sym_hash->root.u.def.value);
9232 bfd_vma new_size = sym_hash
9193 struct elf_link_hash_entry *sym_hash; local
[all...]
H A Decoff.c3343 struct bfd_link_hash_entry **sym_hash;
3352 sym_hash = bfd_alloc (abfd, amt);
3353 if (!sym_hash)
3355 ecoff_data (abfd)->sym_hashes = (struct ecoff_link_hash_entry **) sym_hash;
3359 for (; ext_ptr < ext_end; ext_ptr += external_ext_size, sym_hash++)
3368 *sym_hash = NULL;
3489 section, value, NULL, TRUE, TRUE, sym_hash)))
3492 h = (struct ecoff_link_hash_entry *) *sym_hash;
3334 struct bfd_link_hash_entry **sym_hash; local
H A Delf64-sh64.c2820 struct elf_link_hash_entry ** sym_hash = elf_sym_hashes (abfd); local
2822 BFD_ASSERT (sym_hash != NULL);
2873 while (*sym_hash != NULL)
2874 sym_hash++;
2875 *sym_hash = h;
H A Delf32-sh.c1264 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1265 if ((sym_hash->root.type == bfd_link_hash_defined
1266 || sym_hash->root.type == bfd_link_hash_defweak)
1267 && sym_hash->root.u.def.section == sec
1268 && sym_hash->root.u.def.value > addr
1269 && sym_hash->root.u.def.value < toaddr)
1271 sym_hash->root.u.def.value -= count;
1261 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
H A Delf64-x86-64.c3547 struct elf_link_hash_entry **sym_hash ATTRIBUTE_UNUSED,
/macosx-10.10/ruby-106/ruby/
H A Ddln.c331 sym_hash(struct exec *hdrp, struct nlist *syms) function
372 sym_tbl = sym_hash(&hdr, syms);

Completed in 514 milliseconds