nr_sections 67 tools/objtool/orc_dump.c size_t nr_sections; nr_sections 94 tools/objtool/orc_dump.c if (elf_getshdrnum(elf, &nr_sections)) { nr_sections 104 tools/objtool/orc_dump.c for (i = 0; i < nr_sections; i++) { nr_sections 2983 tools/perf/util/header.c int nr_sections; nr_sections 2996 tools/perf/util/header.c nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); nr_sections 2997 tools/perf/util/header.c if (!nr_sections) nr_sections 3000 tools/perf/util/header.c feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); nr_sections 3004 tools/perf/util/header.c sec_size = sizeof(*feat_sec) * nr_sections; nr_sections 3146 tools/perf/util/header.c int nr_sections; nr_sections 3151 tools/perf/util/header.c nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); nr_sections 3152 tools/perf/util/header.c if (!nr_sections) nr_sections 3155 tools/perf/util/header.c feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); nr_sections 3159 tools/perf/util/header.c sec_size = sizeof(*feat_sec) * nr_sections;