HomeSort by relevance Sort by last modified time
    Searched defs:input_bfd (Results 1 - 25 of 37) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
reloc16.c 149 bfd *input_bfd = input_section->owner; local
152 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
173 bfd_canonicalize_reloc (input_bfd, input_section, reloc_vector,
174 _bfd_generic_link_get_symbols (input_bfd));
255 bfd *input_bfd = link_order->u.indirect.section->owner; local
257 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
274 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
281 reloc_count = bfd_canonicalize_reloc (input_bfd,
324 bfd_coff_reloc16_extra_cases (input_bfd, link_info, link_order,
elf32-mcore.c 377 via elf_sym_hashes (input_bfd).
388 bfd * input_bfd,
395 Elf_Internal_Shdr * symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
396 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd);
404 input_bfd,
432 input_bfd, (int) r_type);
446 input_bfd,
466 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
473 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
485 oldinst = bfd_get_16 (input_bfd, contents + offset)
531 (bfd_vma) 0, input_bfd, input_section, offset); local
    [all...]
reloc.c 7552 bfd *input_bfd = link_order->u.indirect.section->owner; local
    [all...]
bfd.c 409 static bfd *input_bfd = NULL;
480 input_bfd = va_arg (ap, bfd *);
511 if (asprintf (&buf, _(bfd_errmsgs [error_tag]), input_bfd->filename, msg)
407 static bfd *input_bfd = NULL; variable
    [all...]
elf-m10200.c 231 bfd *input_bfd,
253 bfd_put_32 (input_bfd, value, hit_data);
262 bfd_put_16 (input_bfd, value, hit_data);
271 bfd_put_8 (input_bfd, value, hit_data);
281 value |= (bfd_get_32 (input_bfd, hit_data) & 0xff000000);
282 bfd_put_32 (input_bfd, value, hit_data);
294 bfd_put_8 (input_bfd, value, hit_data);
306 bfd_put_16 (input_bfd, value, hit_data);
319 value |= (bfd_get_32 (input_bfd, hit_data) & 0xff000000);
320 bfd_put_32 (input_bfd, value, hit_data)
1282 bfd *input_bfd = input_section->owner; local
    [all...]
elf32-crx.c 433 crx_elf_final_link_relocate (reloc_howto_type *howto, bfd *input_bfd,
538 Rvalue |= (bfd_get_8 (input_bfd, hit_data) & 0x0f);
541 bfd_put_8 (input_bfd, (unsigned char) Rvalue, hit_data);
546 Rvalue |= (bfd_get_16 (input_bfd, hit_data) & 0xf000);
548 bfd_put_16 (input_bfd, Rvalue, hit_data);
555 Rvalue |= (((bfd_get_16 (input_bfd, hit_data) << 16) |
556 bfd_get_16 (input_bfd, hit_data + 2)) & ~howto->dst_mask);
563 bfd_put_32 (input_bfd, Rvalue, hit_data);
572 bfd_put_16 (input_bfd, (Rvalue >> 16) & 0xffff, hit_data);
573 bfd_put_16 (input_bfd, Rvalue & 0xffff, hit_data + 2)
728 bfd *input_bfd = input_section->owner; local
    [all...]
elf32-i370.c 1023 via elf_sym_hashes (input_bfd).
1034 bfd *input_bfd,
1041 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
1042 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (input_bfd);
1050 input_bfd, input_section,
1078 input_bfd
1349 input_bfd, local
    [all...]
elf32-m68hc1x.c 238 bfd *input_bfd; local
260 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
261 input_bfd != NULL;
262 input_bfd = input_bfd->link.next)
265 for (section = input_bfd->sections;
269 const char* name = bfd_get_section_name (input_bfd, section);
332 bfd *input_bfd; local
348 for (input_bfd = info->input_bfds, bfd_count = 0;
349 input_bfd != NULL
    [all...]
bout.c 1139 bfd *input_bfd = i->owner;
1143 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
1136 bfd *input_bfd = i->owner; local
1213 bfd *input_bfd = link_order->u.indirect.section->owner; local
    [all...]
coff-alpha.c 738 bfd *input_bfd = link_order->u.indirect.section->owner;
740 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
757 if (! bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
760 reloc_count = bfd_canonicalize_reloc (input_bfd, input_section,
838 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
850 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
881 insn = bfd_get_32 (input_bfd, data + rel->address);
886 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
914 insn1 = bfd_get_32 (input_bfd, data + rel->address);
915 insn2 = bfd_get_32 (input_bfd, data + rel->address + rel->addend)
733 bfd *input_bfd = link_order->u.indirect.section->owner; local
    [all...]
cofflink.c 2398 h->root.root.string, o, input_bfd, ps, ps->owner); local
    [all...]
elf32-cr16.c 1525 bfd *input_bfd = input_section->owner; local
    [all...]
elf32-h8300.c 337 elf32_h8_final_link_relocate (unsigned long r_type, bfd *input_bfd,
358 bfd_put_32 (input_bfd, value, hit_data);
365 bfd_put_16 (input_bfd, value, hit_data);
372 bfd_put_8 (input_bfd, value, hit_data);
387 value |= (bfd_get_32 (input_bfd, hit_data) & 0xff000000);
390 bfd_put_32 (input_bfd, value, hit_data);
404 bfd_put_16 (input_bfd, value, hit_data);
418 bfd_put_8 (input_bfd, value, hit_data);
430 bfd *input_bfd, asection *input_section,
439 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr
1613 bfd *input_bfd = input_section->owner; local
    [all...]
aoutx.h 5526 bfd *input_bfd; local
    [all...]
coff-arm.c 1017 bfd *input_bfd)
1035 input_bfd, tmp_name, name);
1046 bfd *input_bfd)
1064 input_bfd, tmp_name, name);
1163 bfd *input_bfd,
1173 bfd_vma high_address = bfd_get_section_limit (input_bfd, input_section);
1200 h = obj_coff_sym_hashes (input_bfd)[symndx];
1214 howto = coff_rtype_to_howto (input_bfd, input_section, rel, h,
1365 h_sec->owner, input_bfd, name); local
1456 h_sec->owner, input_bfd, name); local
    [all...]
coff-sh.c 2902 bfd *input_bfd = input_section->owner; local
    [all...]
ecofflink.c 340 bfd *input_bfd;
341 /* The offset within input_bfd. */
391 bfd *input_bfd,
399 && (*tail)->u.file.input_bfd == input_bfd
419 n->u.file.input_bfd = input_bfd;
542 /* Accumulate the debugging information from INPUT_BFD into
555 bfd *input_bfd,
600 sec = bfd_get_section_by_name (input_bfd, name);
338 bfd *input_bfd; member in struct:shuffle::__anon115396::__anon115397
    [all...]
elf-m10300.c 884 mn10300_do_tls_transition (bfd * input_bfd,
901 BFD_ASSERT (bfd_get_8 (input_bfd, op) == 0xFC);
902 BFD_ASSERT (bfd_get_8 (input_bfd, op + 1) == 0xCC);
904 BFD_ASSERT (bfd_get_8 (input_bfd, op + 6) == 0xF1);
905 gotreg = (bfd_get_8 (input_bfd, op + 7) & 0x0c) >> 2;
907 BFD_ASSERT (bfd_get_8 (input_bfd, op + 8) == 0xDD);
1021 bfd_get_filename (input_bfd),
2677 bfd *input_bfd; local
4444 bfd *input_bfd = input_section->owner; local
    [all...]
elf32-avr.c 916 bfd * input_bfd,
2631 bfd *input_bfd = input_section->owner; local
2916 bfd *input_bfd; local
3072 bfd *input_bfd; local
    [all...]
elf64-sh64.c 2113 bfd *input_bfd = input_section->owner; local
    [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...]
ecoff.c 2258 bfd *input_bfd; local
3819 bfd *input_bfd; local
4268 bfd *input_bfd; local
    [all...]
elf32-hppa.c 2496 bfd *input_bfd; local
2869 bfd *input_bfd; local
3311 bfd *input_bfd = input_section->owner; local
    [all...]
elf32-metag.c 3721 bfd *input_bfd; local
4005 bfd *input_bfd; local
    [all...]
elf32-nios2.c 1375 bfd *input_bfd; local
1384 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
1385 input_bfd != NULL;
1386 input_bfd = input_bfd->link.next)
1389 for (section = input_bfd->sections;
1780 bfd *input_bfd; local
    [all...]

Completed in 715 milliseconds

1 2