GCC Middle and Back End API Reference
|
Data Fields | |
ctf_id_t | id |
const char * | name |
uint32_t | name_offset |
vec< struct btf_datasec_entry > | entries |
Internal representation of a BTF_KIND_DATASEC record.
vec<struct btf_datasec_entry> btf_datasec::entries |
ctf_id_t btf_datasec::id |
Referenced by btf_asm_datasec_type().
const char* btf_datasec::name |
Referenced by btf_asm_datasec_type(), and btf_datasec_push_entry().
uint32_t btf_datasec::name_offset |
Referenced by btf_asm_datasec_type(), and btf_datasec_push_entry().