Home
last modified time | relevance | path

Searched refs:debug_string_section_p (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c822 debug_string_section_p, debug_string_size_p) in coff_fix_symbol_name() argument
827 asection **debug_string_section_p;
906 if (*debug_string_section_p == (asection *) NULL)
907 *debug_string_section_p = bfd_get_section_by_name (abfd, ".debug");
915 *debug_string_section_p,
920 *debug_string_section_p,
946 debug_string_section_p, debug_string_size_p) in coff_write_symbol() argument
952 asection **debug_string_section_p;
984 debug_string_section_p, debug_string_size_p);
1032 debug_string_section_p, debug_string_size_p) in coff_write_alien_symbol() argument
[all …]
H A DChangeLog-94951663 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c775 asection **debug_string_section_p, in coff_fix_symbol_name() argument
851 if (*debug_string_section_p == (asection *) NULL) in coff_fix_symbol_name()
852 *debug_string_section_p = bfd_get_section_by_name (abfd, ".debug"); in coff_fix_symbol_name()
860 *debug_string_section_p, in coff_fix_symbol_name()
865 *debug_string_section_p, in coff_fix_symbol_name()
895 asection **debug_string_section_p, in coff_write_symbol() argument
922 debug_string_section_p, debug_string_size_p); in coff_write_symbol()
971 asection **debug_string_section_p, in coff_write_alien_symbol() argument
1027 debug_string_section_p, debug_string_size_p); in coff_write_alien_symbol()
1037 asection **debug_string_section_p, in coff_write_native_symbol() argument
[all …]
H A DChangeLog-94951663 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,