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

  /external/ltrace/
value_dict.c 124 return VECT_ELEMENT(&dict->numbered, struct value, num);
133 = VECT_ELEMENT(&dict->named, struct named_value, i);
vect.h 86 #define VECT_ELEMENT(VECP, ELT_TYPE, ELT_NUM) \
92 VECT_ELEMENT(VECP, ELT_TYPE, (VECP)->size - 1)
lens_enum.c 109 struct enum_entry *entry = VECT_ELEMENT(&lens->entries,
dict.c 34 return VECT_ELEMENT(&dict->status, struct status_bits, n);
295 memset(VECT_ELEMENT(&tmp.status, struct status_bits, old_size),
lens_default.c 295 = *VECT_ELEMENT(&pointers, struct value *, i);
307 struct value **old = VECT_ELEMENT(&pointers, struct value *, i);
type.c 108 return VECT_ELEMENT(&info->u.entries, struct struct_field, idx)->info;
148 = VECT_ELEMENT(&info->u.entries,
prototype.c 91 return VECT_ELEMENT(&proto->params, struct param, n);
ltrace-elf.c 819 GElf_Rela *rela = VECT_ELEMENT(&lte->plt_relocs, GElf_Rela, i);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 92 *retp = VECT_ELEMENT(&dirs, const char *, 0);
94 *retp = VECT_ELEMENT(&dirs, const char *,
  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 41 uint32_t i = *VECT_ELEMENT(&lte->arch.plt_map, uint32_t, ndx);
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 645 GElf_Rela *rela = VECT_ELEMENT(&lte->plt_relocs, GElf_Rela, i);
    [all...]

Completed in 898 milliseconds