Lines Matching refs:Eq

26 multiclass Eq<string name, string help> {
37 defm auxiliary: Eq<"auxiliary", "Set DT_AUXILIARY field to the specified name">;
67 Eq<"compress-debug-sections", "Compress DWARF debug sections">,
76 defm defsym: Eq<"defsym", "Define a symbol alias">, MetaVarName<"<symbol>=<value>">;
87 : Eq<"split-stack-adjust-size",
106 defm Tbss: Eq<"Tbss", "Same as --section-start with .bss as the sectionname">;
108 defm Tdata: Eq<"Tdata", "Same as --section-start with .data as the sectionname">;
110 defm Ttext: Eq<"Ttext", "Same as --section-start with .text as the sectionname">;
135 Eq<"call-graph-ordering-file", "Layout sections to optimize the given callgraph">;
182 defm dynamic_linker: Eq<"dynamic-linker", "Which dynamic linker to use">;
184 defm dynamic_list : Eq<"dynamic-list",
210 defm entry: Eq<"entry", "Name of entry point symbol">,
222 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
247 defm filter: Eq<"filter", "Set DT_FILTER field to the specified name">;
249 defm fini: Eq<"fini", "Specify a finalizer function">, MetaVarName<"<symbol>">;
260 defm format: Eq<"format", "Change the input format of the inputs following this option">,
275 defm hash_style: Eq<"hash-style", "Specify hash style (sysv, gnu or both)">;
293 defm init: Eq<"init", "Specify an initializer function">,
296 defm just_symbols: Eq<"just-symbols", "Just link symbols">;
298 defm keep_unique: Eq<"keep-unique", "Do not fold this symbol during ICF">;
307 defm Map: Eq<"Map", "Print a link map to the specified file">;
354 Eq<"orphan-handling", "Control how orphan sections are handled when linker script used">;
383 defm print_symbol_order: Eq<"print-symbol-order",
422 defm rpath: Eq<"rpath", "Add a DT_RUNPATH to the output">;
427 Eq<"retain-symbols-file", "Retain only the symbols listed in the file">,
430 defm script: Eq<"script", "Read linker script">;
432 defm section_start: Eq<"section-start", "Set address of section">,
437 defm soname: Eq<"soname", "Set DT_SONAME">;
440 Eq<"sort-section", "Specifies sections sorting rule when linkerscript is used">;
455 defm sysroot: Eq<"sysroot", "Set the system root">;
462 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
488 defm trace_symbol: Eq<"trace-symbol", "Trace references to symbols">;
490 defm undefined: Eq<"undefined", "Force undefined symbol during linking">,
499 Eq<"unresolved-symbols", "Determine how to handle unresolved symbols">;
522 defm version_script: Eq<"version-script", "Read a version script">;
555 defm wrap : Eq<"wrap", "Redirect symbol references to __wrap_symbol and "
646 defm mllvm: Eq<"mllvm", "Additional arguments to forward to LLVM's option processing">;
755 defm plugin: Eq<"plugin", "Ignored for compatibility with GNU linkers">;
789 Eq<"mips-got-size", "Max size of a single MIPS GOT. 0x10000 by default.">,