Home
last modified time | relevance | path

Searched refs:addr_tree (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/binutils/ld/
HDldlang.h137 union etree_union *addr_tree; member
HDldlang.c1896 if (s->addr_tree != NULL) in init_os()
1897 exp_init_os (s->addr_tree); in init_os()
3315 aos->addr_tree = s->address_statement.address; in map_input_to_output_sections()
4241 if (os->addr_tree != NULL) in lang_size_sections_1()
4244 exp_fold_tree (os->addr_tree, bfd_abs_section_ptr, &dot); in lang_size_sections_1()
4295 if (os->addr_tree == NULL) in lang_size_sections_1()
4358 || os->addr_tree != NULL) in lang_size_sections_1()
4510 os_region_check (os, os->region, os->addr_tree, in lang_size_sections_1()
5516 if (os->addr_tree == NULL) in lang_enter_output_section_statement()
5518 os->addr_tree = address_exp; in lang_enter_output_section_statement()
[all …]
HDChangeLog-91971544 initialized. Call exp_init_os on addr_tree field.
/trueos/contrib/gcc/
HDexcept.c2905 expand_builtin_extract_return_addr (tree addr_tree) in expand_builtin_extract_return_addr() argument
2907 rtx addr = expand_expr (addr_tree, NULL_RTX, Pmode, 0); in expand_builtin_extract_return_addr()
2937 expand_builtin_frob_return_addr (tree addr_tree) in expand_builtin_frob_return_addr() argument
2939 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, 0); in expand_builtin_frob_return_addr()
3025 expand_builtin_extend_pointer (tree addr_tree) in expand_builtin_extend_pointer() argument
3027 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, 0); in expand_builtin_extend_pointer()
/trueos/contrib/binutils/ld/emultempl/
HDsunos.em701 if (os->addr_tree == NULL)
702 os->addr_tree = exp_intop (0x20);