HomeSort by relevance Sort by last modified time
    Searched defs:add_string (Results 1 - 9 of 9) sorted by null

  /external/valgrind/coregrind/
m_commandline.c 46 static void add_string ( XArray* /* of HChar* */xa, HChar* str ) function
112 add_string( VG_(args_for_valgrind), tmp );
195 add_string( tmp_xarray, argv[i] );
208 add_string( VG_(args_for_client), argv[i] );
243 add_string( VG_(args_for_valgrind),
m_libcproc.c 308 static Bool add_string(HChar *buffer, SizeT *buf_size, const HChar *string) function
331 if (add_string(buffer, &buf_size, VG_(args_the_exename)) == False)
336 if (add_string(buffer, &buf_size, " ") == False)
340 if (add_string(buffer, &buf_size, arg) == False)
    [all...]
  /external/elfutils/tests/
elfstrtab.c 34 /* Index of last string added. Returned by add_string (). */
107 add_string (Elf_Scn *scn, char *str) function
126 printf ("add_string: '%s', stridx: %zd, lastidx: %zd\n",
182 add_string (scn, "");
199 shdr->sh_name = add_string (scn, ".strings");
216 orig_str1_off = add_string (scn, orig_str1);
218 orig_str2_off = add_string (scn, orig_str2);
220 orig_str3_off = add_string (scn, orig_str3);
258 str1_off = add_string (scn, str1);
260 str2_off = add_string (scn, str2)
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
stringpool.cc 150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, function in class:gold::Stringpool_template
293 hk.string = this->add_string(s, length);
dwp.cc 468 add_string(const char* str, size_t len);
1585 Dwp_output_file::add_string(const char* str, size_t len) function in class:gold::Dwp_output_file
    [all...]
output.h 3106 add_string(elfcpp::DT tag, const char* str) function in class:gold::Output_data_dynamic
3110 add_string(elfcpp::DT tag, const std::string& str) function in class:gold::Output_data_dynamic
    [all...]
  /external/boringssl/src/crypto/conf/
conf.c 396 static int add_string(const CONF *conf, CONF_VALUE *section, function
689 if (add_string(conf, tv, v) == 0) {
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 1874 bool Chapter::add_string(const char* title, const char* language, function in class:mkvmuxer::Chapter
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 1550 add_string (varray_t *vp, \/* string obstack *\/ function
    [all...]

Completed in 1103 milliseconds