Searched refs:DW_CC_lo_user (Results 1 – 5 of 5) sorted by relevance
560 DW_CC_lo_user = 0x40, enumerator
601 case DW_CC_lo_user: return "DW_CC_lo_user"; in ConventionString()
577 DW_CC_lo_user = 0x40, enumerator
755 #define DW_CC_lo_user 0x40 macro
3565 if (code >= DW_CC_lo_user && code <= DW_CC_hi_user) in dwarf_calling_convention_string()3568 snprintf (buf, sizeof (buf), "lo_user+%u", code - DW_CC_lo_user); in dwarf_calling_convention_string()