Searched refs:bfd_set_gp_size (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 1210 bfd_set_gp_size (bfd *abfd, unsigned int i) in bfd_set_gp_size() function
|
D | bfd-in2.h | 6627 void bfd_set_gp_size (bfd *abfd, unsigned int i);
|
D | ChangeLog-9193 | 1362 (bfd_set_gp_size): Handle ELF targets. 4063 * bfd.c (bfd_get_gp_size, bfd_set_gp_size): New functions.
|
D | ChangeLog-0001 | 3345 (bfd_set_gp_size): Make param unsigned.
|
D | ChangeLog-9495 | 8776 (bfd_set_gp_size): Can't set gp value on an archive.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | plugin.c | 256 bfd_set_gp_size (abfd, bfd_get_gp_size (srctemplate)); in plugin_get_ir_dummy_bfd()
|
D | ldlang.c | 3172 bfd_set_gp_size (link_info.output_bfd, g_switch_value); in open_output() 6160 bfd_set_gp_size (entry->the_bfd, g_switch_value); in ldlang_add_file()
|
D | ChangeLog-9197 | 5158 * ldlang.c (lookup_name): don't call bfd_set_gp_size. 6534 * ldlang.c (open_output): Call bfd_set_gp_size on new BFD.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-frv.c | 506 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
|
D | tc-mips.c | 3670 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin() 15626 bfd_set_gp_size (stdoutput, 0); in s_option() 15938 bfd_set_gp_size (stdoutput, 0); in s_abicalls()
|
D | tc-alpha.c | 5498 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
|
D | tc-score7.c | 6166 bfd_set_gp_size (stdoutput, s7_g_switch_value); in s7_begin()
|
D | tc-score.c | 6552 bfd_set_gp_size (stdoutput, s3_g_switch_value); in s3_begin()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 6590 bfd_set_gp_size here, it's done in md_begin. Don't permit -G with 10763 * config/tc-mips.c (md_assemble): Call bfd_set_gp_size only for
|