Home | History | Annotate | Download | only in rs6000

Lines Matching refs:LABEL

126 /* This is how to output the definition of a user-level label named NAME,
127 such as the label on a static function or variable NAME. */
132 /* This is how to output a command to make the user-level label named NAME
135 /* Globalizing directive for a label. */
181 /* This is how to output a reference to a user-level label named NAME.
187 /* This is how to output an internal label prefix. rs6000.cc uses this
193 /* This is how to output a label for a jump table. Arguments are the same as
200 /* This is how to store into the string LABEL
201 the symbol_ref name of an internal numbered label where
202 PREFIX is the class of label and NUM is the number within the class.
205 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
206 sprintf (LABEL, "*%s..%u", rs6000_xcoff_strip_dollar (PREFIX), (unsigned) (NUM))
278 #define ASM_OUTPUT_DWARF_PCREL(FILE,SIZE,LABEL) \
279 rs6000_asm_output_dwarf_pcrel ((FILE), (SIZE), (LABEL));
281 #define ASM_OUTPUT_DWARF_DATAREL(FILE,SIZE,LABEL) \
282 rs6000_asm_output_dwarf_datarel ((FILE), (SIZE), (LABEL));