Home
last modified time | relevance | path

Searched refs:fde_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dunwind-libunwind.c243 u64 *fde_count) in unwind_spec_ehframe() argument
258 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); in unwind_spec_ehframe()
266 u64 *fde_count) in read_unwind_spec_eh_frame() argument
284 fde_count); in read_unwind_spec_eh_frame()
330 u64 table_data, segbase, fde_count; in find_proc_info() local
340 &table_data, &segbase, &fde_count)) { in find_proc_info()
347 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info()
/linux-4.1.27/arch/arc/kernel/
Dunwind.c257 unsigned int fde_count; in setup_unwind_table() member
311 BUILD_BUG_ON(offsetof(typeof(*header), fde_count) in setup_unwind_table()
312 % __alignof(typeof(header->fde_count))); in setup_unwind_table()
313 header->fde_count = n; in setup_unwind_table()
333 WARN_ON(n != header->fde_count); in setup_unwind_table()