Searched refs:addr_tree (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | except.c | 1188 tree addr_tree = make_tree (ptr_type_node, addr); in sjlj_emit_function_enter() local 1190 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree); in sjlj_emit_function_enter() 2177 expand_builtin_extract_return_addr (tree addr_tree) in expand_builtin_extract_return_addr() argument 2179 rtx addr = expand_expr (addr_tree, NULL_RTX, Pmode, EXPAND_NORMAL); in expand_builtin_extract_return_addr() 2208 expand_builtin_frob_return_addr (tree addr_tree) in expand_builtin_frob_return_addr() argument 2210 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL); in expand_builtin_frob_return_addr() 2300 expand_builtin_extend_pointer (tree addr_tree) in expand_builtin_extend_pointer() argument 2302 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL); in expand_builtin_extend_pointer()
|
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | ldlang.c | 2221 if (s->addr_tree != NULL) in init_os() 2222 exp_init_os (s->addr_tree); in init_os() 3701 tos->addr_tree = s->address_statement.address; in map_input_to_output_sections() 4932 if (os->addr_tree == NULL in lang_size_sections_1() 4936 os->addr_tree = exp_intop (0); in lang_size_sections_1() 4937 if (os->addr_tree != NULL) in lang_size_sections_1() 4940 exp_fold_tree (os->addr_tree, bfd_abs_section_ptr, &dot); in lang_size_sections_1() 4951 os->addr_tree, os->name); in lang_size_sections_1() 4994 if (os->addr_tree == NULL) in lang_size_sections_1() 5058 || os->addr_tree != NULL) in lang_size_sections_1() [all …]
|
H A D | ldlang.h | 144 union etree_union *addr_tree; member
|
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | ldlang.c | 2387 if (s->addr_tree != NULL) in init_os() 2388 exp_init_os (s->addr_tree); in init_os() 4125 tos->addr_tree = s->address_statement.address; in map_input_to_output_sections() 5469 if (os->addr_tree == NULL in lang_size_sections_1() 5473 os->addr_tree = exp_intop (0); in lang_size_sections_1() 5474 if (os->addr_tree != NULL) in lang_size_sections_1() 5477 exp_fold_tree (os->addr_tree, bfd_abs_section_ptr, &dot); in lang_size_sections_1() 5488 os->addr_tree, os->name); in lang_size_sections_1() 5531 if (os->addr_tree == NULL) in lang_size_sections_1() 5594 || os->addr_tree != NULL) in lang_size_sections_1() [all …]
|
H A D | ldlang.h | 146 union etree_union *addr_tree; member
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | except.c | 2059 expand_builtin_extract_return_addr (tree addr_tree) in expand_builtin_extract_return_addr() argument 2061 rtx addr = expand_expr (addr_tree, NULL_RTX, Pmode, EXPAND_NORMAL); in expand_builtin_extract_return_addr() 2091 expand_builtin_frob_return_addr (tree addr_tree) in expand_builtin_frob_return_addr() argument 2093 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL); in expand_builtin_frob_return_addr() 2185 expand_builtin_extend_pointer (tree addr_tree) in expand_builtin_extend_pointer() argument 2187 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL); in expand_builtin_extend_pointer()
|