HomeSort by relevance Sort by last modified time
    Searched refs:One_option (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
options.cc 58 static std::vector<const One_option*> registered_options;
63 typedef Unordered_map<std::string, One_option*> Option_map;
65 static One_option* short_options[128];
68 One_option::register_option()
95 One_option::print() const
158 std::vector<const One_option*>::const_iterator it;
765 // accepted, not the <option><space><arg> form. Returns a One_option
770 gold::options::One_option*
786 gold::options::One_option* retval = it->second;
840 // One_option struct or NULL if argv[i] cannot be parsed as a shor
    [all...]
options.h 157 // A One_option struct initializes itself with the global list of options
159 struct One_option
170 One_option(const char* ln, Dashes d, char sn, const char* dv,
245 One_option option;
255 // for the constructor for One_option. param_type__ is the same as
296 options::One_option option; \
333 options::One_option option; \
355 options::One_option option; \
475 options::One_option option; \
497 options::One_option option;
    [all...]

Completed in 98 milliseconds