Searched refs:do_make_elf_object_implementation (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | target.cc | 68 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()
|
D | target.h | 799 do_make_elf_object_implementation(const std::string&, Input_file*, off_t,
|
D | ChangeLog | 4790 * 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.
|