Searched refs:v_grp (Results 1 – 2 of 2) sorted by relevance
172 if (BIT_ISSET(ecp->v_grp, i)) in is_needed_symbol()224 if (ecp->v_grp == NULL) in is_remove_symbol()351 ecp->v_grp = calloc((sc + 7) / 8, 1); in mark_section_group_symbols()352 if (ecp->v_grp == NULL) in mark_section_group_symbols()375 BIT_SET(ecp->v_grp, sh.sh_info); in mark_section_group_symbols()795 if (ecp->v_grp != NULL) { in free_symtab()796 free(ecp->v_grp); in free_symtab()797 ecp->v_grp = NULL; in free_symtab()
246 unsigned char *v_grp; /* symbols referred by section group. */ member