HomeSort by relevance Sort by last modified time
    Searched full:group_cnt (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
strip.c 400 Elf32_Word group_cnt; member in struct:shdr_info
626 shdr_info[cnt].group_cnt = inner - 1;
683 --shdr_info[idx].group_cnt;
684 if ((!is_comdat && shdr_info[idx].group_cnt == 1)
685 || (is_comdat && shdr_info[idx].group_cnt == 0))
    [all...]

Completed in 67 milliseconds