Searched refs:should_apply_static_reloc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | i386.cc | 645 should_apply_static_reloc(const Sized_symbol<32>* gsym, 2739 Target_i386::Relocate::should_apply_static_reloc(const Sized_symbol<32>* gsym, in should_apply_static_reloc() function in __anon686aaa6a0111::Target_i386::Relocate 2854 if (should_apply_static_reloc(gsym, r_type, true, output_section)) in relocate() 2859 if (should_apply_static_reloc(gsym, r_type, true, output_section)) in relocate() 2864 if (should_apply_static_reloc(gsym, r_type, false, output_section)) in relocate() 2869 if (should_apply_static_reloc(gsym, r_type, false, output_section)) in relocate() 2874 if (should_apply_static_reloc(gsym, r_type, false, output_section)) in relocate() 2879 if (should_apply_static_reloc(gsym, r_type, false, output_section)) in relocate()
|
D | mips.cc | 3828 should_apply_static_reloc(const Mips_symbol<size>* gsym, 11262 Target_mips<size, big_endian>::Relocate::should_apply_static_reloc( in should_apply_static_reloc() function in __anon1e60feb90111::Target_mips::Relocate 11694 if (should_apply_static_reloc(mips_sym, r_types[i], output_section, in relocate() 11720 if (should_apply_static_reloc(mips_sym, r_types[i], output_section, in relocate()
|
D | ChangeLog | 736 (Relocate::should_apply_static_reloc): Rename from
|
D | ChangeLog-0815 | 8684 (Target_arm::Relocate::should_apply_static_reloc): Replace flags 8692 (Target_i386::Relocate::should_apply_static_reloc): Replace flags 11245 parameter is_32bit in calls to should_apply_static_reloc. 14826 should_apply_static_reloc. 15380 * i386.cc (Target_i386::should_apply_static_reloc): Add
|