/external/valgrind/coregrind/ |
m_commandline.c | 46 static void add_string ( XArray* /* of HChar* */xa, HChar* str ) function 110 add_string( VG_(args_for_valgrind), tmp ); 193 add_string( tmp_xarray, argv[i] ); 206 add_string( VG_(args_for_client), argv[i] ); 240 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...] |
/ndk/sources/host-tools/make-3.81/ |
strcache.c | 58 add_string(const char *str, int len) function 128 key = add_string (str, len);
|
/external/boringssl/src/crypto/conf/ |
conf.c | 382 static int add_string(const CONF *conf, CONF_VALUE *section, function 675 if (add_string(conf, tv, v) == 0) {
|
/toolchain/binutils/binutils-2.25/gold/ |
stringpool.cc | 150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, function in class:gold::Stringpool_template 294 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 | 2584 add_string(elfcpp::DT tag, const char* str) function in class:gold::Output_data_dynamic 2588 add_string(elfcpp::DT tag, const std::string& str) function in class:gold::Output_data_dynamic [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 1205 bool Chapter::add_string(const char* title, const char* language, function in class:mkvmuxer::Chapter [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 1141 bool Chapter::add_string(const char* title, function in class:mkvmuxer::Chapter [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 1550 add_string (varray_t *vp, \/* string obstack *\/ function [all...] |