Searched refs:VECT_ELEMENT (Results 1 – 11 of 11) sorted by relevance
/external/ltrace/ |
D | value_dict.c | 124 return VECT_ELEMENT(&dict->numbered, struct value, num); in val_dict_get_num() 133 = VECT_ELEMENT(&dict->named, struct named_value, i); in val_dict_get_name()
|
D | vect.h | 86 #define VECT_ELEMENT(VECP, ELT_TYPE, ELT_NUM) \ macro 92 VECT_ELEMENT(VECP, ELT_TYPE, (VECP)->size - 1)
|
D | lens_enum.c | 109 struct enum_entry *entry = VECT_ELEMENT(&lens->entries, in enum_get()
|
D | type.c | 108 return VECT_ELEMENT(&info->u.entries, struct struct_field, idx)->info; in type_struct_get() 148 = VECT_ELEMENT(&info->u.entries, in layout_struct()
|
D | dict.c | 34 return VECT_ELEMENT(&dict->status, struct status_bits, n); in bitp() 295 memset(VECT_ELEMENT(&tmp.status, struct status_bits, old_size), in rehash()
|
D | lens_default.c | 295 = *VECT_ELEMENT(&pointers, struct value *, i); in format_pointer() 307 struct value **old = VECT_ELEMENT(&pointers, struct value *, i); in format_pointer()
|
D | prototype.c | 91 return VECT_ELEMENT(&proto->params, struct param, n); in prototype_get_nth_param()
|
D | ltrace-elf.c | 819 GElf_Rela *rela = VECT_ELEMENT(<e->plt_relocs, GElf_Rela, i); in populate_plt()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 92 *retp = VECT_ELEMENT(&dirs, const char *, 0); in os_get_config_dirs() 94 *retp = VECT_ELEMENT(&dirs, const char *, in os_get_config_dirs()
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | plt.c | 41 uint32_t i = *VECT_ELEMENT(<e->arch.plt_map, uint32_t, ndx); in arch_plt_sym_val()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | plt.c | 645 GElf_Rela *rela = VECT_ELEMENT(<e->plt_relocs, GElf_Rela, i); in arch_elf_add_func_entry()
|