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

  /external/ltrace/sysdeps/linux-gnu/
hooks.c 52 && VECT_PUSHBACK(dirs, &dir) < 0)
137 if (VECT_PUSHBACK(&dirs, &delim) < 0) {
171 if (VECT_PUSHBACK(&dirs, &delim) < 0)
208 if (VECT_PUSHBACK(retp, &homepath) < 0
209 || VECT_PUSHBACK(retp, &syspath) < 0)
  /external/ltrace/
value_dict.c 96 return VECT_PUSHBACK(&dict->numbered, val);
106 if (VECT_PUSHBACK(&dict->named, &element) < 0) {
lens_enum.c 152 return VECT_PUSHBACK(&lens->entries, &entry);
summary.c 78 if (VECT_PUSHBACK(&data->entries, &entry) < 0)
vect.h 97 int vect_pushback(struct vect *vec, void *eltp);
127 * vect_pushback for details. In addition, make a check whether VECP
129 #define VECT_PUSHBACK(VECP, ELTP) \
131 vect_pushback((VECP), (ELTP)))
prototype.c 70 return VECT_PUSHBACK(&proto->params, param);
208 return VECT_PUSHBACK(&plib->imports, &import) < 0 ? -1 : 0;
options.c 471 if (VECT_PUSHBACK(vec, &arg) < 0)
lens_default.c 321 if (VECT_PUSHBACK(&pointers, &value) < 0)
type.c 101 return VECT_PUSHBACK(&info->u.entries, &field);
ltrace-elf.c 530 if (VECT_PUSHBACK(rela_vec, &rela) < 0)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 150 if (VECT_PUSHBACK(&lte->arch.plt_map, &reloc_arg) < 0) {
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 427 && VECT_PUSHBACK(&lte->plt_relocs, rela) < 0);
    [all...]

Completed in 118 milliseconds