Searched refs:supported_names (Results 1 – 2 of 2) sorted by relevance
167 std::vector<const char*> supported_names; in help() local168 gold::supported_target_names(&supported_names); in help()169 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in help()170 p != supported_names.end(); in help()176 supported_names.clear(); in help()177 gold::supported_emulation_names(&supported_names); in help()178 for (std::vector<const char*>::const_iterator p = supported_names.begin(); in help()179 p != supported_names.end(); in help()327 std::vector<const char*> supported_names; in parse_V() local328 gold::supported_target_names(&supported_names); in parse_V()[all …]
6804 supported_names. Change all callers.17972 (Target_selector::supported_names): New function.