Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dstrip.c426 Elf32_Word group_cnt; in handle_elf() member
654 shdr_info[cnt].group_cnt = inner - 1; in handle_elf()
712 --shdr_info[idx].group_cnt; in handle_elf()
713 if ((!is_comdat && shdr_info[idx].group_cnt == 1) in handle_elf()
714 || (is_comdat && shdr_info[idx].group_cnt == 0)) in handle_elf()