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

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Das.h303 && (SEG) != expr_section)
325 extern segT reg_section, expr_section;
332 #define expr_section SEG_EXPR
329 #define expr_section macro
H A Dsymbols.c490 S_SET_SEGMENT (symbolP, expr_section);
963 if (final_seg == expr_section)
1015 else if (finalize_syms && final_seg == expr_section
1016 && seg_left != expr_section)
1036 if (final_seg == expr_section || final_seg == undefined_section)
1057 if (final_seg == expr_section || final_seg == undefined_section)
1144 if (final_seg == expr_section || final_seg == undefined_section)
1199 if (final_seg == expr_section || final_seg == undefined_section)
1216 /* Give an error (below) if not in expr_section. We don't
1217 want to worry about expr_section symbol
[all...]
H A Das.c111 segT expr_section; variable
954 expr_section = subseg_new ("*GAS `expr' section*", 0);
H A Dread.c1513 S_SET_SEGMENT (line_label, expr_section);
4683 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section)
H A Dexpr.c64 into the fake section expr_section. */
94 expr_section is convenient for the old a.out code, for which
100 : expr_section),
H A Dwrite.c1474 if (*seclist == reg_section || *seclist == expr_section)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Das.h284 && (SEG) != expr_section)
295 extern segT reg_section, expr_section;
H A Dsymbols.c471 S_SET_SEGMENT (symbolP, expr_section);
648 if (symbolP->bsym->section == expr_section && !symbolP->sy_resolving)
1023 if (final_seg == expr_section)
1092 else if (finalize_syms && final_seg == expr_section
1093 && seg_left != expr_section)
1113 if (final_seg == expr_section || final_seg == undefined_section)
1136 if (final_seg == expr_section || final_seg == undefined_section)
1232 && (final_seg == expr_section || final_seg == undefined_section))
1287 if (final_seg == expr_section || final_seg == undefined_section)
1304 /* Give an error (below) if not in expr_section
[all...]
H A Das.c113 segT expr_section; variable
1003 expr_section = subseg_new ("*GAS `expr' section*", 0);
H A Dread.c1618 S_SET_SEGMENT (line_label, expr_section);
3450 S_SET_SEGMENT (symbolP, expr_section);
4942 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section)
H A Dexpr.c64 into the fake section expr_section. */
94 expr_section is convenient for the old a.out code, for which
100 : expr_section),
H A Dwrite.c1245 bfd_section_list_remove (stdoutput, expr_section);

Completed in 471 milliseconds