Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc654 General_options::string_to_object_format(const char* arg) in string_to_object_format() function in gold::General_options
939 return General_options::string_to_object_format(this->format()); in format_enum()
945 return General_options::string_to_object_format(this->oformat()); in oformat_enum()
Doptions.h1435 string_to_object_format(const char* arg);
Dscript.cc2876 format_enum = General_options::string_to_object_format(s.c_str()); in script_set_target()
DChangeLog2125 * options.cc (General_options::string_to_object_format): Accept
13236 * options.cc (General_options::string_to_object_format): Rename
13237 from string_to_object_format in anonymous namespace. Change
13240 string_to_object_format.