Home
last modified time | relevance | path

Searched refs:VECT_ELEMENT (Results 1 – 11 of 11) sorted by relevance

/external/ltrace/
Dvalue_dict.c124 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()
Dvect.h86 #define VECT_ELEMENT(VECP, ELT_TYPE, ELT_NUM) \ macro
92 VECT_ELEMENT(VECP, ELT_TYPE, (VECP)->size - 1)
Dlens_enum.c109 struct enum_entry *entry = VECT_ELEMENT(&lens->entries, in enum_get()
Dtype.c108 return VECT_ELEMENT(&info->u.entries, struct struct_field, idx)->info; in type_struct_get()
148 = VECT_ELEMENT(&info->u.entries, in layout_struct()
Ddict.c34 return VECT_ELEMENT(&dict->status, struct status_bits, n); in bitp()
295 memset(VECT_ELEMENT(&tmp.status, struct status_bits, old_size), in rehash()
Dlens_default.c295 = *VECT_ELEMENT(&pointers, struct value *, i); in format_pointer()
307 struct value **old = VECT_ELEMENT(&pointers, struct value *, i); in format_pointer()
Dprototype.c91 return VECT_ELEMENT(&proto->params, struct param, n); in prototype_get_nth_param()
Dltrace-elf.c819 GElf_Rela *rela = VECT_ELEMENT(&lte->plt_relocs, GElf_Rela, i); in populate_plt()
/external/ltrace/sysdeps/linux-gnu/
Dhooks.c92 *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/
Dplt.c41 uint32_t i = *VECT_ELEMENT(&lte->arch.plt_map, uint32_t, ndx); in arch_plt_sym_val()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c645 GElf_Rela *rela = VECT_ELEMENT(&lte->plt_relocs, GElf_Rela, i); in arch_elf_add_func_entry()