Expand description
Wrappers representing concrete btf types.
Structs§
- An array.
- A member of a Struct
- The const modifier.
- An ELF’s data section, such as
.data
,.bss
or.rodata
. - A declaration tag.
- An Enum of at most 32 bits.
- An Enum of 64 bits.
- A member of an Enum64.
- A member of an Enum
- A floating point number.
- A function.
- A function prototype.
- A parameter of a FuncProto.
- A forward declared C type.
- An integer.
- A pointer.
- The restrict modifier.
- A struct.
- A member of a Struct
- A type tag.
- A C typedef.
- A Union.
- A member of an Union
- A global variable.
- Describes the btf var in a section.
- The representation of the c_void type.
- The volatile modifier.
Enums§
- The kinds of types that can be forward declared.
- The kinds of ways a btf Int can be encoded.
- The kind of linkage a variable of function can have.
- The attributes of a member.