Home
last modified time | relevance | path

Searched refs:VECT_PUSHBACK (Results 1 – 12 of 12) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dhooks.c52 && VECT_PUSHBACK(dirs, &dir) < 0) in add_dir()
137 if (VECT_PUSHBACK(&dirs, &delim) < 0) { in os_get_config_dirs()
171 if (VECT_PUSHBACK(&dirs, &delim) < 0) in os_get_config_dirs()
208 if (VECT_PUSHBACK(retp, &homepath) < 0 in os_get_ltrace_conf_filenames()
209 || VECT_PUSHBACK(retp, &syspath) < 0) in os_get_ltrace_conf_filenames()
/external/ltrace/
Dvalue_dict.c96 return VECT_PUSHBACK(&dict->numbered, val); in val_dict_push_next()
106 if (VECT_PUSHBACK(&dict->named, &element) < 0) { in val_dict_push_named()
Dlens_enum.c152 return VECT_PUSHBACK(&lens->entries, &entry); in lens_enum_add()
Dvect.h129 #define VECT_PUSHBACK(VECP, ELTP) \ macro
Dsummary.c78 if (VECT_PUSHBACK(&data->entries, &entry) < 0) in fill_struct()
Dprototype.c70 return VECT_PUSHBACK(&proto->params, param); in prototype_push_param()
208 return VECT_PUSHBACK(&plib->imports, &import) < 0 ? -1 : 0; in protolib_add_import()
Doptions.c471 if (VECT_PUSHBACK(vec, &arg) < 0) in parse_colon_separated_list()
Dtype.c101 return VECT_PUSHBACK(&info->u.entries, &field); in type_struct_add()
Dlens_default.c321 if (VECT_PUSHBACK(&pointers, &value) < 0) in format_pointer()
Dltrace-elf.c530 if (VECT_PUSHBACK(rela_vec, &rela) < 0) in elf_read_relocs()
/external/ltrace/sysdeps/linux-gnu/x86/
Dplt.c150 if (VECT_PUSHBACK(&lte->arch.plt_map, &reloc_arg) < 0) { in arch_elf_init()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c427 && VECT_PUSHBACK(&lte->plt_relocs, rela) < 0); in reloc_copy_if_irelative()