Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A 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()
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
1036 bfd_size_type *string_size_p, in coff_write_native_symbol() argument
[all …]
H A DChangeLog-94951663 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,