Searched refs:asm_out (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsysv4.h89 (*targetm.asm_out.internal_label) ((FILE), PREFIX, NUM); \
H A Dsparc.c783 targetm.asm_out.unaligned_op.di = NULL;
7553 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (lab));
7582 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (lab));
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dhpux.h122 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dia64.c3792 (*targetm.asm_out.globalize_label) (asm_out_file,
9223 (*targetm.asm_out.globalize_label) (file, name);
9226 (*targetm.asm_out.globalize_label) (file, name);
/freebsd-9.3-release/contrib/gcc/config/
H A Delfos.h142 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); \
151 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
H A Ddarwin.h437 targetm.asm_out.globalize_label (FILE, NAME); \
709 (*targetm.asm_out.globalize_label) (FILE, NAME); \
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c475 targetm.asm_out.unique_section (decl, reloc);
493 targetm.asm_out.globalize_label (file, name);
570 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl));
586 return targetm.asm_out.select_section (current_function_decl,
920 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl));
1473 targetm.asm_out.mark_decl_preserved (fnname);
1820 targetm.asm_out.mark_decl_preserved (name);
1983 targetm.asm_out.external_libcall (fun);
2169 targetm.asm_out.internal_label (asm_out_file, "LTRAMP", 0);
2209 ops = &targetm.asm_out
[all...]
H A Dtarget.h75 struct asm_out struct in struct:gcc_target
215 } asm_out; member in struct:gcc_target
H A Dfinal.c1441 targetm.asm_out.function_prologue (file, get_frame_size ());
1479 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no);
1535 targetm.asm_out.function_epilogue (asm_out_file, get_frame_size ());
1664 targetm.asm_out.globalize_label (file, name);
1727 targetm.asm_out.unwind_emit (asm_out_file, insn);
1755 targetm.asm_out.function_end_prologue (file);
1769 targetm.asm_out.function_begin_epilogue (file);
1935 switch_to_section (targetm.asm_out.function_rodata_section
1952 targetm.asm_out.internal_label (file, "L", CODE_LABEL_NUMBER (insn));
1961 targetm.asm_out
[all...]
H A Ddbxout.c508 targetm.asm_out.internal_label (asm_out_file, stem, counter);
523 targetm.asm_out.internal_label (asm_out_file, stem, counter);
920 targetm.asm_out.internal_label (asm_out_file, "Lscope", scope_labelno);
1036 targetm.asm_out.internal_label (asm_out_file, "Ltext", 0);
1261 targetm.asm_out.internal_label (asm_out_file, "LFBB", scope_labelno);
1295 targetm.asm_out.internal_label (asm_out_file, "LBB", n);
1304 targetm.asm_out.internal_label (asm_out_file, "LBE", n);
H A Ddwarf2asm.c531 const char *byte_op = targetm.asm_out.byte_op;
593 const char *byte_op = targetm.asm_out.byte_op;
H A Dvmsdbgout.c1348 targetm.asm_out.internal_label (asm_out_file, BLOCK_BEGIN_LABEL, blocknum);
1361 targetm.asm_out.internal_label (asm_out_file, BLOCK_END_LABEL, blocknum);
1546 targetm.asm_out.internal_label (asm_out_file, LINE_CODE_LABEL,
1703 targetm.asm_out.internal_label (asm_out_file, TEXT_END_LABEL, 0);
H A Dtoplev.c1134 targetm.asm_out.file_end ();
1334 targetm.asm_out.file_start ();
1582 if (targetm.asm_out.output_anchor == NULL)
H A Ddefaults.h164 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM)
H A Dcgraphunit.c1735 fn = targetm.asm_out.constructor;
1737 fn = targetm.asm_out.destructor;
H A Ddwarf2out.c2037 targetm.asm_out.globalize_label (asm_out_file,
2205 targetm.asm_out.unwind_label (asm_out_file, fde_table[i].decl,
2380 targetm.asm_out.unwind_label (asm_out_file, fde->decl, for_eh, /* empty */ 0);
2381 targetm.asm_out.internal_label (asm_out_file, FDE_LABEL, for_eh + i * 2);
3402 if (targetm.asm_out.output_dwarf_dtprel)
3404 targetm.asm_out.output_dwarf_dtprel (asm_out_file,
6953 targetm.asm_out.globalize_label (asm_out_file, sym);
9186 if (!targetm.asm_out.output_dwarf_dtprel)
13839 targetm.asm_out.internal_label (asm_out_file,
13870 targetm.asm_out
[all...]
H A Dexcept.c3616 if (targetm.asm_out.ttype (value))
3659 targetm.asm_out.except_table_label (asm_out_file);
3679 targetm.asm_out.internal_label (asm_out_file, "LLSDA",
H A Dc-decl.c7031 targetm.asm_out.constructor (XEXP (DECL_RTL (fndecl), 0),
7035 targetm.asm_out.destructor (XEXP (DECL_RTL (fndecl), 0),
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dxcoff.h204 for (*targetm.asm_out.internal_label), except the insn for the jump table is
208 { ASM_OUTPUT_ALIGN (FILE, 2); (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); }
H A Drs6000.c1474 targetm.asm_out.aligned_op.di = NULL;
1475 targetm.asm_out.unaligned_op.di = NULL;
16062 (*targetm.asm_out.internal_label) (file, "LC", labelno);
17848 (*targetm.asm_out.internal_label) (asm_out_file, "LCTOC", 0);
18495 (*targetm.asm_out.internal_label) (file, "LCL", rs6000_pic_labelno);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dmethod.c426 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset,
445 targetm.asm_out.output_mi_thunk (asm_out_file, thunk_fndecl,
H A Ddecl2.c2402 (* targetm.asm_out.constructor) (fnsym, initp);
2404 (* targetm.asm_out.destructor) (fnsym, initp);
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c8398 targetm.asm_out.internal_label (file, "L", CODE_LABEL_NUMBER (op[6]));
8411 targetm.asm_out.internal_label (file, "L", CODE_LABEL_NUMBER (op[5]));
8414 targetm.asm_out.internal_label (file, "L", CODE_LABEL_NUMBER (op[6]));
8555 targetm.asm_out.internal_label (file, "L",
8560 targetm.asm_out.internal_label (file, "L",
8566 targetm.asm_out.internal_label (file, "L",
8584 targetm.asm_out.internal_label (file, "L",
8643 targetm.asm_out.internal_label (file, "L",
8682 targetm.asm_out.internal_label (file, "L", CODE_LABEL_NUMBER (op[8]));
8690 targetm.asm_out
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h2211 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); \
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c6022 targetm.asm_out.globalize_label (stream, name);
9435 (*targetm.asm_out.internal_label) (asm_out_file, "L",

Completed in 349 milliseconds

12