Home | History | Annotate | Download | only in libabi

Lines Matching refs:offsetof

37 	{ "offsetof_node_key", offsetof(odb_node_t, key) },
38 { "offsetof_node_value", offsetof(odb_node_t, value) },
39 { "offsetof_node_next", offsetof(odb_node_t, next) },
41 { "offsetof_descr_size", offsetof(odb_descr_t, size) },
42 { "offsetof_descr_current_size", offsetof(odb_descr_t, current_size) },
44 { "offsetof_header_magic", offsetof(struct opd_header, magic) },
45 { "offsetof_header_version", offsetof(struct opd_header, version) },
46 { "offsetof_header_cpu_type", offsetof(struct opd_header, cpu_type) },
47 { "offsetof_header_ctr_event", offsetof(struct opd_header, ctr_event) },
48 { "offsetof_header_ctr_um", offsetof(struct opd_header, ctr_um) },
49 { "offsetof_header_ctr_count", offsetof(struct opd_header, ctr_count) },
50 { "offsetof_header_is_kernel", offsetof(struct opd_header, is_kernel) },
51 { "offsetof_header_cpu_speed", offsetof(struct opd_header, cpu_speed) },
52 { "offsetof_header_mtime", offsetof(struct opd_header, mtime) },
53 { "offsetof_header_cg_to_is_kernel", offsetof(struct opd_header, cg_to_is_kernel), },
54 { "offsetof_header_anon_start", offsetof(struct opd_header, anon_start) },
55 { "offsetof_header_cg_to_anon_start", offsetof(struct opd_header, cg_to_anon_start) },