HomeSort by relevance Sort by last modified time
    Searched refs:VECT_DESTROY (Results 1 - 9 of 9) sorted by null

  /external/ltrace/
value_dict.c 86 VECT_DESTROY(&target->numbered, struct value, value_dtor, NULL);
146 VECT_DESTROY(&dict->numbered, struct value, value_dtor, NULL);
147 VECT_DESTROY(&dict->named, struct named_value, named_value_dtor, NULL);
lens_enum.c 54 VECT_DESTROY(&self->entries, struct enum_entry,
vect.h 143 void vect_destroy(struct vect *vec,
147 #define VECT_DESTROY(VECP, ELT_TYPE, DTOR, DATA) \
152 vect_destroy((VECP), (void (*)(void *, void *))_dtor_callback, \
prototype.c 64 VECT_DESTROY(&proto->params, struct param, &param_destroy_cb, NULL);
167 VECT_DESTROY(&plib->imports, struct prototype *, NULL, NULL);
426 vect_destroy(&legacy_files, NULL, NULL);
432 VECT_DESTROY(&legacy_files, char *, vect_dtor_string, NULL);
type.c 130 VECT_DESTROY(&info->u.entries, struct struct_field,
ltrace-elf.c 426 VECT_DESTROY(&lte->plt_relocs, GElf_Rela, NULL, NULL);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 143 VECT_DESTROY(&dirs, const char *, dict_dtor_string, NULL);
163 VECT_DESTROY(&v, struct opt_F_t, destroy_opt_F_cb, NULL);
  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 162 VECT_DESTROY(&lte->arch.plt_map, uint32_t, NULL, NULL);
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 472 VECT_DESTROY(&v, GElf_Rela, NULL, NULL);
    [all...]

Completed in 52 milliseconds