Searched refs:sort_section (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dld.h110 extern sort_type sort_section;
H A Dldmain.c111 sort_type sort_section; variable
262 sort_section = none;
H A Dlexsup.c1115 sort_section = by_name;
1117 sort_section = by_alignment;
H A Dldlang.c3047 switch (sort_section)
3071 sec->spec.sorted = sort_section;
3074 if (sort_section == by_alignment)
3078 if (sort_section == by_name)
/haiku-buildtools/binutils/ld/
H A Dld.h93 extern sort_type sort_section;
H A Dlexsup.c1204 sort_section = by_name;
1206 sort_section = by_alignment;
H A Dldmain.c102 sort_type sort_section; variable
H A Dldlang.c3547 switch (sort_section)
3571 sec->spec.sorted = sort_section;
3574 if (sort_section == by_alignment)
3578 if (sort_section == by_name)
/haiku-buildtools/binutils/gold/
H A Doptions.h1217 DEFINE_enum(sort_section, options::TWO_DASHES, '\0', "none",
H A Doutput.cc3639 else if (strcmp(parameters->options().sort_section(), "name") == 0)
H A Dlayout.cc1765 if (strcmp(parameters->options().sort_section(), "name") == 0)

Completed in 221 milliseconds