Home
last modified time | relevance | path

Searched refs:reloc_done (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c133 unsigned char reloc_done; member
1726 gotent->reloc_done = 0; in get_got_entry()
3753 tprel_gotent->reloc_done = 0; in elf64_alpha_relax_tls_get_addr()
4417 if (!gotent->reloc_done) in elf64_alpha_relocate_section()
4419 gotent->reloc_done = 1; in elf64_alpha_relocate_section()
4655 if (!gotent->reloc_done) in elf64_alpha_relocate_section()
4657 gotent->reloc_done = 1; in elf64_alpha_relocate_section()
4734 if (!gotent->reloc_done) in elf64_alpha_relocate_section()
4736 gotent->reloc_done = 1; in elf64_alpha_relocate_section()
DChangeLog-200441 (ppc64_elf_relocate_section): Don't set reloc_done. Instead
82 (ppc64_elf_relocate_section): Mark sections with reloc_done.
2961 (bfd_set_section_contents): Don't referece reloc_done.
2962 (bfd_get_section_contents): Remove reloc_done comment.
2964 reloc_done.
3512 if set. Check reloc_done flag before applying relocations. Use
3516 reloc is in a literal pool. Set section's reloc_done flag.
3763 change reloc_done. Set and restore _cooked_size.
Dvms-alpha.c266 bfd_boolean reloc_done; member
4758 if (PRIV (reloc_done)) in alpha_vms_slurp_relocs()
4760 PRIV (reloc_done) = TRUE; in alpha_vms_slurp_relocs()
Delf32-xtensa.c160 #define reloc_done sec_flg0 macro
829 if (internal_relocs && !table_section->reloc_done) in xtensa_read_table_entries()
3104 input_section->reloc_done = TRUE; in elf_xtensa_relocate_section()
DChangeLog-20103095 has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done.
3102 * elf32-xtensa.c (reloc_done): Define.
DChangeLog-02031069 * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
1499 reloc_done hack to before first bfd_section_size call. Change all
1500 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
8666 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
DChangeLog-96975398 user_set_vma and reloc_done to be single bit fields.
DChangeLog-94958934 (b_out_get_relocated_section_contents): Set reloc_done. Assert
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2004542 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.