Home
last modified time | relevance | path

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

/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.awk30 function add_string(text) { function
72 c1 = add_string($2);
73 c2 = add_string($3);
74 c3 = add_string($4);
/dflybsd-src/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c111 static void add_string(strlst_t **listp, char *str, int nodup);
390 add_string(&srcdirs, argv[i], 1); in add_srcdirs()
468 add_string(&p->links, argv[i], 1); in add_link()
479 add_string(&libs, argv[i], 1); in add_libs()
494 add_string(&libs_so, argv[i], 1); in add_libs_so()
509 add_string(&libs_int, argv[i], 1); in add_libs_int()
520 add_string(&buildopts, argv[i], 0); /* allow duplicates */ in add_buildopts()
530 add_string(&linkopts, argv[i], 0); /* allow duplicates */ in add_linkopts()
568 add_string(&p->objs, argv[i], 1); in add_special()
572 add_string(&p->objpaths, argv[i], 1); in add_special()
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dstringpool.cc150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, in add_string() function in gold::Stringpool_template
293 hk.string = this->add_string(s, length); in add_with_length()
H A Dstringpool.h322 add_string(const Stringpool_char*, size_t);
H A Dlayout.cc5176 odyn->add_string(elfcpp::DT_NEEDED, (*p)->soname()); in finish_dynamic_section()
5183 odyn->add_string(elfcpp::DT_SONAME, soname); in finish_dynamic_section()
5244 odyn->add_string(elfcpp::DT_RPATH, rpath_val); in finish_dynamic_section()
5246 odyn->add_string(elfcpp::DT_RUNPATH, rpath_val); in finish_dynamic_section()
5287 odyn->add_string(elfcpp::DT_FILTER, parameters->options().filter()); in finish_dynamic_section()
5294 odyn->add_string(elfcpp::DT_AUXILIARY, *p); in finish_dynamic_section()
H A Doutput.h2772 add_string(elfcpp::DT tag, const char* str) in add_string() function
2776 add_string(elfcpp::DT tag, const std::string& str) in add_string() function
2777 { this->add_string(tag, str.c_str()); } in add_string()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dstringpool.cc150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, in add_string() function in gold::Stringpool_template
293 hk.string = this->add_string(s, length); in add_with_length()
H A Dstringpool.h322 add_string(const Stringpool_char*, size_t);
H A Ddwp.cc468 add_string(const char* str, size_t len);
1394 new_offset = output_file->add_string(p, len); in add_strings()
1585 Dwp_output_file::add_string(const char* str, size_t len) in add_string() function in gold::Dwp_output_file
H A Dlayout.cc4767 odyn->add_string(elfcpp::DT_NEEDED, (*p)->soname()); in finish_dynamic_section()
4774 odyn->add_string(elfcpp::DT_SONAME, soname); in finish_dynamic_section()
4835 odyn->add_string(elfcpp::DT_RPATH, rpath_val); in finish_dynamic_section()
4837 odyn->add_string(elfcpp::DT_RUNPATH, rpath_val); in finish_dynamic_section()
4878 odyn->add_string(elfcpp::DT_FILTER, parameters->options().filter()); in finish_dynamic_section()
4885 odyn->add_string(elfcpp::DT_AUXILIARY, *p); in finish_dynamic_section()
H A Doutput.h2772 add_string(elfcpp::DT tag, const char* str) in add_string() function
2776 add_string(elfcpp::DT tag, const std::string& str) in add_string() function
2777 { this->add_string(tag, str.c_str()); } in add_string()
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-link.c653 ctf_link_add_strtab (ctf_file_t *fp, ctf_link_strtab_string_f *add_string, in ctf_link_add_strtab() argument
660 while ((str = add_string (&offset, arg)) != NULL) in ctf_link_add_strtab()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c1479 static symint_t add_string (varray_t *, shash_t **, const char *, const char *,
1647 add_string (varray_t *vp, shash_t **hash_tbl, const char *start, in add_string() function
1723 : add_string (&cur_file_ptr->strings, in add_local_symbol()
1911 : add_string (&ext_strings, in add_ext_symbol()
2150 (void) add_string (&tag_strings, in get_tag()
2381 add_string (&file_ptr->strings, in add_file()
/dflybsd-src/contrib/binutils-2.34/gas/
H A Decoff.c1410 static symint_t add_string (varray_t *vp,
1550 add_string (varray_t *vp, /* string obstack */ in add_string() function
1652 : add_string (&cur_file_ptr->strings, in add_ecoff_symbol()
2287 add_string (&fil_ptr->strings, in add_file()
4110 add_string (&fil_ptr->strings, in ecoff_build_symbols()
/dflybsd-src/contrib/binutils-2.27/gas/
H A Decoff.c1410 static symint_t add_string (varray_t *vp,
1550 add_string (varray_t *vp, /* string obstack */ in add_string() function
1652 : add_string (&cur_file_ptr->strings, in add_ecoff_symbol()
2283 add_string (&fil_ptr->strings, in add_file()
4104 add_string (&fil_ptr->strings, in ecoff_build_symbols()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2read.c19755 add_string (htab_t table, struct obstack *cpool, const char *str) in add_string() function
20072 str_off = add_string (str_table, cpool, symtab->data[i]->name); in write_hash_table()