Searched refs:string_length (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | d-demangle.c | 104 string_length (string *s) in string_length() function 116 if (n - string_length (s) < 0) in string_setlength() 300 szattr = string_length (&attr); in dlang_function_type() 304 szargs = string_length (&args); in dlang_function_type() 308 sztype = string_length (&type); in dlang_function_type() 456 sztype = string_length (&type); in dlang_type() 657 string_setlength (decl, string_length (decl) - 1); in dlang_identifier() 665 string_setlength (decl, string_length (decl) - 1); in dlang_identifier() 673 string_setlength (decl, string_length (decl) - 1); in dlang_identifier() 681 string_setlength (decl, string_length (decl) - 1); in dlang_identifier() [all …]
|
/toolchain/binutils/binutils-2.25/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() 452 return this->get_offset_with_length(s, string_length(s)); in get_offset()
|
D | merge.cc | 545 size_t len = string_length(pt); in do_add_input_section() 566 size_t len = p < pend0 ? string_length(p) : pend - p; in do_add_input_section()
|
D | ChangeLog | 8243 * stringpool.cc (Stringpool_template::string_length): Move 8246 * stringpool.h (string_length): Move out of Stringpool_template.
|
/toolchain/binutils/binutils-2.25/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.25/bfd/ |
D | coff-rs6000.c | 1826 size_t string_length; in xcoff_write_armap_big() local 1841 string_length = strlen (*map[i].name) + 1; in xcoff_write_armap_big() 1845 str_64 += string_length; in xcoff_write_armap_big() 1850 str_32 += string_length; in xcoff_write_armap_big() 1958 string_length = sprintf (st, "%s", *map[i].name); in xcoff_write_armap_big() 1959 st += string_length + 1; in xcoff_write_armap_big() 2038 string_length = sprintf (st, "%s", *map[i].name); in xcoff_write_armap_big() 2039 st += string_length + 1; in xcoff_write_armap_big()
|
D | som.c | 1870 bfd_putb32 (src->string_length, dst->string_length); in som_swap_string_auxhdr_out() 5594 obj_som_version_hdr (abfd)->string_length = len; in bfd_som_attach_aux_hdr() 5611 obj_som_copyright_hdr (abfd)->string_length = len; in bfd_som_attach_aux_hdr()
|