Home
last modified time | relevance | path

Searched refs:sort_section (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/
H A Dld.h108 extern sort_type sort_section;
H A Dlexsup.c1149 sort_section = by_name; in parse_args()
1151 sort_section = by_alignment; in parse_args()
H A Dldmain.c110 sort_type sort_section; variable
H A Dldlang.c3147 switch (sort_section) in update_wild_statements()
3172 sec->spec.sorted = sort_section; in update_wild_statements()
3175 if (sort_section == by_alignment) in update_wild_statements()
3179 if (sort_section == by_name) in update_wild_statements()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td305 defm sort_section: