Searched refs:nr_sections (Results 1 – 6 of 6) sorted by relevance
73 size_t nr_sections; in orc_dump() local107 if (elf_getshdrnum(elf, &nr_sections)) { in orc_dump()117 for (i = 0; i < nr_sections; i++) { in orc_dump()
86 sgx_epc->nr_sections + 1); in sgx_epc_realize()87 sgx_epc->sections[sgx_epc->nr_sections++] = epc; in sgx_epc_realize()
131 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()
58 int nr_sections; member
3589 int nr_sections; in perf_header__adds_write() local3602 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() local3795 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()
66 .word section_count # nr_sections