HomeSort by relevance Sort by last modified time
    Searched refs:input_bfd (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /toolchain/binutils/binutils-2.25/bfd/
elf32-rl78.c 289 bfd * input_bfd,
302 (info, name, input_bfd, input_section, offset, TRUE);
396 via elf_sym_hashes (input_bfd).
408 bfd * input_bfd,
422 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
423 sym_hashes = elf_sym_hashes (input_bfd);
460 (input_bfd, symtab_hdr->sh_link, sym->st_name);
461 name = (sym->st_name == 0) ? bfd_section_name (input_bfd, sec) : name;
468 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
477 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section
    [all...]
elf32-cr16c.c 675 bfd *input_bfd,
686 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
687 sym_hashes = elf_sym_hashes (input_bfd);
719 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
726 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
740 r = cr16c_elf_final_link_relocate (howto, input_bfd, output_bfd,
756 (input_bfd, symtab_hdr->sh_link, sym->st_name));
758 name = bfd_section_name (input_bfd, sec);
766 (bfd_vma) 0, input_bfd, input_section,
773 (info, name, input_bfd, input_section
    [all...]
elf32-hppa.c 2496 bfd *input_bfd; local
2869 bfd *input_bfd; local
3311 bfd *input_bfd = input_section->owner; local
    [all...]
elf64-alpha.c 5212 bfd *input_bfd; local
    [all...]
elfxx-sparc.c     [all...]
elf32-i386.c     [all...]
elf32-vax.c     [all...]
elf32-cris.c 916 bfd * input_bfd,
950 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
971 bfd *input_bfd,
995 local_got_offsets = elf_local_got_offsets (input_bfd);
996 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
997 sym_hashes = elf_sym_hashes (input_bfd);
    [all...]
linker.c 610 bfd *input_bfd,
615 if (*l == bfd_get_symbol_leading_char (input_bfd)
1921 bfd *input_bfd; local
2595 bfd *input_bfd; local
    [all...]
coff-rs6000.c     [all...]
aout-ns32k.c 338 bfd *input_bfd,
357 return _bfd_relocate_contents (howto, input_bfd, relocation,
362 return _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation,
coff-ppc.c 939 bfd *input_bfd,
    [all...]
cpu-ns32k.c 568 bfd *input_bfd ATTRIBUTE_UNUSED,
770 bfd *input_bfd,
780 if (address > bfd_get_section_limit (input_bfd, input_section))
807 return _bfd_ns32k_relocate_contents (howto, input_bfd, relocation,
elf32-m68hc1x.h 167 bfd *input_bfd, asection *input_section,
ecoff.c 2258 bfd *input_bfd; local
3819 bfd *input_bfd; local
4268 bfd *input_bfd; local
    [all...]
elf64-sh64.c 2113 bfd *input_bfd = input_section->owner; local
    [all...]
coff-sh.c 2902 bfd *input_bfd = input_section->owner; local
    [all...]
elf64-s390.c     [all...]
elf32-lm32.c 810 bfd *input_bfd,
817 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
818 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (input_bfd);
829 local_got_offsets = elf_local_got_offsets (input_bfd);
833 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
834 sym_hashes = elf_sym_hashes (input_bfd);
871 (input_bfd, symtab_hdr->sh_link, sym->st_name);
872 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
880 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
888 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section
    [all...]
coff64-rs6000.c 1066 xcoff64_reloc_type_br (bfd *input_bfd,
1083 h = obj_xcoff_sym_hashes (input_bfd)[rel->r_symndx];
    [all...]
elfnn-ia64.c     [all...]
elf32-s390.c     [all...]
elfxx-mips.c 12807 bfd *input_bfd = link_order->u.indirect.section->owner; local
14240 bfd *input_bfd; local
14356 bfd *input_bfd; local
14584 bfd *input_bfd; local
    [all...]
elf64-hppa.c     [all...]
elflink.c 622 bfd *input_bfd,
639 if (entry->input_bfd == input_bfd && entry->input_indx == input_indx)
643 entry = (struct elf_link_local_dynamic_entry *) bfd_alloc (input_bfd, amt);
648 if (!bfd_elf_get_elf_syms (input_bfd, &elf_tdata (input_bfd)->symtab_hdr,
651 bfd_release (input_bfd, entry);
660 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx);
665 bfd_release (input_bfd, entry);
671 (input_bfd, elf_tdata (input_bfd)->symtab_hdr.sh_link
    [all...]

Completed in 625 milliseconds

1 23 4 5