• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/

Lines Matching refs:uvalue

589   unsigned long uvalue;
859 uvalue = read_leb128 (data, &bytes_read, 0);
861 printf ("DW_OP_bregx: %lu %ld", uvalue,
933 unsigned long uvalue = 0;
945 uvalue = byte_get (data, pointer_size);
950 uvalue = byte_get (data, offset_size);
960 uvalue = byte_get (data, pointer_size);
965 uvalue = byte_get (data, offset_size);
972 uvalue = byte_get (data++, 1);
977 uvalue = byte_get (data, 2);
983 uvalue = byte_get (data, 4);
988 uvalue = read_leb128 (data, & bytes_read, 1);
994 uvalue = read_leb128 (data, & bytes_read, 0);
1013 printf (" <#%lx>", uvalue);
1021 printf (" <%lx>", uvalue + cu_offset);
1027 printf (" %#lx", uvalue);
1036 printf (" %ld", uvalue);
1043 uvalue = byte_get (data, 4);
1044 printf (" %lx", uvalue);
1050 if (sizeof (uvalue) == 8)
1051 uvalue = byte_get (data, 8);
1065 uvalue = read_leb128 (data, & bytes_read, 0);
1068 data = block_start + uvalue;
1070 data = display_block (block_start, uvalue);
1074 uvalue = byte_get (data, 1);
1077 data = block_start + uvalue;
1079 data = display_block (block_start, uvalue);
1083 uvalue = byte_get (data, 2);
1086 data = block_start + uvalue;
1088 data = display_block (block_start, uvalue);
1092 uvalue = byte_get (data, 4);
1095 data = block_start + uvalue;
1097 data = display_block (block_start, uvalue);
1103 uvalue, fetch_indirect_string (uvalue));
1149 debug_info_p->loc_offsets [num] = uvalue;
1157 debug_info_p->base_address = uvalue;
1175 debug_info_p->range_lists [num] = uvalue;
1193 switch (uvalue)
1208 printf (_(" (Unknown inline attribute value: %lx)"), uvalue);
1214 switch (uvalue)
1243 if (uvalue >= DW_LANG_lo_user && uvalue <= DW_LANG_hi_user)
1244 printf ("(implementation defined: %lx)", uvalue);
1246 printf ("(Unknown: %lx)", uvalue);
1252 switch (uvalue)
1267 if (uvalue >= DW_ATE_lo_user
1268 && uvalue <= DW_ATE_hi_user)
1277 switch (uvalue)
1289 switch (uvalue)
1299 switch (uvalue)
1309 switch (uvalue)
1320 switch (uvalue)
1326 if (uvalue >= DW_CC_lo_user
1327 && uvalue <= DW_CC_hi_user)
1335 switch (uvalue)
1361 uvalue,