Searched refs:supported_names (Results 1 – 2 of 2) sorted by relevance
165 std::vector<const char*> supported_names; in help() local166 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() local326 gold::supported_target_names(&supported_names); in parse_V()[all …]
5387 supported_names. Change all callers.16555 (Target_selector::supported_names): New function.