print_offs        726 tools/elf2flt/elfflt.c 	print_offs("->lib                 = ", _module_info->lib,"\n");
print_offs        742 tools/elf2flt/elfflt.c         print_offs("Offs: ",*(uint32_t*)(flat_buf+flat->reloc_start+i*sizeof(reloc_record_t)), "\n");
print_offs        754 tools/elf2flt/elfflt.c             print_offs((j==0)?"Offs: ":"      ",offs,"");
print_offs        157 tools/elf2flt/fltdump.c     	print_offs("->lib                 = ", _module_info->lib,"\n");
print_offs        175 tools/elf2flt/fltdump.c         print_offs("Offs: ",*(uint32_t*)(flat_buf+flat->reloc_start+i*sizeof(uint32_t)),"\n");
print_offs        187 tools/elf2flt/fltdump.c             print_offs((j==0)?"Offs: ":"      ",offs,"");