Lines Matching refs:segment
86 symbol_new (const char *name, segT segment, valueT valu, fragS *frag)
88 symbolS *symbolP = symbol_create (name, segment, valu, frag);
131 segT segment, /* Segment identifier (SEG_<something>). */
150 S_SET_SEGMENT (symbolP, segment);
1462 /* Always set the segment, even if not finalizing the value.
1463 The segment is used to determine whether a symbol is defined. */
1723 entire assembly, not one set per (sub)segment like in most assemblers. This
1724 implies that one can refer to a label in another segment, and indeed some
2456 /* Set the value of SYM to the current position in the current segment. */