Searched refs:VECT_PUSHBACK (Results 1 – 12 of 12) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 52 && 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/ |
D | value_dict.c | 96 return VECT_PUSHBACK(&dict->numbered, val); in val_dict_push_next() 106 if (VECT_PUSHBACK(&dict->named, &element) < 0) { in val_dict_push_named()
|
D | lens_enum.c | 152 return VECT_PUSHBACK(&lens->entries, &entry); in lens_enum_add()
|
D | vect.h | 129 #define VECT_PUSHBACK(VECP, ELTP) \ macro
|
D | summary.c | 78 if (VECT_PUSHBACK(&data->entries, &entry) < 0) in fill_struct()
|
D | prototype.c | 70 return VECT_PUSHBACK(&proto->params, param); in prototype_push_param() 208 return VECT_PUSHBACK(&plib->imports, &import) < 0 ? -1 : 0; in protolib_add_import()
|
D | options.c | 471 if (VECT_PUSHBACK(vec, &arg) < 0) in parse_colon_separated_list()
|
D | type.c | 101 return VECT_PUSHBACK(&info->u.entries, &field); in type_struct_add()
|
D | lens_default.c | 321 if (VECT_PUSHBACK(&pointers, &value) < 0) in format_pointer()
|
D | ltrace-elf.c | 530 if (VECT_PUSHBACK(rela_vec, &rela) < 0) in elf_read_relocs()
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | plt.c | 150 if (VECT_PUSHBACK(<e->arch.plt_map, &reloc_arg) < 0) { in arch_elf_init()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | plt.c | 427 && VECT_PUSHBACK(<e->plt_relocs, rela) < 0); in reloc_copy_if_irelative()
|