Searched refs:fde_count (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
H A D | unwind-libunwind.c | 226 * encoded_t fde_count; 236 * } binary_search_table[fde_count]; 243 u64 *fde_count) unwind_spec_ehframe() 258 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); unwind_spec_ehframe() 266 u64 *fde_count) read_unwind_spec_eh_frame() 285 fde_count); read_unwind_spec_eh_frame() 332 u64 table_data, segbase, fde_count; find_proc_info() local 343 &table_data, &segbase, &fde_count)) { find_proc_info() 350 di.u.rti.table_len = fde_count * sizeof(struct table_entry) find_proc_info() 241 unwind_spec_ehframe(struct dso *dso, struct machine *machine, u64 offset, u64 *table_data, u64 *segbase, u64 *fde_count) unwind_spec_ehframe() argument 264 read_unwind_spec_eh_frame(struct dso *dso, struct machine *machine, u64 *table_data, u64 *segbase, u64 *fde_count) read_unwind_spec_eh_frame() argument
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | unwind.c | 276 unsigned int fde_count; init_unwind_hdr() member in struct:__anon152 332 BUILD_BUG_ON(offsetof(typeof(*header), fde_count) init_unwind_hdr() 333 % __alignof(typeof(header->fde_count))); init_unwind_hdr() 334 header->fde_count = n; init_unwind_hdr() 354 WARN_ON(n != header->fde_count); init_unwind_hdr()
|
Completed in 84 milliseconds