Searched refs:asflags (Results 1 – 6 of 6) sorted by relevance
122 set asflags(${file}.s) {}141 set asflags([lindex $opt_val 0]) [lrange $opt_val 1 end]144 set asflags($opt_val) {}190 set asflags($srcdir/$subdir/$sf) $asflags($sf)206 set cmd "$AS $ASFLAGS $opts(as) $asflags($sourcefile) -o $objfile $sourcefile"
132 proc binutils_assemble_flags { source object asflags } { argument133 default_binutils_assemble_flags $source $object $asflags
104 proc default_binutils_assemble_flags { source object asflags } { argument122 set exec_output [target_assemble $source $object $asflags]
661 lappend asflags [lrange $opt_val 1 end]664 lappend asflags {}791 set asflags [list ""]818 set sourceasflags [lindex $asflags $i]
261 (default_binutils_assemble_flags): This. Add asflags and
2068 * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.