Searched refs:epilogue (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y110 static ssize_t epilogue;
405 int n = node(prologue, $8, epilogue,
420 epilogue = cs("");
556 $$ = node(cs("0"), epilogue,
561 $$ = node($1, epilogue,
566 $$ = node(cs("0"), epilogue,
955 epilogue = node(epilogue, cs("L"), n, cs("s."), END_NODE);
963 epilogue = node(epilogue, c
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm9 epilogue of the main initialization routine being provided by external
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.h225 rnat_psprel, rnat_sprel, epilogue, label_state, copy_state, enumerator in enum:__anon466
H A Dtc-ia64.c2457 unw_rec_list *ptr = alloc_record (epilogue);
2677 case epilogue:
2983 case epilogue:
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk122 PROF+= -mprofiler-epilogue
/freebsd-9.3-release/contrib/gcc/
H A Dfunction.c98 (ignoring the prologue and epilogue). This is set prior to
104 (ignoring the prologue and epilogue). This is only valid after
129 /* These arrays record the INSN_UIDs of the prologue and epilogue insns. */
131 static VEC(int,heap) *epilogue;
133 /* Array of INSN_UIDs to hold the INSN_UIDs for each sibcall epilogue
317 VEC_free (int, heap, epilogue);
3931 /* No prologue/epilogue insns yet. Make sure that these vectors are
3934 gcc_assert (VEC_length (int, epilogue) == 0);
4079 handled later during jump, ifcvt, or epilogue creation. */
4421 may trap are not moved into the epilogue b
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt249 to do. The prologue and epilogue are not in the critical path.

Completed in 213 milliseconds