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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c296 struct coff_link_hash_entry **sym_hash; local
317 sym_hash = bfd_zalloc (abfd, amt);
318 if (sym_hash == NULL && symcount != 0)
320 obj_coff_sym_hashes (abfd) = sym_hash;
397 *sym_hash = coff_link_hash_lookup (coff_hash_table (info),
399 if (*sym_hash != NULL)
401 if (((*sym_hash)->coff_link_hash_flags
403 && (*sym_hash)->root.type != bfd_link_hash_undefined
404 && (*sym_hash)->root.type != bfd_link_hash_undefweak)
443 if (*sym_hash
1368 struct coff_link_hash_entry **sym_hash; local
[all...]
H A Delf32-msp430.c815 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
817 if ((sym_hash->root.type == bfd_link_hash_defined
818 || sym_hash->root.type == bfd_link_hash_defweak)
819 && sym_hash->root.u.def.section == sec
820 && sym_hash->root.u.def.value == addr)
885 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
887 if ((sym_hash->root.type == bfd_link_hash_defined
888 || sym_hash->root.type == bfd_link_hash_defweak)
889 && sym_hash->root.u.def.section == sec
890 && sym_hash
[all...]
H A Dxcofflink.c1039 struct xcoff_link_hash_entry **sym_hash;
1093 sym_hash = (struct xcoff_link_hash_entry **) bfd_zalloc (abfd, amt);
1094 if (sym_hash == NULL && symcount != 0)
1096 coff_data (abfd)->sym_hashes = (struct coff_link_hash_entry **) sym_hash;
1191 Advance esym, sym_hash, csect_hash ptr's
1209 sym_hash += sym.n_numaux + 1;
1470 /* We store h in *sym_hash for the
1473 *sym_hash = h;
1780 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info),
1787 *sym_hash
1035 struct xcoff_link_hash_entry **sym_hash; local
4196 struct xcoff_link_hash_entry **sym_hash; local
[all...]
H A Delf-m10200.c1220 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1221 if ((sym_hash->root.type == bfd_link_hash_defined
1222 || sym_hash->root.type == bfd_link_hash_defweak)
1223 && sym_hash->root.u.def.section == sec
1224 && sym_hash->root.u.def.value > addr
1225 && sym_hash->root.u.def.value < toaddr)
1227 sym_hash->root.u.def.value -= count;
1267 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1268 if ((sym_hash->root.type == bfd_link_hash_defined
1269 || sym_hash
1219 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1266 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
[all...]
H A Delf32-h8300.c1329 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1330 if ((sym_hash->root.type == bfd_link_hash_defined
1331 || sym_hash->root.type == bfd_link_hash_defweak)
1332 && sym_hash->root.u.def.section == sec
1333 && sym_hash->root.u.def.value > addr
1334 && sym_hash->root.u.def.value < toaddr)
1336 sym_hash->root.u.def.value -= count;
1375 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1376 if ((sym_hash->root.type == bfd_link_hash_defined
1377 || sym_hash
1328 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1374 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
[all...]
H A Delf-m10300.c2050 struct elf32_mn10300_link_hash_entry *sym_hash;
2085 sym_hash = ((struct elf32_mn10300_link_hash_entry *)
2090 if (sym_hash == NULL)
2093 if (! (sym_hash->flags & MN10300_CONVERT_CALL_TO_CALLS)
2094 && ! (sym_hash->flags & MN10300_DELETED_PROLOGUE_BYTES))
2104 if (sym_hash->movm_args)
2107 if (sym_hash->stack_size > 0)
2109 if (sym_hash->stack_size <= 128)
2117 sym_hash->flags |= MN10300_DELETED_PROLOGUE_BYTES;
2140 struct elf32_mn10300_link_hash_entry *sym_hash;
2049 struct elf32_mn10300_link_hash_entry *sym_hash; local
2139 struct elf32_mn10300_link_hash_entry *sym_hash; local
3495 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
3542 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
[all...]
H A Delf32-sh64.c398 struct elf_link_hash_entry ** sym_hash = elf_sym_hashes (abfd); local
400 BFD_ASSERT (sym_hash != NULL);
451 while (*sym_hash != NULL)
452 sym_hash++;
453 *sym_hash = h;
H A Delf32-v850.c2289 struct elf_link_hash_entry *sym_hash;
2437 sym_hash = elf_sym_hashes (abfd) [index];
2440 && ((sym_hash)->root.type == bfd_link_hash_defined
2441 || (sym_hash)->root.type == bfd_link_hash_defweak)
2442 && (sym_hash)->root.u.def.section == sec
2443 && (sym_hash)->root.u.def.value >= addr + count
2444 && (sym_hash)->root.u.def.value < toaddr)
2446 if ((sym_hash)->root.u.def.value + isym.st_size >= toaddr)
2452 (sym_hash)->root.u.def.value -= count;
2455 && ((sym_hash)
2282 struct elf_link_hash_entry *sym_hash; local
[all...]
H A Delf32-crx.c670 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
672 if ((sym_hash->root.type == bfd_link_hash_defined
673 || sym_hash->root.type == bfd_link_hash_defweak)
674 && sym_hash->root.u.def.section == sec
675 && sym_hash->root.u.def.value > addr
676 && sym_hash->root.u.def.value < toaddr)
677 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-ip2k.c1276 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1278 if ((sym_hash->root.type == bfd_link_hash_defined
1279 || sym_hash->root.type == bfd_link_hash_defweak)
1280 && sym_hash->root.u.def.section == sec)
1282 if (addr <= sym_hash->root.u.def.value
1283 && sym_hash->root.u.def.value < endaddr)
1284 sym_hash->root.u.def.value += count;
H A Dpdp11.c3147 struct aout_link_hash_entry **sym_hash;
3170 sym_hash = ((struct aout_link_hash_entry **)
3173 if (sym_hash == NULL && sym_count != 0)
3175 obj_aout_sym_hashes (abfd) = sym_hash;
3183 for (; p < pend; p++, sym_hash++)
3192 *sym_hash = NULL;
3251 (struct bfd_link_hash_entry **) sym_hash)))
3259 if ((*sym_hash)->root.type == bfd_link_hash_common
3260 && ((*sym_hash)->root.u.c.p->alignment_power >
3262 (*sym_hash)
3139 struct aout_link_hash_entry **sym_hash; local
3813 struct aout_link_hash_entry **sym_hash; local
[all...]
H A Daoutx.h3401 struct aout_link_hash_entry **sym_hash;
3426 sym_hash = (struct aout_link_hash_entry **) bfd_alloc (abfd, amt);
3427 if (sym_hash == NULL && sym_count != 0)
3429 obj_aout_sym_hashes (abfd) = sym_hash;
3437 for (; p < pend; p++, sym_hash++)
3446 *sym_hash = NULL;
3477 ++sym_hash;
3575 (struct bfd_link_hash_entry **) sym_hash)))
3583 if ((*sym_hash)->root.type == bfd_link_hash_common
3584 && ((*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.c708 struct elf_link_hash_entry **sym_hash,
735 *sym_hash = h;
945 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
946 h = *sym_hash;
1179 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1180 flip = *sym_hash;
1225 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1226 flip = *sym_hash;
2971 struct elf_link_hash_entry **sym_hash;
3332 sym_hash
699 _bfd_elf_merge_symbol(bfd *abfd, struct bfd_link_info *info, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *pvalue, struct elf_link_hash_entry **sym_hash, bfd_boolean *skip, bfd_boolean *override, bfd_boolean *type_change_ok, bfd_boolean *size_change_ok) argument
2962 struct elf_link_hash_entry **sym_hash; local
[all...]
H A Delf32-xtensa.c8981 struct elf_link_hash_entry *sym_hash;
8983 sym_hash = elf_sym_hashes (abfd)[i];
8985 if (sym_hash->root.type == bfd_link_hash_warning)
8986 sym_hash = (struct elf_link_hash_entry *) sym_hash->root.u.i.link;
8988 if ((sym_hash->root.type == bfd_link_hash_defined
8989 || sym_hash->root.type == bfd_link_hash_defweak)
8990 && sym_hash->root.u.def.section == sec)
8993 (&relax_info->action_list, sym_hash->root.u.def.value);
8994 bfd_vma new_size = sym_hash
8954 struct elf_link_hash_entry *sym_hash; local
[all...]
H A Decoff.c3864 struct bfd_link_hash_entry **sym_hash;
3873 sym_hash = (struct bfd_link_hash_entry **) bfd_alloc (abfd, amt);
3874 if (!sym_hash)
3876 ecoff_data (abfd)->sym_hashes = (struct ecoff_link_hash_entry **) sym_hash;
3880 for (; ext_ptr < ext_end; ext_ptr += external_ext_size, sym_hash++)
3889 *sym_hash = NULL;
4010 section, value, (const char *) NULL, TRUE, TRUE, sym_hash)))
4013 h = (struct ecoff_link_hash_entry *) *sym_hash;
3854 struct bfd_link_hash_entry **sym_hash; local
H A Delf64-sh64.c2902 struct elf_link_hash_entry ** sym_hash = elf_sym_hashes (abfd); local
2904 BFD_ASSERT (sym_hash != NULL);
2955 while (*sym_hash != NULL)
2956 sym_hash++;
2957 *sym_hash = h;
H A Delf32-m32r.c4033 struct elf_link_hash_entry *sym_hash = *sym_hashes;
4035 if ((sym_hash->root.type == bfd_link_hash_defined
4036 || sym_hash->root.type == bfd_link_hash_defweak)
4037 && sym_hash->root.u.def.section == sec
4038 && sym_hash->root.u.def.value > addr
4039 && sym_hash->root.u.def.value < toaddr)
4041 sym_hash->root.u.def.value -= count;
H A Delf32-ppc.c90 struct elf_link_hash_entry *sym_hash;
2726 lsect->sym_hash = h;
5541 sh = htab->sdata->sym_hash;
5571 sh = htab->sdata2->sym_hash;
5594 sh = htab->sdata->sym_hash;
5604 sh = htab->sdata2->sym_hash;
89 struct elf_link_hash_entry *sym_hash; member in struct:elf_linker_section
H A Delf32-sh.c2994 struct elf_link_hash_entry *sym_hash = *sym_hashes;
2995 if ((sym_hash->root.type == bfd_link_hash_defined
2996 || sym_hash->root.type == bfd_link_hash_defweak)
2997 && sym_hash->root.u.def.section == sec
2998 && sym_hash->root.u.def.value > addr
2999 && sym_hash->root.u.def.value < toaddr)
3001 sym_hash->root.u.def.value -= count;
2993 struct elf_link_hash_entry *sym_hash = *sym_hashes; local

Completed in 327 milliseconds