GDB (xrefs)
|
#include "gdbtypes.h"
Classes | |
struct | call_site_parameter |
Public Attributes | |
CORE_ADDR | pc |
struct call_site * | tail_call_next |
struct { | |
union field_location loc | |
} | target |
unsigned | parameter_count |
struct dwarf2_per_cu_data * | per_cu |
struct call_site::call_site_parameter | parameter [1] |
Definition at line 949 of file gdbtypes.h.
union field_location call_site::loc |
Definition at line 962 of file gdbtypes.h.
Referenced by dwarf_expr_reg_to_entry_parameter(), and read_call_site_scope().
unsigned call_site::parameter_count |
Definition at line 970 of file gdbtypes.h.
Referenced by dwarf_expr_reg_to_entry_parameter(), and read_call_site_scope().
Definition at line 953 of file gdbtypes.h.
Referenced by call_site_find_chain_1(), call_site_to_target_addr(), pretend_pc(), read_call_site_scope(), and tailcall_dump().
struct dwarf2_per_cu_data* call_site::per_cu |
Definition at line 974 of file gdbtypes.h.
Referenced by dwarf_expr_reg_to_entry_parameter(), and read_call_site_scope().
struct call_site* call_site::tail_call_next |
Definition at line 956 of file gdbtypes.h.
Referenced by call_site_find_chain_1(), func_verify_no_selftailcall(), and read_call_site_scope().
struct { ... } call_site::target |
Referenced by call_site_to_target_addr(), and read_call_site_scope().