fde_count         270 arch/arc/kernel/unwind.c 		unsigned int fde_count;
fde_count         326 arch/arc/kernel/unwind.c 	BUILD_BUG_ON(offsetof(typeof(*header), fde_count)
fde_count         327 arch/arc/kernel/unwind.c 		     % __alignof(typeof(header->fde_count)));
fde_count         328 arch/arc/kernel/unwind.c 	header->fde_count = n;
fde_count         347 arch/arc/kernel/unwind.c 	WARN_ON(n != header->fde_count);
fde_count         251 tools/perf/util/unwind-libunwind-local.c 			       u64 *fde_count)
fde_count         266 tools/perf/util/unwind-libunwind-local.c 	*fde_count  = dw_read_encoded_value(enc, end, hdr.fde_count_enc);
fde_count         274 tools/perf/util/unwind-libunwind-local.c 				     u64 *fde_count)
fde_count         293 tools/perf/util/unwind-libunwind-local.c 					  fde_count);
fde_count         380 tools/perf/util/unwind-libunwind-local.c 	u64 table_data, segbase, fde_count;
fde_count         391 tools/perf/util/unwind-libunwind-local.c 				       &table_data, &segbase, &fde_count)) {
fde_count         398 tools/perf/util/unwind-libunwind-local.c 		di.u.rti.table_len  = fde_count * sizeof(struct table_entry)