Lines Matching full:pseudo
226 /* The target specific pseudo-ops which we support. */
230 /* Pseudo-ops which must be overridden. */
234 /* Pseudo-ops specific to the RS/6000 XCOFF format. Some of these
280 /* Pseudo-ops specific to the Windows NT PowerPC PE (coff) format. */
974 /* The RS/6000 assembler uses the .csect pseudo-op to generate code
996 and variables. Symbols are put in the TOC with the .tc pseudo-op.
999 we see a .toc pseudo-op, and save the csect symbol here. */
1482 for .machine pseudo. */
2137 /* Pseudo op to make file scope bss items. */
2243 /* Pseudo op to set symbol local entry point. */
2305 /* Pseudo op to set ABI version. */
3598 /* Pseudo-op handling. */
3600 /* The .byte pseudo-op. This is similar to the normal .byte
3601 pseudo-op, but it can also take a single ASCII string. */
3642 /* XCOFF specific pseudo-op handling. */
3648 /* The .comm and .lcomm pseudo-ops for XCOFF. XCOFF puts common
3813 /* The .csect pseudo-op. This switches us into a different
3972 /* The .dwsect pseudo-op. Defines a DWARF section. Syntax is:
4099 /* This function handles the .text and .data pseudo-ops. These
4100 pseudo-ops aren't really used by XCOFF; we implement them for the
4123 /* This function handles the .section pseudo-op. This is mostly to
4158 /* The .extern pseudo-op. We create an undefined symbol. */
4175 /* The .lglobl pseudo-op. Keep the symbol in the symbol table. */
4195 /* The .ref pseudo-op. It takes a list of symbol names and inserts R_REF
4246 /* The .rename pseudo-op. The RS/6000 assembler can rename symbols,
4276 /* The .stabx pseudo-op. This is similar to a normal .stabs
4277 pseudo-op, but slightly different. A sample is
4403 /* The .function pseudo-op. This takes several arguments. The first
4494 /* The .bf pseudo-op. This is just like a COFF C_FCN symbol named
4495 ".bf". If the pseudo op .bi was seen before .bf, patch the .bi sym
4531 /* The .ef pseudo-op. This is just like a COFF C_FCN symbol named
4554 /* The .bi and .ei pseudo-ops. These take a string argument and
4609 /* The .bs pseudo-op. This generates a C_BSTAT symbol named ".bs".
4645 /* The .es pseudo-op. Generate a C_ESTART symbol named .es. */
4668 /* The .bb pseudo-op. Generate a C_BLOCK symbol named .bb, with a
4694 /* The .eb pseudo-op. Generate a C_BLOCK symbol named .eb, with a
4718 /* The .bc pseudo-op. This just creates a C_BCOMM symbol with a
4741 /* The .ec pseudo-op. This just creates a C_ECOMM symbol. */
4760 /* The .toc pseudo-op. Switch to the .toc subsegment. */
4806 .short pseudo-op, and we want to be compatible. */
4873 /* The .tc pseudo-op. This is used when generating either XCOFF or
4971 /* Pseudo-op .machine. */
5030 /* Pseudo-ops specific to the Windows NT PowerPC PE (coff) format. */
5040 /* pseudo-op: .previous
5059 /* pseudo-op: .pdata
5094 /* pseudo-op: .ydata
5127 /* pseudo-op: .reldata
5164 /* pseudo-op: .rdata
5193 /* pseudo-op: .ualong
5207 /* pseudo-op: .znop <symbol name>
5255 /* pseudo-op:
5339 * implement the .section pseudo op:
5762 real name if the .rename pseudo-op was used. Otherwise, remove any
5815 as_bad (_("two .function pseudo-ops with no intervening .ef"));