Home | History | Annotate | Download | only in gas

Lines Matching refs:segment

729   segT segment;
966 segment = expr (0, expressionP, mode);
975 return segment;
1332 segment = S_GET_SEGMENT (symbolP);
1334 && segment == absolute_section
1340 else if (mode != expr_defer && segment == reg_section)
1455 This returns the segment of the result, which will be
1456 absolute_section or the segment of a symbol. */