Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Doptions.cc167 std::vector<const char*> supported_names; in help() local
168 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() local
328 gold::supported_target_names(&supported_names); in parse_V()
[all …]
DChangeLog-08156804 supported_names. Change all callers.
17972 (Target_selector::supported_names): New function.