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

  /toolchain/binutils/binutils-2.27/gold/
script-c.h 148 struct Wildcard_section
156 /* A vector of Wildcard_section entries. */
159 typedef std::vector<Wildcard_section> String_sort_list;
181 struct Wildcard_section file;
378 script_new_string_sort_list(const struct Wildcard_section*);
384 const struct Wildcard_section*);
yyscript.y 71 struct Wildcard_section wildcard_section;
222 %type <wildcard_section> wildcard_file wildcard_section
615 wildcard_sections opt_comma wildcard_section
620 | wildcard_section
638 wildcard_section: label
644 | SORT_BY_NAME '(' wildcard_section ')'
663 | SORT_BY_ALIGNMENT '(' wildcard_section ')'
script.cc     [all...]

Completed in 342 milliseconds