GDB (xrefs)
|
#include "target-section.h"
Public Member Functions | |
target_section (CORE_ADDR addr_, CORE_ADDR end_, struct bfd_section *sect_, void *owner_=nullptr) | |
Public Attributes | |
CORE_ADDR | addr |
CORE_ADDR | endaddr |
struct bfd_section * | the_bfd_section |
void * | owner |
Definition at line 27 of file target-section.h.
|
inline |
Definition at line 29 of file target-section.h.
CORE_ADDR target_section::addr |
Definition at line 39 of file target-section.h.
Referenced by darwin_relocate_section_addresses(), dsbt_relocate_section_addresses(), frv_relocate_section_addresses(), gdb_bfd_scan_elf_dyntag(), nto_relocate_section_addresses(), ppc64_convert_from_func_ptr_addr(), rocm_solib_relocate_section_addresses(), s390_load(), solib_aix_relocate_section_addresses(), solib_target_relocate_section_addresses(), svr4_relocate_section_addresses(), and target_section_by_addr().
CORE_ADDR target_section::endaddr |
Definition at line 41 of file target-section.h.
Referenced by darwin_relocate_section_addresses(), dsbt_relocate_section_addresses(), frv_relocate_section_addresses(), nto_relocate_section_addresses(), rocm_solib_relocate_section_addresses(), solib_aix_relocate_section_addresses(), solib_target_relocate_section_addresses(), svr4_relocate_section_addresses(), and record_btrace_target::xfer_partial().
void* target_section::owner |
Definition at line 51 of file target-section.h.
struct bfd_section* target_section::the_bfd_section |
Definition at line 44 of file target-section.h.
Referenced by gdb_bfd_scan_elf_dyntag(), memory_xfer_partial_1(), nto_relocate_section_addresses(), ppc64_convert_from_func_ptr_addr(), remote_target::remote_xfer_live_readonly_partial(), s390_load(), solib_aix_relocate_section_addresses(), solib_target_relocate_section_addresses(), svr4_relocate_section_addresses(), and record_btrace_target::xfer_partial().