GDB (xrefs)
Public Attributes | List of all members
gdb_bfd_section_data Struct Reference

Public Attributes

bfd_size_type size
 
bfd_size_type map_len
 
void * data
 
void * map_addr
 

Detailed Description

Definition at line 43 of file gdb_bfd.c.

Member Data Documentation

void* gdb_bfd_section_data::data

Definition at line 50 of file gdb_bfd.c.

Referenced by free_one_bfd_section(), and gdb_bfd_map_section().

void* gdb_bfd_section_data::map_addr

Definition at line 52 of file gdb_bfd.c.

Referenced by free_one_bfd_section(), and gdb_bfd_map_section().

bfd_size_type gdb_bfd_section_data::map_len

Definition at line 48 of file gdb_bfd.c.

Referenced by free_one_bfd_section(), and gdb_bfd_map_section().

bfd_size_type gdb_bfd_section_data::size

Definition at line 46 of file gdb_bfd.c.

Referenced by gdb_bfd_map_section().


The documentation for this struct was generated from the following file: