Searched refs:fde_count (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | unwind-libunwind-local.c | 285 u64 offset, u64 *table_data_offset, u64 *fde_count) in unwind_spec_ehframe() argument 300 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); in unwind_spec_ehframe() 324 u64 *fde_count) in read_unwind_spec_eh_frame() argument 353 table_data, fde_count); in read_unwind_spec_eh_frame() 455 u64 table_data, segbase, fde_count; in find_proc_info() local 471 if (!read_unwind_spec_eh_frame(dso, ui, &table_data, &segbase, &fde_count)) { in find_proc_info() 478 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info()
|
/linux-6.12.1/arch/arc/kernel/ |
D | unwind.c | 266 unsigned int fde_count; in init_unwind_hdr() member 322 BUILD_BUG_ON(offsetof(typeof(*header), fde_count) in init_unwind_hdr() 323 % __alignof(typeof(header->fde_count))); in init_unwind_hdr() 324 header->fde_count = n; in init_unwind_hdr() 343 WARN_ON(n != header->fde_count); in init_unwind_hdr()
|