Home | History | Annotate | Download | only in tools

Lines Matching refs:DST_FILE

483     local SRC_FILE DST_FILE
505 DST_FILE=${SRC_FILE%%.c}
506 DST_FILE=${DST_FILE%%.S}.o
508 case "$DST_FILE" in
514 DST_FILE=crtend_android.o
523 DST_FILE=crtbegin_dynamic.o
529 log "Generating $ARCH C runtime object: $DST_FILE"
536 -O2 -fpic -Wl,-r -nostdlib -nostdinc -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
538 DST_FILE from $SRC_DIR/$SRC_FILE"