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

/freebsd-11.0-release/contrib/binutils/ld/
H A Dld.h108 extern sort_type sort_section;
H A Dlexsup.c1149 sort_section = by_name;
1151 sort_section = by_alignment;
H A Dldmain.c110 sort_type sort_section; variable
H A Dldlang.c3149 switch (sort_section)
3174 sec->spec.sorted = sort_section;
3177 if (sort_section == by_alignment)
3181 if (sort_section == by_name)

Completed in 87 milliseconds