offset 824 dxref.c char *offset = xmlGetProp (node, "offset");
offset 827 dxref.c assert (offset != NULL);
offset 828 dxref.c ret = sscanf (offset, "info:%ld", &offset2);
offset 1394 dxref.c int offset, reg, is_auto = 0;
offset 1413 dxref.c } else if (sscanf (location, "DW_OP_fbreg: %d", &offset) == 1) {
offset 1416 dxref.c snprintf (loc, sizeof (loc), "%%fp+(%d)", offset);
offset 1646 dxref.c int offset;
offset 1647 dxref.c if (sscanf (location, "DW_OP_plus_uconst: %d", &offset) != 1) {
offset 1652 dxref.c offset, href_src2 (pathname, line2, filename));
offset 2196 dxref.c char *offset = xmlGetProp (node, "offset");
offset 2197 dxref.c assert (offset != NULL);
offset 2201 dxref.c printf ("line = %s, offset = %s\n", line, offset);
offset 2206 dxref.c if (!strcmp (offset, comp_unit [j].macinfo_offset)) {
offset 2231 dxref.c sscanf (offset, "macinfo:%ld", &offset2);