Searched refs:sym_hashes (Results 1 - 25 of 147) sorted by relevance

123456

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-sh-symbian.c440 struct elf_link_hash_entry ** sym_hashes; local
454 sym_hashes = elf_sym_hashes (input_bfd);
455 sym_hashes_end = sym_hashes + num_global_syms;
519 for (h = sym_hashes; h < sym_hashes_end; h ++)
523 ptr->new_symndx = h - sym_hashes + num_local_syms;
539 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes);
546 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes);
548 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes;
549 sym_hashes_end = sym_hashes
[all...]
H A Delf32-openrisc.c302 struct elf_link_hash_entry **sym_hashes; local
310 sym_hashes = elf_sym_hashes (input_bfd);
357 r_symndx, symtab_hdr, sym_hashes,
470 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
478 sym_hashes = elf_sym_hashes (abfd);
480 sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
495 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
H A Delf32-msp430.c267 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
275 sym_hashes = elf_sym_hashes (abfd);
277 sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
292 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
437 struct elf_link_hash_entry **sym_hashes; local
442 sym_hashes = elf_sym_hashes (input_bfd);
481 r_symndx, symtab_hdr, sym_hashes,
803 struct elf_link_hash_entry **sym_hashes; local
817 sym_hashes = elf_sym_hashes (abfd);
818 end_hashes = sym_hashes
878 struct elf_link_hash_entry **sym_hashes; local
[all...]
H A Delf32-d10v.c277 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
285 sym_hashes = elf_sym_hashes (abfd);
286 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym);
301 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
408 struct elf_link_hash_entry **sym_hashes; local
413 sym_hashes = elf_sym_hashes (input_bfd);
495 r_symndx, symtab_hdr, sym_hashes,
H A Delf32-mt.c289 struct elf_link_hash_entry ** sym_hashes;
294 sym_hashes = elf_sym_hashes (input_bfd);
335 r_symndx, symtab_hdr, sym_hashes,
461 struct elf_link_hash_entry ** sym_hashes;
470 sym_hashes = elf_sym_hashes (abfd);
471 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
486 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
288 struct elf_link_hash_entry ** sym_hashes; local
460 struct elf_link_hash_entry ** sym_hashes; local
H A Delf32-mcore.c380 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd);
454 r_symndx, symtab_hdr, sym_hashes,
589 struct elf_link_hash_entry ** sym_hashes;
598 sym_hashes = elf_sym_hashes (abfd);
599 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
616 h = sym_hashes [r_symndx - symtab_hdr->sh_info];
376 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); local
584 struct elf_link_hash_entry ** sym_hashes; local
H A Delf32-dlx.c429 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
437 sym_hashes = elf_sym_hashes (abfd);
438 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
453 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
H A Delf32-xc16x.c328 struct elf_link_hash_entry **sym_hashes; local
335 sym_hashes = elf_sym_hashes (input_bfd);
366 r_symndx, symtab_hdr, sym_hashes,
H A Delf-m10200.c344 struct elf_link_hash_entry **sym_hashes;
351 sym_hashes = elf_sym_hashes (input_bfd);
384 r_symndx, symtab_hdr, sym_hashes,
1172 struct elf_link_hash_entry **sym_hashes;
1217 sym_hashes = elf_sym_hashes (abfd);
1218 end_hashes = sym_hashes + symcount;
1219 for (; sym_hashes < end_hashes; sym_hashes++)
1221 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1247 struct elf_link_hash_entry **sym_hashes;
343 struct elf_link_hash_entry **sym_hashes; local
1171 struct elf_link_hash_entry **sym_hashes; local
1246 struct elf_link_hash_entry **sym_hashes; local
[all...]
H A Delf32-h8300.c408 struct elf_link_hash_entry **sym_hashes;
415 sym_hashes = elf_sym_hashes (input_bfd);
446 r_symndx, symtab_hdr, sym_hashes,
1280 struct elf_link_hash_entry **sym_hashes;
1326 sym_hashes = elf_sym_hashes (abfd);
1327 end_hashes = sym_hashes + symcount;
1328 for (; sym_hashes < end_hashes; sym_hashes++)
1330 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1353 struct elf_link_hash_entry **sym_hashes;
407 struct elf_link_hash_entry **sym_hashes; local
1279 struct elf_link_hash_entry **sym_hashes; local
1352 struct elf_link_hash_entry **sym_hashes; local
[all...]
H A Delf32-crx.c587 struct elf_link_hash_entry **sym_hashes; local
666 sym_hashes = start_hashes = elf_sym_hashes (abfd);
667 end_hashes = sym_hashes + symcount;
669 for (; sym_hashes < end_hashes; sym_hashes++)
671 struct elf_link_hash_entry *sym_hash = *sym_hashes;
677 different symbols in 'sym_hashes', we don't want to adjust
685 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes;
694 if (cur_sym_hashes < sym_hashes)
827 struct elf_link_hash_entry **sym_hashes; local
[all...]
H A Delf32-fr30.c520 struct elf_link_hash_entry **sym_hashes;
528 sym_hashes = elf_sym_hashes (input_bfd);
571 r_symndx, symtab_hdr, sym_hashes,
693 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
701 sym_hashes = elf_sym_hashes (abfd);
702 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym);
717 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
515 struct elf_link_hash_entry **sym_hashes; local
687 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
H A Delf32-iq2000.c410 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
419 sym_hashes = elf_sym_hashes (abfd);
420 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
435 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
525 struct elf_link_hash_entry ** sym_hashes;
533 sym_hashes = elf_sym_hashes (input_bfd);
580 r_symndx, symtab_hdr, sym_hashes,
406 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
520 struct elf_link_hash_entry ** sym_hashes; local
H A Delf32-avr.c533 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local
541 sym_hashes = elf_sym_hashes (abfd);
542 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
557 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
858 struct elf_link_hash_entry ** sym_hashes; local
866 sym_hashes = elf_sym_hashes (input_bfd);
904 r_symndx, symtab_hdr, sym_hashes,
1065 struct elf_link_hash_entry **sym_hashes; local
1192 sym_hashes = elf_sym_hashes (abfd);
1193 end_hashes = sym_hashes
1679 struct elf_link_hash_entry **sym_hashes; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-sh-symbian.c442 struct elf_link_hash_entry ** sym_hashes; local
456 sym_hashes = elf_sym_hashes (input_bfd);
457 sym_hashes_end = sym_hashes + num_global_syms;
508 for (h = sym_hashes; h < sym_hashes_end; h ++)
512 ptr->new_symndx = h - sym_hashes + num_local_syms;
528 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes);
535 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes);
537 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes;
538 sym_hashes_end = sym_hashes
[all...]
H A Delf32-moxie.c211 struct elf_link_hash_entry **sym_hashes;
216 sym_hashes = elf_sym_hashes (input_bfd);
253 r_symndx, symtab_hdr, sym_hashes,
338 struct elf_link_hash_entry **sym_hashes;
346 sym_hashes = elf_sym_hashes (abfd);
359 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
208 struct elf_link_hash_entry **sym_hashes; local
334 struct elf_link_hash_entry **sym_hashes; local
H A Delf-m10200.c341 struct elf_link_hash_entry **sym_hashes;
345 sym_hashes = elf_sym_hashes (input_bfd);
378 r_symndx, symtab_hdr, sym_hashes,
465 struct elf_link_hash_entry **sym_hashes;
506 sym_hashes = elf_sym_hashes (abfd);
507 end_hashes = sym_hashes + symcount;
508 for (; sym_hashes < end_hashes; sym_hashes++)
510 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1233 struct elf_link_hash_entry **sym_hashes;
340 struct elf_link_hash_entry **sym_hashes; local
464 struct elf_link_hash_entry **sym_hashes; local
1232 struct elf_link_hash_entry **sym_hashes; local
[all...]
H A Delf32-fr30.c513 struct elf_link_hash_entry **sym_hashes;
518 sym_hashes = elf_sym_hashes (input_bfd);
561 r_symndx, symtab_hdr, sym_hashes,
654 struct elf_link_hash_entry **sym_hashes;
662 sym_hashes = elf_sym_hashes (abfd);
675 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
508 struct elf_link_hash_entry **sym_hashes; local
648 struct elf_link_hash_entry **sym_hashes; local
H A Delf32-d10v.c269 struct elf_link_hash_entry **sym_hashes; local
277 sym_hashes = elf_sym_hashes (abfd);
290 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
403 struct elf_link_hash_entry **sym_hashes; local
408 sym_hashes = elf_sym_hashes (input_bfd);
469 r_symndx, symtab_hdr, sym_hashes,
H A Delf32-mt.c311 struct elf_link_hash_entry ** sym_hashes;
316 sym_hashes = elf_sym_hashes (input_bfd);
356 r_symndx, symtab_hdr, sym_hashes,
434 struct elf_link_hash_entry ** sym_hashes;
442 sym_hashes = elf_sym_hashes (abfd);
455 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
310 struct elf_link_hash_entry ** sym_hashes; local
433 struct elf_link_hash_entry ** sym_hashes; local
H A Delf32-ft32.c258 struct elf_link_hash_entry **sym_hashes;
263 sym_hashes = elf_sym_hashes (input_bfd);
300 r_symndx, symtab_hdr, sym_hashes,
256 struct elf_link_hash_entry **sym_hashes; local
H A Delf32-xc16x.c345 struct elf_link_hash_entry **sym_hashes; local
349 sym_hashes = elf_sym_hashes (input_bfd);
379 r_symndx, symtab_hdr, sym_hashes,
H A Delf32-h8300.c437 struct elf_link_hash_entry **sym_hashes;
441 sym_hashes = elf_sym_hashes (input_bfd);
476 r_symndx, symtab_hdr, sym_hashes,
1496 struct elf_link_hash_entry **sym_hashes;
1538 sym_hashes = elf_sym_hashes (abfd);
1539 end_hashes = sym_hashes + symcount;
1540 for (; sym_hashes < end_hashes; sym_hashes++)
1542 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1564 struct elf_link_hash_entry **sym_hashes;
436 struct elf_link_hash_entry **sym_hashes; local
1495 struct elf_link_hash_entry **sym_hashes; local
1563 struct elf_link_hash_entry **sym_hashes; local
[all...]
H A Delf32-mcore.c408 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd);
481 r_symndx, symtab_hdr, sym_hashes,
607 struct elf_link_hash_entry ** sym_hashes;
615 sym_hashes = elf_sym_hashes (abfd);
630 h = sym_hashes [r_symndx - symtab_hdr->sh_info];
404 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); local
602 struct elf_link_hash_entry ** sym_hashes; local
H A Delf32-crx.c604 struct elf_link_hash_entry **sym_hashes; local
679 sym_hashes = start_hashes = elf_sym_hashes (abfd);
680 end_hashes = sym_hashes + symcount;
682 for (; sym_hashes < end_hashes; sym_hashes++)
684 struct elf_link_hash_entry *sym_hash = *sym_hashes;
690 different symbols in 'sym_hashes', we don't want to adjust
698 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes;
707 if (cur_sym_hashes < sym_hashes)
840 struct elf_link_hash_entry **sym_hashes; local
[all...]

Completed in 273 milliseconds

123456