Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c433 Elf32_Word group_cnt; in handle_elf() member
690 shdr_info[cnt].group_cnt = inner - 1; in handle_elf()
750 --shdr_info[idx].group_cnt; in handle_elf()
751 if ((!is_comdat && shdr_info[idx].group_cnt == 1) in handle_elf()
752 || (is_comdat && shdr_info[idx].group_cnt == 0)) in handle_elf()