Searched refs:VECT_DESTROY (Results 1 – 9 of 9) sorted by relevance
/external/ltrace/ |
D | value_dict.c | 86 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()
|
D | prototype.c | 64 VECT_DESTROY(&proto->params, struct param, ¶m_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()
|
D | lens_enum.c | 54 VECT_DESTROY(&self->entries, struct enum_entry, in enum_lens_destroy_cb()
|
D | vect.h | 147 #define VECT_DESTROY(VECP, ELT_TYPE, DTOR, DATA) \ macro
|
D | type.c | 130 VECT_DESTROY(&info->u.entries, struct struct_field, in type_struct_destroy()
|
D | ltrace-elf.c | 426 VECT_DESTROY(<e->plt_relocs, GElf_Rela, NULL, NULL); in ltelf_destroy()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 143 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/ |
D | plt.c | 162 VECT_DESTROY(<e->arch.plt_map, uint32_t, NULL, NULL); in arch_elf_destroy()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | plt.c | 472 VECT_DESTROY(&v, GElf_Rela, NULL, NULL); in arch_elf_init()
|