Home | History | Annotate | Download | only in libbacktrace

Lines Matching refs:FORMAT_FILE

671 FORMAT_FILE
12738 FORMAT_FILE=
12741 elf*) FORMAT_FILE="elf.lo" ;;
12742 macho) FORMAT_FILE="macho.lo" ;;
12743 pecoff) FORMAT_FILE="pecoff.lo"
12746 xcoff*) FORMAT_FILE="xcoff.lo"
12751 FORMAT_FILE="unknown.lo"
12769 if test "$FORMAT_FILE" = "elf.lo"; then
13889 if test -n "${DSYMUTIL}" -a "$FORMAT_FILE" = "macho.lo"; then
14028 if test "${with_target_subdir}" = "" -a "$FORMAT_FILE" = "elf.lo" -a "${OBJCOPY}" != "" -a "${NM}" != "" -a "${XZ}" != "" -a "${COMM}" != ""; then