Lines Matching refs:textrel_check
392 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi892 @$(textrel_check)