Line 320... |
Line 320... |
(bfd *, int *);
|
(bfd *, int *);
|
extern void coff_mangle_symbols
|
extern void coff_mangle_symbols
|
(bfd *);
|
(bfd *);
|
extern bfd_boolean coff_write_symbols
|
extern bfd_boolean coff_write_symbols
|
(bfd *);
|
(bfd *);
|
|
extern bfd_boolean coff_write_alien_symbol
|
|
(bfd *, asymbol *, struct internal_syment *, bfd_vma *,
|
|
bfd_size_type *, asection **, bfd_size_type *);
|
extern bfd_boolean coff_write_linenumbers
|
extern bfd_boolean coff_write_linenumbers
|
(bfd *);
|
(bfd *);
|
extern alent *coff_get_lineno
|
extern alent *coff_get_lineno
|
(bfd *, asymbol *);
|
(bfd *, asymbol *);
|
extern asymbol *coff_section_symbol
|
extern asymbol *coff_section_symbol
|
Line 349... |
Line 352... |
extern asymbol *coff_bfd_make_debug_symbol
|
extern asymbol *coff_bfd_make_debug_symbol
|
(bfd *, void *, unsigned long);
|
(bfd *, void *, unsigned long);
|
extern bfd_boolean coff_find_nearest_line
|
extern bfd_boolean coff_find_nearest_line
|
(bfd *, asection *, asymbol **, bfd_vma, const char **,
|
(bfd *, asection *, asymbol **, bfd_vma, const char **,
|
const char **, unsigned int *);
|
const char **, unsigned int *);
|
|
struct dwarf_debug_section;
|
|
extern bfd_boolean coff_find_nearest_line_with_names
|
|
(bfd *, const struct dwarf_debug_section *, asection *, asymbol **,
|
|
bfd_vma, const char **, const char **, unsigned int *);
|
extern bfd_boolean coff_find_inliner_info
|
extern bfd_boolean coff_find_inliner_info
|
(bfd *, const char **, const char **, unsigned int *);
|
(bfd *, const char **, const char **, unsigned int *);
|
extern int coff_sizeof_headers
|
extern int coff_sizeof_headers
|
(bfd *, struct bfd_link_info *);
|
(bfd *, struct bfd_link_info *);
|
extern bfd_boolean bfd_coff_reloc16_relax_section
|
extern bfd_boolean bfd_coff_reloc16_relax_section
|