Lines Matching defs:uvalue

614     unsigned long uvalue;
903 uvalue = read_leb128 (data, &bytes_read, 0);
906 printf ("DW_OP_bregx: %lu %ld", uvalue, val);
982 unsigned long uvalue = 0;
995 uvalue = byte_get (data, pointer_size);
1000 uvalue = byte_get (data, offset_size);
1010 uvalue = byte_get (data, pointer_size);
1012 value_hook(data, pointer_size, uvalue);
1017 uvalue = byte_get (data, offset_size);
1024 uvalue = byte_get (data++, 1);
1029 uvalue = byte_get (data, 2);
1035 uvalue = byte_get (data, 4);
1040 uvalue = read_leb128 (data, & bytes_read, 1);
1046 uvalue = read_leb128 (data, & bytes_read, 0);
1065 printf (" <#%lx>", uvalue);
1073 printf (" <%lx>", uvalue + cu_offset);
1079 printf (" %#lx", uvalue);
1088 printf (" %ld", uvalue);
1095 uvalue = byte_get (data, 4);
1096 printf (" %lx", uvalue);
1103 if (sizeof (uvalue) == 8)
1104 uvalue = byte_get (data, 8);
1118 uvalue = read_leb128 (data, & bytes_read, 0);
1121 data = block_start + uvalue;
1123 data = display_block (block_start, uvalue);
1127 uvalue = byte_get (data, 1);
1130 data = block_start + uvalue;
1132 data = display_block (block_start, uvalue);
1136 uvalue = byte_get (data, 2);
1139 data = block_start + uvalue;
1141 data = display_block (block_start, uvalue);
1145 uvalue = byte_get (data, 4);
1148 data = block_start + uvalue;
1150 data = display_block (block_start, uvalue);
1156 uvalue, fetch_indirect_string (uvalue));
1195 debug_info_p->last_loc_offset = uvalue;
1206 debug_info_p->loc_offsets [num] = uvalue;
1211 debug_info_p->last_loc_offset > uvalue)
1222 debug_info_p->base_address = uvalue;
1240 debug_info_p->range_lists [num] = uvalue;
1258 switch (uvalue)
1273 printf (_(" (Unknown inline attribute value: %lx)"), uvalue);
1279 switch (uvalue)
1300 printf ("(Unknown: %lx)", uvalue);
1306 switch (uvalue)
1321 if (uvalue >= DW_ATE_lo_user
1322 && uvalue <= DW_ATE_hi_user)
1331 switch (uvalue)
1343 switch (uvalue)
1353 switch (uvalue)
1363 switch (uvalue)
1374 switch (uvalue)
1380 if (uvalue >= DW_CC_lo_user
1381 && uvalue <= DW_CC_hi_user)
1389 switch (uvalue)
1415 uvalue,