HomeSort by relevance Sort by last modified time
    Searched refs:expr_section (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
as.h 224 && (SEG) != expr_section)
235 extern segT reg_section, expr_section;
symbols.c 468 S_SET_SEGMENT (symbolP, expr_section);
654 if ((symbolP->bsym->section == expr_section
938 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section))
970 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section
971 && S_GET_SEGMENT (symp->sy_value.X_op_symbol) != expr_section)
1095 else if (final_seg == expr_section
1169 if (final_seg == expr_section)
1242 && ((final_seg == expr_section && seg_left != expr_section)
    [all...]
cgen.c 428 || (exp.X_add_symbol->bsym->section != expr_section
438 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
458 if (stmp->bsym && (stmp->bsym->section == expr_section)
as.c 114 segT expr_section; variable
    [all...]
expr.c 64 into the fake section expr_section. */
95 expr_section is convenient for the old a.out code, for which
103 : expr_section),
    [all...]
read.c     [all...]
write.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 520 && seg != expr_section)
912 * particular because it doesn't allow for expr_section, so I'd
tc-i386.c     [all...]
tc-xtensa.c     [all...]

Completed in 459 milliseconds