synth_field
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
5.0
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
5.3
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
5.4
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
5.8
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
bool is_signed;
bool is_string;
};
5.11
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
bool is_signed;
bool is_string;
bool is_dynamic;
bool field_pos;
};
5.13
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
unsigned int field_pos;
bool is_signed;
bool is_string;
bool is_dynamic;
};
5.15
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
unsigned int field_pos;
bool is_signed;
bool is_string;
bool is_dynamic;
};
5.19
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
unsigned int field_pos;
bool is_signed;
bool is_string;
bool is_dynamic;
};
6.2
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
unsigned int field_pos;
bool is_signed;
bool is_string;
bool is_dynamic;
};
6.5
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
unsigned int field_pos;
bool is_signed;
bool is_string;
bool is_dynamic;
bool is_stack;
};
6.8
: ✅struct synth_field {
char *type;
char *name;
size_t size;
unsigned int offset;
unsigned int field_pos;
bool is_signed;
bool is_string;
bool is_dynamic;
bool is_stack;
};
arm64
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
armhf
: Absent ⚠️
ppc64el
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
riscv64
: Absent ⚠️
aws
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
azure
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
gcp
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
lowlatency
: ✅struct synth_field {
char *type;
char *name;
size_t size;
bool is_signed;
bool is_string;
};
Regular
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️unsigned int offset
5.8
and 5.11
⚠️bool is_dynamic
bool field_pos
5.11
and 5.13
⚠️bool field_pos
➡️ unsigned int field_pos
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️bool is_stack
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and ppc64el
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅