Searched refs:reloc_section (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcopy-relocs.cc48 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
51 this->make_copy_reloc(symtab, layout, sym, object, reloc_section);
96 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
102 reloc_section->add_global_generic(sym, this->copy_reloc_type_, posd,
115 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
210 this->emit_copy_reloc(symtab, sym, dynbss, offset, reloc_section);
236 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
248 reloc_section->add_global_generic(entry.sym_, entry.reloc_type_,
38 copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, unsigned int shndx, Output_section* output_section, unsigned int r_type, typename elfcpp::Elf_types<size>::Elf_Addr r_offset, typename elfcpp::Elf_types<size>::Elf_Swxword r_addend, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
91 emit_copy_reloc( Symbol_table* symtab, Sized_symbol<size>* sym, Output_data* posd, off_t offset, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
110 make_copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
235 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
H A Dmips.cc2941 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8315 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8322 emit_entry(*p, reloc_section, symtab, layout, target);
8334 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8366 reloc_section);
8314 emit_mips( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
8332 emit_entry( Copy_reloc_entry& entry, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
H A Doutput.h4114 reloc_section() const function in class:gold::Output_section
H A Dlayout.cc1342 Output_section* os = data_section->reloc_section();
H A Dpowerpc.cc10378 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
10405 Copy_relocs<sh_type, size, big_endian>::emit(reloc_section);
10377 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcopy-relocs.cc48 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
51 this->make_copy_reloc(symtab, layout, sym, object, reloc_section);
96 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
102 reloc_section->add_global_generic(sym, this->copy_reloc_type_, posd,
115 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
210 this->emit_copy_reloc(symtab, sym, dynbss, offset, reloc_section);
236 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
248 reloc_section->add_global_generic(entry.sym_, entry.reloc_type_,
38 copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, unsigned int shndx, Output_section* output_section, unsigned int r_type, typename elfcpp::Elf_types<size>::Elf_Addr r_offset, typename elfcpp::Elf_types<size>::Elf_Swxword r_addend, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
91 emit_copy_reloc( Symbol_table* symtab, Sized_symbol<size>* sym, Output_data* posd, off_t offset, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
110 make_copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
235 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
H A Dmips.cc2941 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8315 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8322 emit_entry(*p, reloc_section, symtab, layout, target);
8334 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8366 reloc_section);
8314 emit_mips( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
8332 emit_entry( Copy_reloc_entry& entry, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
H A Doutput.h4142 reloc_section() const function in class:gold::Output_section
H A Dlayout.cc1342 Output_section* os = data_section->reloc_section();
H A Dpowerpc.cc10044 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
10071 Copy_relocs<sh_type, size, big_endian>::emit(reloc_section);
10043 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcopy-relocs.cc48 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
51 this->make_copy_reloc(symtab, layout, sym, object, reloc_section);
96 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
102 reloc_section->add_global_generic(sym, this->copy_reloc_type_, posd,
115 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
210 this->emit_copy_reloc(symtab, sym, dynbss, offset, reloc_section);
236 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
248 reloc_section->add_global_generic(entry.sym_, entry.reloc_type_,
38 copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, unsigned int shndx, Output_section* output_section, unsigned int r_type, typename elfcpp::Elf_types<size>::Elf_Addr r_offset, typename elfcpp::Elf_types<size>::Elf_Swxword r_addend, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
91 emit_copy_reloc( Symbol_table* symtab, Sized_symbol<size>* sym, Output_data* posd, off_t offset, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
110 make_copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
235 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
H A Dmips.cc2941 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8315 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8322 emit_entry(*p, reloc_section, symtab, layout, target);
8334 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8366 reloc_section);
8314 emit_mips( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
8332 emit_entry( Copy_reloc_entry& entry, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
H A Doutput.h4114 reloc_section() const function in class:gold::Output_section
H A Dlayout.cc1342 Output_section* os = data_section->reloc_section();
H A Dpowerpc.cc10378 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
10405 Copy_relocs<sh_type, size, big_endian>::emit(reloc_section);
10377 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-sh.c4240 asection *reloc_section;
4258 reloc_section = input_section;
4263 reloc_section = sgot;
4358 reloc_section->output_section))
4372 reloc_section, reloc_offset);
4377 + reloc_section->output_section->vma
4378 + reloc_section->output_offset);
4380 else if ((reloc_section->output_section->flags
4386 reloc_section->output_section))
4391 symname, input_bfd, reloc_section, reloc_offse
4234 asection *reloc_section; local
[all...]
H A Delf32-metag.c2836 bool reloc_section = false; local
2858 reloc_section = true;
2888 else if (reloc_section)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-sh.c4241 asection *reloc_section;
4259 reloc_section = input_section;
4264 reloc_section = sgot;
4359 reloc_section->output_section))
4373 reloc_section, reloc_offset);
4378 + reloc_section->output_section->vma
4379 + reloc_section->output_offset);
4381 else if ((reloc_section->output_section->flags
4387 reloc_section->output_section))
4392 symname, input_bfd, reloc_section, reloc_offse
4235 asection *reloc_section; local
[all...]
H A Delf32-metag.c2836 bfd_boolean reloc_section = FALSE; local
2858 reloc_section = TRUE;
2888 else if (reloc_section)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-sh.c4239 asection *reloc_section;
4257 reloc_section = input_section;
4262 reloc_section = sgot;
4357 reloc_section->output_section))
4371 reloc_section, reloc_offset);
4376 + reloc_section->output_section->vma
4377 + reloc_section->output_offset);
4379 else if ((reloc_section->output_section->flags
4385 reloc_section->output_section))
4390 symname, input_bfd, reloc_section, reloc_offse
4233 asection *reloc_section; local
[all...]
H A Delf32-metag.c2836 bool reloc_section = false; local
2858 reloc_section = true;
2888 else if (reloc_section)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-sh.c4240 asection *reloc_section;
4258 reloc_section = input_section;
4263 reloc_section = sgot;
4358 reloc_section->output_section))
4372 reloc_section, reloc_offset);
4377 + reloc_section->output_section->vma
4378 + reloc_section->output_offset);
4380 else if ((reloc_section->output_section->flags
4386 reloc_section->output_section))
4391 symname, input_bfd, reloc_section, reloc_offse
4234 asection *reloc_section; local
[all...]
H A Delf32-metag.c2836 bool reloc_section = false; local
2858 reloc_section = true;
2888 else if (reloc_section)

Completed in 865 milliseconds