#include "defs.h"
#include "bfd.h"
#include "symtab.h"
#include "objfiles.h"
#include "stabsread.h"
#include "mdebugread.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"
Go to the source code of this file.
◆ _initialize_mipsread()
void _initialize_mipsread |
( |
| ) |
|
◆ 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 173 of file mipsread.c.
References alphacoff_locate_sections(), Elfalpha_External_Dyn::d_tag, Elfalpha_External_Dyn::d_un, Elfalpha_External_Dyn::d_val, alphacoff_dynsecinfo::dyninfo_sect, alphacoff_dynsecinfo::got_sect, 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, alphacoff_dynsecinfo::str_sect, and alphacoff_dynsecinfo::sym_sect.
Referenced by mipscoff_symfile_read().
◆ ecoff_sym_fns
Initial value:=
{
NULL,
NULL,
}
static void mipscoff_new_init(struct objfile *ignore)
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)
void default_symfile_offsets(struct objfile *objfile, const section_addr_info &addrs)
symfile_segment_data_up default_symfile_segments(bfd *abfd)
bfd_byte * default_symfile_relocate(struct objfile *objfile, asection *sectp, bfd_byte *buf)
Definition at line 365 of file mipsread.c.