Searched refs:FormatSigned (Results 1 – 5 of 5) sorted by relevance
67 r += ", " + context.FormatSigned(iovlen); in format_iovecs()119 return context.FormatSigned(ltype); in format_ltype()140 return context.FormatSigned(lwhence); in format_lwhence()152 r += "l_start=" + context.FormatSigned(lock->l_start) + ", "; in format_pointer()153 r += "l_len=" + context.FormatSigned(lock->l_len); in format_pointer()205 return "family = " + context.FormatSigned(family); in format_socket_family()224 return "type = " + context.FormatSigned(type);246 return "protocol = " + context.FormatSigned(protocol);449 level = "level = " + context.FormatSigned(args->level, sizeof(int));452 option = "option = " + context.FormatSigned(args->option, sizeof(int));[all …]
346 string formatted = "[" + context.FormatSigned(data); in format_signed_integer_pointer()350 formatted += ", " + context.FormatSigned(data); in format_signed_integer_pointer()384 return context.FormatSigned(get_value<Type>(address), sizeof(Type)); in GetParameterValue()389 return context.FormatSigned(value, sizeof(Type)); in GetReturnValue()
28 Context::FormatSigned(int64 value, int bytes) const in FormatSigned() function in Context
58 string FormatSigned(int64 value, int bytes = 8) const;
175 r += "{fd=" + context.FormatSigned(tmp[i].fd); in read_pollfd()247 r += context.FormatSigned(tmp[i].object); in read_object_wait_infos()314 r += context.FormatSigned(tmp[i].object); in read_event_wait_infos()