Home
last modified time | relevance | path

Searched refs:string_length (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dd-demangle.c103 string_length (string *s) in string_length() function
115 if (n - string_length (s) < 0) in string_setlength()
366 szattr = string_length (&attr); in dlang_function_type()
370 szargs = string_length (&args); in dlang_function_type()
374 sztype = string_length (&type); in dlang_function_type()
530 sztype = string_length (&type); in dlang_type()
569 szmods = string_length (&mods); in dlang_type()
723 int saved = string_length (decl); in dlang_identifier()
805 string_setlength (decl, string_length (decl) - 1); in dlang_identifier()
816 string_setlength (decl, string_length (decl) - 1); in dlang_identifier()
[all …]
/toolchain/binutils/binutils-2.27/gold/
Dstringpool.h39 string_length(const Char_type* p) in string_length() function
52 string_length(const char* p) in string_length() function
350 : string(s), length(string_length(s)), hash_code(string_hash(s, length)) in Hashkey()
Dstringpool.cc216 return this->add_with_length(s, string_length(s), copy, pkey); in add()
453 return this->get_offset_with_length(s, string_length(s)); in get_offset()
Dmerge.cc481 size_t len = string_length(pt); in do_add_input_section()
502 size_t len = p < pend0 ? string_length(p) : pend - p; in do_add_input_section()
DChangeLog-08159660 * stringpool.cc (Stringpool_template::string_length): Move
9663 * stringpool.h (string_length): Move out of Stringpool_template.
/toolchain/binutils/binutils-2.27/include/som/
Dinternal.h87 unsigned int string_length; member
Daout.h101 unsigned char string_length[4]; member
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-rs6000.c1798 size_t string_length; in xcoff_write_armap_big() local
1813 string_length = strlen (*map[i].name) + 1; in xcoff_write_armap_big()
1817 str_64 += string_length; in xcoff_write_armap_big()
1822 str_32 += string_length; in xcoff_write_armap_big()
1930 string_length = sprintf (st, "%s", *map[i].name); in xcoff_write_armap_big()
1931 st += string_length + 1; in xcoff_write_armap_big()
2010 string_length = sprintf (st, "%s", *map[i].name); in xcoff_write_armap_big()
2011 st += string_length + 1; in xcoff_write_armap_big()