Searched refs:string_length (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | d-demangle.c | 103 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/ |
D | stringpool.h | 39 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()
|
D | stringpool.cc | 216 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()
|
D | merge.cc | 481 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()
|
D | ChangeLog-0815 | 9660 * stringpool.cc (Stringpool_template::string_length): Move 9663 * stringpool.h (string_length): Move out of Stringpool_template.
|
/toolchain/binutils/binutils-2.27/include/som/ |
D | internal.h | 87 unsigned int string_length; member
|
D | aout.h | 101 unsigned char string_length[4]; member
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-rs6000.c | 1798 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()
|