Home
last modified time | relevance | path

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

/external/ltrace/
Dvalue_dict.c86 VECT_DESTROY(&target->numbered, struct value, value_dtor, NULL); in val_dict_clone()
146 VECT_DESTROY(&dict->numbered, struct value, value_dtor, NULL); in val_dict_destroy()
147 VECT_DESTROY(&dict->named, struct named_value, named_value_dtor, NULL); in val_dict_destroy()
Dprototype.c64 VECT_DESTROY(&proto->params, struct param, &param_destroy_cb, NULL); in prototype_destroy()
167 VECT_DESTROY(&plib->imports, struct prototype *, NULL, NULL); in protolib_destroy()
432 VECT_DESTROY(&legacy_files, char *, vect_dtor_string, NULL); in add_ltrace_conf()
Dlens_enum.c54 VECT_DESTROY(&self->entries, struct enum_entry, in enum_lens_destroy_cb()
Dvect.h147 #define VECT_DESTROY(VECP, ELT_TYPE, DTOR, DATA) \ macro
Dtype.c130 VECT_DESTROY(&info->u.entries, struct struct_field, in type_struct_destroy()
Dltrace-elf.c426 VECT_DESTROY(&lte->plt_relocs, GElf_Rela, NULL, NULL); in ltelf_destroy()
/external/ltrace/sysdeps/linux-gnu/
Dhooks.c143 VECT_DESTROY(&dirs, const char *, dict_dtor_string, NULL); in os_get_config_dirs()
163 VECT_DESTROY(&v, struct opt_F_t, destroy_opt_F_cb, NULL); in os_get_config_dirs()
/external/ltrace/sysdeps/linux-gnu/x86/
Dplt.c162 VECT_DESTROY(&lte->arch.plt_map, uint32_t, NULL, NULL); in arch_elf_destroy()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c472 VECT_DESTROY(&v, GElf_Rela, NULL, NULL); in arch_elf_init()