Home
last modified time | relevance | path

Searched refs:IS_FDPIC (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-bfin.c1736 #define IS_FDPIC(bfd) ((bfd)->xvec == &bfin_elf32_fdpic_vec) macro
2606 if (IS_FDPIC (output_bfd) && bfinfdpic_got_section (info)) in bfinfdpic_relocate_section()
2612 if (IS_FDPIC (output_bfd) && elf_hash_table (info)->dynamic_sections_created) in bfinfdpic_relocate_section()
2695 if (! IS_FDPIC (output_bfd)) in bfinfdpic_relocate_section()
2759 if (! IS_FDPIC (output_bfd)) in bfinfdpic_relocate_section()
2945 if (! IS_FDPIC (output_bfd)) in bfinfdpic_relocate_section()
2997 if (IS_FDPIC (input_bfd) in bfinfdpic_relocate_section()
3106 if (check_segment[0] != check_segment[1] && IS_FDPIC (output_bfd)) in bfinfdpic_relocate_section()
3167 if (! IS_FDPIC (output_bfd) || ! picrel->plt) in bfinfdpic_relocate_section()
3262 BFD_ASSERT (IS_FDPIC (abfd)); in bfinfdpic_gc_sweep_hook()
[all …]
Delf32-frv.c800 #define IS_FDPIC(bfd) ((bfd)->xvec == &frv_elf32_fdpic_vec) macro
2673 if (IS_FDPIC (output_bfd) && frvfdpic_got_section (info)) in elf32_frv_relocate_section()
2679 if (IS_FDPIC (output_bfd) && frvfdpic_gotfixup_section (info)) in elf32_frv_relocate_section()
2685 if (IS_FDPIC (output_bfd) && frvfdpic_plt_section (info)) in elf32_frv_relocate_section()
2769 if (! IS_FDPIC (output_bfd)) in elf32_frv_relocate_section()
3445 if (! IS_FDPIC (output_bfd)) in elf32_frv_relocate_section()
3633 if (! IS_FDPIC (output_bfd)) in elf32_frv_relocate_section()
3683 if (IS_FDPIC (input_bfd) in elf32_frv_relocate_section()
3884 if (check_segment[0] != check_segment[1] && IS_FDPIC (output_bfd)) in elf32_frv_relocate_section()
3948 if (! IS_FDPIC (output_bfd) || ! picrel->plt) in elf32_frv_relocate_section()
[all …]
Delf32-lm32.c48 #define IS_FDPIC(bfd) ((bfd)->xvec == &lm32_elf32_fdpic_vec) macro
971 if (IS_FDPIC (output_bfd) && h->root.type != bfd_link_hash_undefweak) in lm32_elf_relocate_section()
1008 if (IS_FDPIC (output_bfd)) in lm32_elf_relocate_section()
1079 if (IS_FDPIC (output_bfd)) in lm32_elf_relocate_section()
1331 if (IS_FDPIC (abfd)) in lm32_elf_check_relocs()
2320 if (IS_FDPIC (output_bfd)) in lm32_elf_size_dynamic_sections()
2466 if (IS_FDPIC (abfd) && (htab->sfixup32 == NULL)) in lm32_elf_create_dynamic_sections()
DChangeLog-20062614 (IS_FDPIC): New macro.
DChangeLog-20043331 (IS_FDPIC): New.