fetch_type
Regular
4.4
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
fetch_func_t fetch[8];
};
4.8
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
fetch_func_t fetch[9];
};
4.10
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
fetch_func_t fetch[9];
};
4.13
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
fetch_func_t fetch[9];
};
4.15
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
fetch_func_t fetch[9];
};
4.18
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
fetch_func_t fetch[9];
};
5.0
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.3
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.4
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.8
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.11
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.13
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.15
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
5.19
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
6.2
: ✅struct fetch_type {
const char *name;
size_t size;
bool is_signed;
bool is_string;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
6.5
: ✅struct fetch_type {
const char *name;
size_t size;
bool is_signed;
bool is_string;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
6.8
: ✅struct fetch_type {
const char *name;
size_t size;
bool is_signed;
bool is_string;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
arm64
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
armhf
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
ppc64el
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
riscv64
: Absent ⚠️
aws
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
azure
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
gcp
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
lowlatency
: ✅struct fetch_type {
const char *name;
size_t size;
int is_signed;
print_type_func_t print;
const char *fmt;
const char *fmttype;
};
Regular
4.4
and 4.8
⚠️fetch_func_t fetch[8]
➡️ fetch_func_t fetch[9]
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️fetch_func_t fetch[9]
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
⚠️bool is_string
int is_signed
➡️ bool is_signed
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅