Home | History | Annotate | Download | only in config

Lines Matching refs:reg_section

786       symbol_table_insert (symbol_new (buf, reg_section, i,
795 reg_section,
801 symbol_table_insert (symbol_new ("ROUND_CURRENT", reg_section, 512,
803 symbol_table_insert (symbol_new ("ROUND_OFF", reg_section, 512 + 1,
805 symbol_table_insert (symbol_new ("ROUND_UP", reg_section, 512 + 2,
807 symbol_table_insert (symbol_new ("ROUND_DOWN", reg_section, 512 + 3,
809 symbol_table_insert (symbol_new ("ROUND_NEAR", reg_section, 512 + 4,
2441 || symsec != reg_section))))
2526 && (S_GET_SEGMENT (fixP->fx_addsy) != reg_section
2551 || S_GET_SEGMENT (fixP->fx_addsy) != reg_section
2870 assert when trying to output reg_section. FIXME: A gas bug. */
3305 /* Adjust the symbol table. We make reg_section relative to the real
3312 symbolS *regsec = section_symbol (reg_section);
3315 if (S_GET_SEGMENT (sym) == reg_section)
4150 if ((expseg != absolute_section && expseg != reg_section)