Home | History | Annotate | Download | only in utils

Lines Matching refs:objdump

515 	if is_tool_available objdump; then
516 echo "objdump is not installed on this system, use opcontrol --kernel-range=start,end or opcontrol --xen-range= or install objdump"
521 range_info=`objdump -h $FILE_IMAGE 2>/dev/null | grep " .text "`
523 tmp2=`objdump -t $FILE_IMAGE 2>/dev/null | grep "_etext$" | awk '{ print $1 }'`