Searched refs:expr_section (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | symbols.c | 466 S_SET_SEGMENT (symbolP, expr_section); in colon() 650 if ((symbolP->bsym->section == expr_section in symbol_clone_if_forward_ref() 928 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section)) in use_complex_relocs_for() 960 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section in use_complex_relocs_for() 961 && S_GET_SEGMENT (symp->sy_value.X_op_symbol) != expr_section) in use_complex_relocs_for() 1085 else if (final_seg == expr_section in resolve_symbol_value() 1159 if (final_seg == expr_section) in resolve_symbol_value() 1232 && ((final_seg == expr_section && seg_left != expr_section) in resolve_symbol_value() 1253 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1276 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() [all …]
|
D | as.h | 236 && (SEG) != expr_section) 247 extern segT reg_section, expr_section;
|
D | cgen.c | 455 || (exp.X_add_symbol->bsym->section != expr_section 465 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0, 485 if (stmp->bsym && (stmp->bsym->section == expr_section)
|
D | as.c | 106 segT expr_section; variable 1089 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
D | expr.c | 104 : expr_section), in make_expr_symbol() 2033 else if (retval == expr_section) in expr() 2035 else if (rightseg == expr_section) in expr()
|
D | read.c | 1860 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 2749 && segment != expr_section) in do_org() 3818 S_SET_SEGMENT (symbolP, expr_section); in pseudo_set() 5520 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
D | write.c | 1818 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
|
D | ChangeLog-2010 | 212 to expr_section symbols; clone all equated symbols. Clear 1222 section_symbol() with expr_section.
|
D | ChangeLog-2011 | 1687 * read.c (do_org): Allow expr_section.
|
D | ChangeLog-2005 | 877 * read.c (pseudo_set): Don't set undefined symbols to expr_section. 919 * read.c (pseudo_set): Set segment of expression syms to expr_section.
|
D | ChangeLog-9295 | 4654 processing if add_symbol is undefined or in expr_section. 9146 symbol in expr_section can not be resolved. 10110 (expr_section): Added (used for dummy symbols which hold 10112 (perform_an_assembly_pass): Create expr_section, do not create the
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386-intel.c | 517 && seg != expr_section) in i386_intel_simplify()
|
D | tc-i386.c | 8250 && S_GET_SEGMENT (exp->X_add_symbol) != expr_section) in i386_finalize_displacement()
|
D | tc-xtensa.c | 5837 if (is_leb128_expr && S_GET_SEGMENT (sym) == expr_section) in xtensa_symbol_new_hook()
|