Home
last modified time | relevance | path

Searched refs:add_string (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/tests/
Delfstrtab.c107 add_string (Elf_Scn *scn, char *str) in add_string() function
182 add_string (scn, ""); in check_elf()
199 shdr->sh_name = add_string (scn, ".strings"); in check_elf()
216 orig_str1_off = add_string (scn, orig_str1); in check_elf()
218 orig_str2_off = add_string (scn, orig_str2); in check_elf()
220 orig_str3_off = add_string (scn, orig_str3); in check_elf()
258 str1_off = add_string (scn, str1); in check_elf()
260 str2_off = add_string (scn, str2); in check_elf()
262 str3_off = add_string (scn, str3); in check_elf()
320 str1_off = add_string (scn, str1); in check_elf()
[all …]
/external/valgrind/coregrind/
Dm_commandline.c46 static void add_string ( XArray* /* of HChar* */xa, HChar* str ) in add_string() function
110 add_string( VG_(args_for_valgrind), tmp ); in add_args_from_string()
193 add_string( tmp_xarray, argv[i] ); in VG_()
206 add_string( VG_(args_for_client), argv[i] ); in VG_()
240 add_string( VG_(args_for_valgrind), in VG_()
Dm_libcproc.c308 static Bool add_string(HChar *buffer, SizeT *buf_size, const HChar *string) in add_string() function
331 if (add_string(buffer, &buf_size, VG_(args_the_exename)) == False) in VG_()
336 if (add_string(buffer, &buf_size, " ") == False) in VG_()
340 if (add_string(buffer, &buf_size, arg) == False) in VG_()
/external/boringssl/src/crypto/conf/
Dconf.c396 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string() function
689 if (add_string(conf, tv, v) == 0) { in def_load_bio()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h958 bool add_string(const char* title, const char* language, const char* country);
Dmkvmuxer.cc1869 bool Chapter::add_string(const char* title, const char* language, in add_string() function in mkvmuxer::Chapter