Searched refs:expr_section (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Das.h287 && (SEG) != expr_section)
298 extern segT reg_section, expr_section;
H A Dsymbols.c467 S_SET_SEGMENT (symbolP, expr_section);
643 if (symbolP->bsym->section == expr_section && !symbolP->sy_resolving)
905 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section))
937 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section
938 && S_GET_SEGMENT (symp->sy_value.X_op_symbol) != expr_section)
1052 else if (final_seg == expr_section
1126 if (final_seg == expr_section)
1199 && ((final_seg == expr_section && seg_left != expr_section)
1220 if (final_seg == expr_section || final_se
[all...]
H A 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))
H A Das.c110 segT expr_section; variable
1002 expr_section = subseg_new ("*GAS `expr' section*", 0);
H A Dread.c1617 S_SET_SEGMENT (line_label, expr_section);
3644 S_SET_SEGMENT (symbolP, expr_section);
5243 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section)
H A Dexpr.c63 into the fake section expr_section. */
93 expr_section is convenient for the old a.out code, for which
99 : expr_section),
H A Dwrite.c1515 bfd_section_list_remove (stdoutput, expr_section);

Completed in 268 milliseconds