=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/ddb.html,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** www/ddb.html 2016/11/19 13:09:36 1.15 --- www/ddb.html 2016/11/19 13:15:10 1.16 *************** *** 171,177 **** disassembly:
! # objdump --line --disassemble --reloc pf.o >pf.dis
  
In the output, grep for the function name: --- 171,177 ---- disassembly:
! # objdump --line --disassemble --reloc obj/pf.o >pf.dis
  
In the output, grep for the function name: