Home
last modified time | relevance | path

Searched refs:supported_names (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc165 std::vector<const char*> supported_names; in help() local
166 gold::supported_target_names(&supported_names); in help()
167 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in help()
168 p != supported_names.end(); in help()
174 supported_names.clear(); in help()
175 gold::supported_emulation_names(&supported_names); in help()
176 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in help()
177 p != supported_names.end(); in help()
325 std::vector<const char*> supported_names; in parse_V() local
326 gold::supported_target_names(&supported_names); in parse_V()
[all …]
DChangeLog5387 supported_names. Change all callers.
16555 (Target_selector::supported_names): New function.