Lines Matching refs:objfile
109 local objfile=$1
110 local out=$(${READELF} --file-header --section-headers --symbols --wide $objfile)
132 local objfile=$1
136 ADDR2LINE_ARGS="--functions --pretty-print --inlines --addresses --exe=$objfile"
174 local objfile=$1
340 objfile=$1
343 [[ "$objfile" == "--list" ]] && LIST=1 && shift && objfile=$1
345 [[ ! -f $objfile ]] && die "can't find objfile $objfile"
348 run_readelf $objfile
352 init_addr2line $objfile
364 __faddr2line $objfile $func_addr $DIR_PREFIX 0
368 __faddr2line $objfile $func_addr $DIR_PREFIX 1