Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c168 if (BIT_ISSET(ecp->v_rel, i)) in is_needed_symbol()
220 if (ecp->v_rel == NULL) in is_remove_symbol()
232 if (BIT_ISSET(ecp->v_rel, i)) { in is_remove_symbol()
275 ecp->v_rel = calloc((sc + 7) / 8, 1); in mark_reloc_symbols()
276 if (ecp->v_rel == NULL) in mark_reloc_symbols()
326 BIT_SET(ecp->v_rel, n); in mark_reloc_symbols()
791 if (ecp->v_rel != NULL) { in free_symtab()
792 free(ecp->v_rel); in free_symtab()
793 ecp->v_rel = NULL; in free_symtab()
H A Delfcopy.h245 unsigned char *v_rel; /* symbols needed by relocation. */ member