Home
last modified time | relevance | path

Searched refs:expr_section (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c466 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 …]
Das.h236 && (SEG) != expr_section)
247 extern segT reg_section, expr_section;
Dcgen.c455 || (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)
Das.c106 segT expr_section; variable
1089 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
Dexpr.c104 : expr_section), in make_expr_symbol()
2033 else if (retval == expr_section) in expr()
2035 else if (rightseg == expr_section) in expr()
Dread.c1860 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()
Dwrite.c1818 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
DChangeLog-2010212 to expr_section symbols; clone all equated symbols. Clear
1222 section_symbol() with expr_section.
DChangeLog-20111687 * read.c (do_org): Allow expr_section.
DChangeLog-2005877 * 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.
DChangeLog-92954654 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/
Dtc-i386-intel.c517 && seg != expr_section) in i386_intel_simplify()
Dtc-i386.c8250 && S_GET_SEGMENT (exp->X_add_symbol) != expr_section) in i386_finalize_displacement()
Dtc-xtensa.c5837 if (is_leb128_expr && S_GET_SEGMENT (sym) == expr_section) in xtensa_symbol_new_hook()