GDB (xrefs)
|
Public Member Functions | |
setup_sections_data (bfd *abfd) | |
void | setup_one_section (asection *sect) |
Public Attributes | |
struct munmap_list | munmap_list |
Private Attributes | |
bfd * | m_bfd |
CORE_ADDR | m_last_size = 0 |
asection * | m_last_section_first |
unsigned | m_last_prot = -1 |
CORE_ADDR | m_last_max_alignment = -1 |
Definition at line 68 of file compile-object-load.c.
|
inlineexplicit |
Definition at line 70 of file compile-object-load.c.
void setup_sections_data::setup_one_section | ( | asection * | sect | ) |
Definition at line 107 of file compile-object-load.c.
References munmap_list::add(), compile_debug, GDB_MMAP_PROT_EXEC, GDB_MMAP_PROT_READ, GDB_MMAP_PROT_WRITE, gdb_printf(), gdb_stdlog, gdbarch_infcall_mmap(), m_bfd, m_last_max_alignment, m_last_prot, m_last_section_first, m_last_size, paddress(), and target_gdbarch().
Referenced by compile_object_load().
|
private |
Definition at line 87 of file compile-object-load.c.
Referenced by setup_one_section().
|
private |
Definition at line 100 of file compile-object-load.c.
Referenced by setup_one_section().
|
private |
Definition at line 96 of file compile-object-load.c.
Referenced by setup_one_section().
|
private |
Definition at line 93 of file compile-object-load.c.
Referenced by setup_one_section().
|
private |
Definition at line 90 of file compile-object-load.c.
Referenced by setup_one_section().
struct munmap_list setup_sections_data::munmap_list |
Definition at line 82 of file compile-object-load.c.
Referenced by compile_object_load().