#define __bi_ptr_string_with_name(_tag, _id, _label, _value, _len) \
static const struct _binary_info_ptr_string_with_name __bi_lineno_var_name = { \
.core = { \
.type = __bi_enclosure_check(BINARY_INFO_TYPE_PTR_STRING_WITH_NAME), \
.tag = _tag, \
},\
.id = _id, \
.value = _value, \
.label = _label, \
.len = _len, \
}