Searched refs:fde_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 234 * encoded_t fde_count; 244 * } binary_search_table[fde_count]; 251 u64 *fde_count) in unwind_spec_ehframe() 266 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); in unwind_spec_ehframe() 274 u64 *fde_count) in read_unwind_spec_eh_frame() 293 fde_count); in read_unwind_spec_eh_frame() 380 u64 table_data, segbase, fde_count; in find_proc_info() local 391 &table_data, &segbase, &fde_count)) { in find_proc_info() 398 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info() 249 unwind_spec_ehframe(struct dso *dso, struct machine *machine, u64 offset, u64 *table_data, u64 *segbase, u64 *fde_count) unwind_spec_ehframe() argument 272 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
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 269 * encoded_t fde_count; 279 * } binary_search_table[fde_count]; 285 u64 offset, u64 *table_data_offset, u64 *fde_count) in unwind_spec_ehframe() 300 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); in unwind_spec_ehframe() 307 u64 *fde_count) in read_unwind_spec_eh_frame() 339 table_data, fde_count); in read_unwind_spec_eh_frame() 436 u64 table_data, segbase, fde_count; in find_proc_info() local 452 if (!read_unwind_spec_eh_frame(dso, ui, &table_data, &segbase, &fde_count)) { in find_proc_info() 459 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info() 284 unwind_spec_ehframe(struct dso *dso, struct machine *machine, u64 offset, u64 *table_data_offset, u64 *fde_count) unwind_spec_ehframe() argument 305 read_unwind_spec_eh_frame(struct dso *dso, struct unwind_info *ui, u64 *table_data, u64 *segbase, u64 *fde_count) read_unwind_spec_eh_frame() argument
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 270 unsigned int fde_count; in init_unwind_hdr() member 326 BUILD_BUG_ON(offsetof(typeof(*header), fde_count) in init_unwind_hdr() 327 % __alignof(typeof(header->fde_count))); in init_unwind_hdr() 328 header->fde_count = n; in init_unwind_hdr() 347 WARN_ON(n != header->fde_count); in init_unwind_hdr()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A 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()
|
Completed in 7 milliseconds