info_offset        69 dxref.c            char *info_offset;
info_offset       446 dxref.c        	char *info_offset = xmlGetProp (node, "offset");
info_offset       450 dxref.c        	assert (info_offset != NULL);
info_offset       454 dxref.c        	comp_unit [i].info_offset = info_offset;
info_offset       455 dxref.c        	ret = sscanf (info_offset, "info:%ld", &comp_unit [i].info_offset2);
info_offset       457 dxref.c        	    fprintf (stderr, "info_offset = %s\n", info_offset);