#include "defs.h"
#include "bfd.h"
#include "symtab.h"
#include "objfiles.h"
#include "buildsym.h"
#include "stabsread.h"
#include "coff/sym.h"
#include "coff/internal.h"
#include "coff/ecoff.h"
#include "libcoff.h"
#include "libecoff.h"
#include "elf/common.h"
#include "elf/internal.h"
#include "elf/mips.h"
#include "psymtab.h"
Go to the source code of this file.
◆ _initialize_mipsread()
| void _initialize_mipsread |
( |
void |
| ) |
|
◆ alphacoff_locate_sections()
| static void alphacoff_locate_sections |
( |
bfd * |
ignore_abfd, |
|
|
asection * |
sectp, |
|
|
void * |
sip |
|
) |
| |
|
static |
◆ mipscoff_new_init()
| static void mipscoff_new_init |
( |
struct objfile * |
ignore | ) |
|
|
static |
◆ mipscoff_symfile_finish()
| static void mipscoff_symfile_finish |
( |
struct objfile * |
objfile | ) |
|
|
static |
◆ mipscoff_symfile_init()
| static void mipscoff_symfile_init |
( |
struct objfile * |
objfile | ) |
|
|
static |
◆ mipscoff_symfile_read()
| static void mipscoff_symfile_read |
( |
struct objfile * |
objfile, |
|
|
symfile_add_flags |
symfile_flags |
|
) |
| |
|
static |
◆ read_alphacoff_dynamic_symtab()
Definition at line 177 of file mipsread.c.
References alphacoff_locate_sections(), Elfalpha_External_Dyn::d_tag, Elfalpha_External_Dyn::d_un, Elfalpha_External_Dyn::d_val, do_cleanups(), make_cleanup(), memset(), mst_abs, mst_bss, mst_data, mst_file_bss, mst_file_data, mst_file_text, mst_solib_trampoline, mst_text, name, objfile::obfd, minimal_symbol_reader::record(), Elfalpha_External_Sym::st_info, Elfalpha_External_Sym::st_name, Elfalpha_External_Sym::st_shndx, Elfalpha_External_Sym::st_value, xfree(), and xmalloc().
Referenced by mipscoff_symfile_read().
◆ ecoff_sym_fns
Initial value:=
{
NULL,
NULL,
NULL,
}
struct symfile_segment_data * default_symfile_segments(bfd *abfd)
static void mipscoff_new_init(struct objfile *ignore)
bfd_byte * default_symfile_relocate(struct objfile *objfile, asection *sectp, bfd_byte *buf)
static void mipscoff_symfile_init(struct objfile *objfile)
static void mipscoff_symfile_read(struct objfile *objfile, symfile_add_flags symfile_flags)
static void mipscoff_symfile_finish(struct objfile *objfile)
const struct quick_symbol_functions psym_functions
void default_symfile_offsets(struct objfile *objfile, const struct section_addr_info *addrs)
Definition at line 401 of file mipsread.c.
Referenced by _initialize_mipsread().