Home
last modified time | relevance | path

Searched refs:do_make_elf_object_implementation (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dtarget.cc68 Target::do_make_elf_object_implementation( in do_make_elf_object_implementation() function in gold::Target
109 return this->do_make_elf_object_implementation<32, false>(name, input_file, in do_make_elf_object()
119 return this->do_make_elf_object_implementation<32, true>(name, input_file, in do_make_elf_object()
129 return this->do_make_elf_object_implementation<64, false>(name, input_file, in do_make_elf_object()
139 return this->do_make_elf_object_implementation<64, true>(name, input_file, in do_make_elf_object()
H A Dtarget.h834 do_make_elf_object_implementation(const std::string&, Input_file*, off_t,
/dragonfly/contrib/binutils-2.27/gold/
H A Dtarget.cc68 Target::do_make_elf_object_implementation( in do_make_elf_object_implementation() function in gold::Target
109 return this->do_make_elf_object_implementation<32, false>(name, input_file, in do_make_elf_object()
119 return this->do_make_elf_object_implementation<32, true>(name, input_file, in do_make_elf_object()
129 return this->do_make_elf_object_implementation<64, false>(name, input_file, in do_make_elf_object()
139 return this->do_make_elf_object_implementation<64, true>(name, input_file, in do_make_elf_object()
H A Dtarget.h806 do_make_elf_object_implementation(const std::string&, Input_file*, off_t,