#include <stddef.h>#include "abi_properties_gen.h"#include "targ_isa_registers.h"

Go to the source code of this file.
Functions/Subroutines | |
| static void | pr1_abi (void) |
| main () | |
Variables | |
| static ABI_PROPERTY | allocatable |
| static ABI_PROPERTY | callee |
| static ABI_PROPERTY | caller |
| static ABI_PROPERTY | func_arg |
| static ABI_PROPERTY | func_val |
| static ABI_PROPERTY | stack_ptr |
| static ABI_PROPERTY | frame_ptr |
| static ABI_PROPERTY | static_link |
| static ABI_PROPERTY | zloop |
| static ABI_PROPERTY | global_ptr |
| static ABI_PROPERTY | entry_ptr |
| static ABI_PROPERTY | ret_addr |
| static ABI_PROPERTY | loop_count |
| main | ( | void | ) |
Definition at line 181 of file abi_properties.cxx.
References ABI_Properties_Begin(), ABI_Properties_End(), allocatable, Begin_ABI(), callee, caller, Create_Reg_Property(), entry_ptr, frame_ptr, func_arg, func_val, global_ptr, loop_count, pr1_abi(), ret_addr, stack_ptr, and static_link.
Definition at line 85 of file abi_properties.cxx.
References allocatable, callee, caller, entry_ptr, frame_ptr, func_arg, func_val, global_ptr, loop_count, Reg_Property(), ret_addr, stack_ptr, and static_link.
Referenced by main().
ABI_PROPERTY allocatable [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY callee [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY caller [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY entry_ptr [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY frame_ptr [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY func_arg [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY func_val [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY global_ptr [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY loop_count [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY ret_addr [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY stack_ptr [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY static_link [static] |
Definition at line 59 of file abi_properties.cxx.
ABI_PROPERTY zloop [static] |
Definition at line 59 of file abi_properties.cxx.
1.5.6