Lines Matching defs:uvalue

590   unsigned long uvalue;
860 uvalue = read_leb128 (data, &bytes_read, 0);
862 printf ("DW_OP_bregx: %lu %ld", uvalue,
937 unsigned long uvalue = 0;
949 uvalue = byte_get (data, pointer_size);
954 uvalue = byte_get (data, offset_size);
964 uvalue = byte_get (data, pointer_size);
969 uvalue = byte_get (data, offset_size);
974 uvalue = 1;
980 uvalue = byte_get (data++, 1);
985 uvalue = byte_get (data, 2);
991 uvalue = byte_get (data, 4);
996 uvalue = read_leb128 (data, & bytes_read, 1);
1002 uvalue = read_leb128 (data, & bytes_read, 0);
1021 printf (" <#%lx>", uvalue);
1029 printf (" <%lx>", uvalue + cu_offset);
1035 printf (" %#lx", uvalue);
1045 printf (" %ld", uvalue);
1052 uvalue = byte_get (data, 4);
1053 printf (" %lx", uvalue);
1059 if (sizeof (uvalue) == 8)
1060 uvalue = byte_get (data, 8);
1074 uvalue = read_leb128 (data, & bytes_read, 0);
1077 data = block_start + uvalue;
1079 data = display_block (block_start, uvalue);
1083 uvalue = byte_get (data, 1);
1086 data = block_start + uvalue;
1088 data = display_block (block_start, uvalue);
1092 uvalue = byte_get (data, 2);
1095 data = block_start + uvalue;
1097 data = display_block (block_start, uvalue);
1101 uvalue = byte_get (data, 4);
1104 data = block_start + uvalue;
1106 data = display_block (block_start, uvalue);
1112 uvalue, fetch_indirect_string (uvalue));
1158 debug_info_p->loc_offsets [num] = uvalue;
1166 debug_info_p->base_address = uvalue;
1184 debug_info_p->range_lists [num] = uvalue;
1202 switch (uvalue)
1217 printf (_(" (Unknown inline attribute value: %lx)"), uvalue);
1223 switch (uvalue)
1252 if (uvalue >= DW_LANG_lo_user && uvalue <= DW_LANG_hi_user)
1253 printf ("(implementation defined: %lx)", uvalue);
1255 printf ("(Unknown: %lx)", uvalue);
1261 switch (uvalue)
1276 if (uvalue >= DW_ATE_lo_user
1277 && uvalue <= DW_ATE_hi_user)
1286 switch (uvalue)
1298 switch (uvalue)
1308 switch (uvalue)
1318 switch (uvalue)
1329 switch (uvalue)
1335 if (uvalue >= DW_CC_lo_user
1336 && uvalue <= DW_CC_hi_user)
1344 switch (uvalue)
1370 uvalue,