Home
last modified time | relevance | path

Searched refs:nr_sections (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/objtool/
H A Dorc_dump.c18 size_t nr_sections; in orc_dump() local
49 if (elf_getshdrnum(elf, &nr_sections)) { in orc_dump()
59 for (i = 0; i < nr_sections; i++) { in orc_dump()
/linux-6.15/tools/perf/util/
H A Dheader.c3589 int nr_sections; in perf_header__adds_write() local
3600 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()
3601 if (!nr_sections) in perf_header__adds_write()
3604 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()
3608 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()
3824 int nr_sections; in perf_header__process_sections() local
3829 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()
3830 if (!nr_sections) in perf_header__process_sections()
3833 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()
3837 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()
/linux-6.15/arch/x86/boot/
H A Dheader.S66 .word section_count # nr_sections