Searched refs:valuestr (Results 1 – 7 of 7) sorted by relevance
205 valuestr = _some_str(value)206 if value is None or not valuestr:209 line = "%s: %s\n" % (etype, valuestr)
337 SmallString<32> valuestr; in PrintRelocations() local340 if (error(ri->getValueString(valuestr))) continue; in PrintRelocations()341 outs() << address << " " << relocname << " " << valuestr << "\n"; in PrintRelocations()
146 valuestr = _some_str(value)147 if value is None or not valuestr:150 line = "%s: %s\n" % (etype, valuestr)
1799 SmallString<32> valuestr; in PrintRelocations() local1803 error(getRelocationValueString(Reloc, valuestr)); in PrintRelocations()1805 << valuestr << "\n"; in PrintRelocations()1837 SmallString<32> valuestr; in PrintDynamicRelocations() local1839 error(getRelocationValueString(Reloc, valuestr)); in PrintDynamicRelocations()1841 << valuestr << "\n"; in PrintDynamicRelocations()
7084 const char *valuestr = NULL; in attr_callback() local7264 valuestr = dwarf_lang_name (num); in attr_callback()7267 valuestr = dwarf_encoding_name (num); in attr_callback()7270 valuestr = dwarf_access_name (num); in attr_callback()7273 valuestr = dwarf_defaulted_name (num); in attr_callback()7276 valuestr = dwarf_visibility_name (num); in attr_callback()7279 valuestr = dwarf_virtuality_name (num); in attr_callback()7282 valuestr = dwarf_identifier_case_name (num); in attr_callback()7285 valuestr = dwarf_calling_convention_name (num); in attr_callback()7288 valuestr = dwarf_inline_name (num); in attr_callback()[all …]
749 * readelf.c (attr_callback): Set valuestr to resolved file name
1315 SmallString<32> valuestr; in PrintRelocations() local1319 error(getRelocationValueString(Reloc, valuestr)); in PrintRelocations()1321 << valuestr << "\n"; in PrintRelocations()