Home
last modified time | relevance | path

Searched refs:string_size_p (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfo-utils.c549 static void save_string (char *string, char **string_p, int *string_size_p);
551 int *string_size_p);
589 save_string (char *string, char **string_p, int *string_size_p) in save_string() argument
597 *string_size_p = 0; in save_string()
601 if (strlen (string) >= (unsigned int) *string_size_p) in save_string()
603 (*string_p, (*string_size_p = 1 + strlen (string))); in save_string()
611 saven_string (char *string, int len, char **string_p, int *string_size_p) in saven_string() argument
619 *string_size_p = 0; in saven_string()
623 if (len >= *string_size_p) in saven_string()
624 *string_p = (char *)xrealloc (*string_p, (*string_size_p = 1 + len)); in saven_string()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffgen.c821 coff_fix_symbol_name (abfd, symbol, native, string_size_p, in coff_fix_symbol_name() argument
826 bfd_size_type *string_size_p;
850 (*string_size_p + STRING_SIZE_SIZE);
852 *string_size_p += 6; /* strlen(".file") + 1 */
869 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
871 *string_size_p += name_length + 1;
890 native->u.syment._n._n_n._n_offset = (*string_size_p
893 *string_size_p += name_length + 1;
945 coff_write_symbol (abfd, symbol, native, written, string_size_p, in coff_write_symbol() argument
951 bfd_size_type *string_size_p;
[all …]
DChangeLog-94951663 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoffgen.c774 bfd_size_type *string_size_p, in coff_fix_symbol_name() argument
798 (*string_size_p + STRING_SIZE_SIZE); in coff_fix_symbol_name()
800 *string_size_p += 6; /* strlen(".file") + 1 */ in coff_fix_symbol_name()
815 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name()
817 *string_size_p += name_length + 1; in coff_fix_symbol_name()
835 native->u.syment._n._n_n._n_offset = (*string_size_p in coff_fix_symbol_name()
838 *string_size_p += name_length + 1; in coff_fix_symbol_name()
894 bfd_size_type *string_size_p, in coff_write_symbol() argument
921 coff_fix_symbol_name (abfd, symbol, native, string_size_p, in coff_write_symbol()
970 bfd_size_type *string_size_p, in coff_write_alien_symbol() argument
[all …]
DChangeLog-94951663 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,