location         1405 dxref.c            char *location = get_attr_desc ("DW_AT_location", node);
location         1411 dxref.c            if (location == NULL) {
location         1413 dxref.c            } else if (sscanf (location, "DW_OP_fbreg: %d", &offset) == 1) {
location         1417 dxref.c            } else if (sscanf (location, "DW_OP_addr: %u", &addr) == 1) {
location         1420 dxref.c            } else if (sscanf (location, "DW_OP_reg%d", &reg) == 1) {
location         1426 dxref.c        	snprintf (loc, sizeof (loc), "%s", location);
location         1428 dxref.c        	fprintf (stderr, "unknown description (%s)\n", location);
location         1449 dxref.c            xmlFree (location);
location         1634 dxref.c        	char *location = get_attr_desc ("DW_AT_data_member_location", child);
location         1642 dxref.c        	if (location == NULL) {
location         1647 dxref.c        	    if (sscanf (location, "DW_OP_plus_uconst: %d", &offset) != 1) {
location         1648 dxref.c        		fprintf (stderr, "unknown description (%s)\n", location);
location         1661 dxref.c        	xmlFree (location);