GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/elfread.c File Reference
#include "defs.h"
#include "bfd.h"
#include "gdb_string.h"
#include "elf-bfd.h"
#include "elf/common.h"
#include "elf/internal.h"
#include "elf/mips.h"
#include "symtab.h"
#include "symfile.h"
#include "objfiles.h"
#include "buildsym.h"
#include "stabsread.h"
#include "gdb-stabs.h"
#include "complaints.h"
#include "demangle.h"
#include "psympriv.h"
#include "filenames.h"
#include "probe.h"
#include "arch-utils.h"
#include "gdbtypes.h"
#include "value.h"
#include "infcall.h"
#include "gdbthread.h"
#include "regcache.h"
#include "bcache.h"
#include "gdb_bfd.h"
#include "build-id.h"

Go to the source code of this file.

Defines

#define SYMBOL_GOT_PLT_SUFFIX   "@got.plt"
#define ST_REGULAR   0
#define ST_DYNAMIC   1
#define ST_SYNTHETIC   2

Functions

void _initialize_elfread (void)
void elfstab_offset_sections (struct objfile *objfile, struct partial_symtab *pst)

Define Documentation

#define ST_DYNAMIC   1

Definition at line 231 of file elfread.c.

#define ST_REGULAR   0

Definition at line 230 of file elfread.c.

#define ST_SYNTHETIC   2

Definition at line 232 of file elfread.c.

#define SYMBOL_GOT_PLT_SUFFIX   "@got.plt"

Definition at line 78 of file elfread.c.


Function Documentation

void _initialize_elfread ( void  )
void elfstab_offset_sections ( struct objfile objfile,
struct partial_symtab pst 
)

Definition at line 1426 of file elfread.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines