#include <ldexp.h>

Data Fields | |
| node_type | type |
| type { | |
| node_type type | |
| union etree_union * lhs | |
| union etree_union * rhs | |
| } | binary |
| type { | |
| node_type type | |
| union etree_union * cond | |
| union etree_union * lhs | |
| union etree_union * rhs | |
| } | trinary |
| type { | |
| node_type type | |
| const char * dst | |
| union etree_union * src | |
| } | assign |
| type { | |
| node_type type | |
| union etree_union * child | |
| } | unary |
| type { | |
| node_type type | |
| const char * name | |
| } | name |
| type { | |
| node_type type | |
| bfd_vma value | |
| char * str | |
| } | value |
| type { | |
| node_type type | |
| asection * section | |
| bfd_vma value | |
| } | rel |
| type { | |
| node_type type | |
| union etree_union * child | |
| const char * message | |
| } | assert_s |
Definition at line 55 of file ldexp.h.
Definition at line 56 of file ldexp.h.
Referenced by exp_assert(), exp_assop(), exp_binop(), exp_fold_tree(), exp_init_os(), exp_print_tree(), exp_provide(), exp_trinop(), exp_unop(), fold_binary(), fold_name(), fold_unary(), lang_add_data(), lang_insert_orphan(), print_assignment(), and print_data_statement().
union etree_union* etree_union::lhs [write] |
Definition at line 59 of file ldexp.h.
Referenced by exp_binop(), exp_init_os(), exp_print_tree(), exp_trinop(), fold_binary(), and fold_trinary().
union etree_union* etree_union::rhs [write] |
Definition at line 60 of file ldexp.h.
Referenced by exp_binop(), exp_init_os(), exp_print_tree(), exp_trinop(), fold_binary(), and fold_trinary().
| struct { ... } etree_union::binary |
Referenced by exp_binop(), exp_init_os(), exp_print_tree(), and fold_binary().
union etree_union* etree_union::cond [write] |
Definition at line 64 of file ldexp.h.
Referenced by exp_init_os(), exp_print_tree(), exp_trinop(), and fold_trinary().
| struct { ... } etree_union::trinary |
Referenced by exp_init_os(), exp_print_tree(), exp_trinop(), and fold_trinary().
| const char* etree_union::dst |
Definition at line 70 of file ldexp.h.
Referenced by exp_assop(), exp_fold_tree(), exp_print_tree(), exp_provide(), lang_insert_orphan(), and print_assignment().
union etree_union* etree_union::src [write] |
Definition at line 71 of file ldexp.h.
Referenced by exp_assop(), exp_fold_tree(), exp_init_os(), exp_print_tree(), exp_provide(), and print_assignment().
| struct { ... } etree_union::assign |
Referenced by exp_assop(), exp_fold_tree(), exp_init_os(), exp_print_tree(), exp_provide(), lang_insert_orphan(), and print_assignment().
union etree_union* etree_union::child [write] |
Definition at line 75 of file ldexp.h.
Referenced by exp_assert(), exp_fold_tree(), exp_init_os(), exp_print_tree(), exp_unop(), fold_unary(), and print_assignment().
| struct { ... } etree_union::unary |
Referenced by exp_init_os(), exp_print_tree(), exp_unop(), and fold_unary().
| const char* etree_union::name |
Definition at line 79 of file ldexp.h.
Referenced by exp_init_os(), exp_nameop(), exp_print_tree(), fold_binary(), and fold_name().
| struct { ... } etree_union::name |
| char* etree_union::str |
| struct { ... } etree_union::value |
| struct { ... } etree_union::rel |
Referenced by exp_fold_tree(), and exp_print_tree().
| const char* etree_union::message |
Definition at line 94 of file ldexp.h.
Referenced by exp_assert(), exp_fold_tree(), and exp_print_tree().
| struct { ... } etree_union::assert_s |
Referenced by exp_assert(), exp_fold_tree(), exp_init_os(), exp_print_tree(), and print_assignment().
1.5.6