Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
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()
Dtarget.h799 do_make_elf_object_implementation(const std::string&, Input_file*, off_t,
DChangeLog4790 * target.cc (Target::do_make_elf_object_implementation): Allow
12935 (Target::do_make_elf_object_implementation): New.
12939 (Target::do_make_elf_object_implementation): New template declaration.