Lines Matching defs:target

1 // s390.cc -- s390 target support for gold.
37 #include "target.h"
38 #include "target-reloc.h"
39 #include "target-select.h"
518 local(Symbol_table* symtab, Layout* layout, Target_s390* target,
527 global(Symbol_table* symtab, Layout* layout, Target_s390* target,
536 Target_s390* target,
546 Target_s390* target,
721 // Information about this specific target which we pass to the
1000 gold_warning(_("R_390_PC32DBL target misaligned at %llx"), (long long)address);
1434 typename elfcpp::Elf_types<size>::Elf_Addr target = plt_address;
1442 target = plt_address + plt_offset - 0x10000 + 18;
1449 target = plt_address + plt_offset - 0xffe0 + 18;
1452 S390_relocate_functions<size>::pcrela16dbl(pov + 20, target, plt_address + plt_offset + 18);
2280 Target_s390<size>* target,
2298 target->make_local_ifunc_plt_entry(symtab, layout, object, r_sym);
2318 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2337 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2348 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2401 target->got_section(symtab, layout);
2420 Output_data_got<size, true>* got = target->got_section(symtab, layout);
2439 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2499 = target->got_section(symtab, layout);
2511 target->rela_dyn_section(layout),
2524 target->got_mod_index_entry(symtab, layout, object);
2544 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2573 = target->got_section(symtab, layout);
2582 = target->got_section(symtab, layout);
2586 target->rela_dyn_section(layout),
2603 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2638 Target_s390<size>* target,
2649 target->make_plt_entry(symtab, layout, gsym);
2668 target->make_plt_entry(symtab, layout, gsym);
2682 target->copy_reloc(symtab, layout, object,
2698 target->rela_irelative_section(layout);
2710 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2720 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2740 target->make_plt_entry(symtab, layout, gsym);
2752 target->copy_reloc(symtab, layout, object,
2758 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2784 target->make_plt_entry(symtab, layout, gsym);
2796 target->got_section(symtab, layout);
2803 target->make_plt_entry(symtab, layout, gsym);
2820 Output_data_got<size, true>* got = target->got_section(symtab, layout);
2834 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
2940 = target->got_section(symtab, layout);
2942 target->rela_dyn_section(layout),
2950 = target->got_section(symtab, layout);
2952 target->rela_dyn_section(layout),
2965 target->got_mod_index_entry(symtab, layout, object);
2984 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
3011 = target->got_section(symtab, layout);
3018 = target->got_section(symtab, layout);
3020 target->rela_dyn_section(layout),
3037 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
3191 Target_s390<size>* target,
3213 symval.set_output_value(target->plt_address_for_global(gsym));
3221 symval.set_output_value(target->plt_address_for_local(object, r_sym));
3264 value = target->got_address() + addend;
3278 - target->got_address());
3306 value = got_offset + target->got_main_offset() + addend;
3329 value = this->relocate_tls(relinfo, target, relnum, rela, r_type, gsym, psymval,
3444 value += target->got_address();
3484 Target_s390<size>* target,
3559 + target->got_main_offset()
3567 + target->got_main_offset()
3614 return (target->got_mod_index_entry(NULL, NULL, NULL)
3616 + target->got_main_offset());
3718 got_offset += target->got_main_offset();
3721 return target->got_address() + got_offset + addend;