Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Dorc_dump.c73 size_t nr_sections; in orc_dump() local
107 if (elf_getshdrnum(elf, &nr_sections)) { in orc_dump()
117 for (i = 0; i < nr_sections; i++) { in orc_dump()
/openbmc/qemu/hw/i386/
H A Dsgx-epc.c86 sgx_epc->nr_sections + 1); in sgx_epc_realize()
87 sgx_epc->sections[sgx_epc->nr_sections++] = epc; in sgx_epc_realize()
H A Dsgx.c131 for (j = 0; j < pcms->sgx_epc.nr_sections; j++) { in sgx_epc_reset()
284 if (!pcms || pcms->sgx_epc.size == 0 || pcms->sgx_epc.nr_sections <= section_nr) { in sgx_epc_get_section()
/openbmc/qemu/include/hw/i386/
H A Dsgx-epc.h58 int nr_sections; member
/openbmc/linux/tools/perf/util/
H A Dheader.c3589 int nr_sections; in perf_header__adds_write() local
3602 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()
3603 if (!nr_sections) in perf_header__adds_write()
3606 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()
3610 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()
3790 int nr_sections; in perf_header__process_sections() local
3795 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()
3796 if (!nr_sections) in perf_header__process_sections()
3799 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()
3803 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()
/openbmc/linux/arch/x86/boot/
H A Dheader.S66 .word section_count # nr_sections