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 40 of file gdb_bfd.c.

Member Data Documentation

◆ data

void* gdb_bfd_section_data::data

Definition at line 47 of file gdb_bfd.c.

Referenced by free_one_bfd_section(), and gdb_bfd_map_section().

◆ map_addr

void* gdb_bfd_section_data::map_addr

Definition at line 49 of file gdb_bfd.c.

Referenced by free_one_bfd_section(), and gdb_bfd_map_section().

◆ map_len

bfd_size_type gdb_bfd_section_data::map_len

Definition at line 45 of file gdb_bfd.c.

Referenced by free_one_bfd_section(), and gdb_bfd_map_section().

◆ size

bfd_size_type gdb_bfd_section_data::size

Definition at line 43 of file gdb_bfd.c.

Referenced by gdb_bfd_map_section().


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