/netbsd-src/sys/lib/libunwind/ |
H A D | DwarfInstructions.hpp | 53 const typename CFI_Parser<A, R>::PrologInfo &prolog, in getCFA() argument 55 if (prolog.cfaRegister != 0) in getCFA() 56 return registers.getRegister(prolog.cfaRegister) + in getCFA() 57 prolog.cfaRegisterOffset; in getCFA() 58 if (prolog.cfaExpression != 0) in getCFA() 59 return evaluateExpression(prolog.cfaExpression, addressSpace, registers, in getCFA() 123 typename CFI_Parser<A, R>::PrologInfo prolog; in stepWithDwarf() local 125 pc, &prolog, ctx)) in stepWithDwarf() 132 pint_t cfa = getCFA(addressSpace, prolog, registers); in stepWithDwarf() 137 if (prolog.savedRegisters[i].location == CFI_Parser<A, R>::kRegisterUnused) in stepWithDwarf() [all …]
|
H A D | UnwindCursor.hpp | 123 typename CFI_Parser<A, R>::PrologInfo prolog; in setInfoBasedOnIPRegister() local 125 pc, &prolog, &fInfo)) { in setInfoBasedOnIPRegister() 133 fInfo.extra_args = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_body_checks_warn.ref | 8 header_body_checks: test-queueID: warning: body abcdef prolog 9 3 BODY N 1 |abcdef prolog 24 header_body_checks: test-queueID: warning: body pqrs prolog 25 12 BODY N 1 |pqrs prolog
|
H A D | header_body_checks_prepend.ref | 10 header_body_checks: test-queueID: prepend: body abcdef prolog: body 12 3 BODY N 1 |abcdef prolog 32 header_body_checks: test-queueID: prepend: body pqrs prolog: body 34 12 BODY N 1 |pqrs prolog
|
H A D | mime_test.in | 5 abcdef prolog 14 pqrs prolog
|
H A D | header_body_checks_null.ref | 6 3 BODY N 1 |abcdef prolog 16 12 BODY N 1 |pqrs prolog
|
H A D | mime_test.ref | 9 BODY N 1 |abcdef prolog 24 BODY N 1 |pqrs prolog
|
H A D | header_body_checks_strip.ref | 5 header_body_checks: test-queueID: strip: body abcdef prolog: body line 15 header_body_checks: test-queueID: strip: body pqrs prolog: body line
|
H A D | header_body_checks_replace.ref | 7 header_body_checks: test-queueID: replace: body abcdef prolog: body 23 header_body_checks: test-queueID: replace: body pqrs prolog: body
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
H A D | README | 80 The prolog/epilog; they are implemented as subroutines. 87 jsr @prolog # go to prolog 91 #ifdef prolog 119 # prolog: return in ac3, fun in ac0. 120 prolog: lda 1,sp 143 prolog:
|
/netbsd-src/sys/dev/ppbus/ |
H A D | ppbus_msq.c | 175 struct ppbus_microseq * prolog, struct ppbus_microseq * body, in ppbus_MS_loop() argument 191 loop_microseq[0].arg[0].p = (void *)prolog; in ppbus_MS_loop()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ft32/ |
H A D | t-ft32 | 5 LIB2ADD = $(srcdir)/config/ft32/epilog.S $(srcdir)/config/ft32/prolog.S
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ft32/ |
H A D | t-ft32 | 5 LIB2ADD = $(srcdir)/config/ft32/epilog.S $(srcdir)/config/ft32/prolog.S
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | Makefile.in | 519 ../man/man5/postconf.5: postconf.man.prolog postconf.proto postconf.man.epilog \ 521 (cat postconf.man.prolog; ../mantools/xpostconf postconf.proto | \ 526 ../html/postconf.5.html: postconf.html.prolog postconf.proto \ 529 (cat postconf.html.prolog; ../mantools/xpostconf postconf.proto | \
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | xml.d | 539 string prolog = "<?xml version=\"1.0\"?>"; variable 568 prolog = s[0 .. tagString.ptr - s.ptr]; 598 return prolog == doc.prolog in opEquals() 618 if (prolog != doc.prolog) in opCmp() 619 return prolog < doc.prolog ? -1 : 1; in opCmp() 635 return hash(prolog, hash(epilog, (cast() this).Element.toHash())); in toHash() 644 return prolog ~ super.toString() ~ epilog; in toString()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | xml.d | 536 string prolog = "<?xml version=\"1.0\"?>"; variable 565 prolog = s[0 .. tagString.ptr - s.ptr]; 595 return prolog == doc.prolog in opEquals() 615 if (prolog != doc.prolog) in opCmp() 616 return prolog < doc.prolog ? -1 : 1; in opCmp() 632 return hash(prolog, hash(epilog, (cast() this).Element.toHash())); in toHash() 641 return prolog ~ super.toString() ~ epilog; in toString()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop-manip.c | 2547 class loop *prolog, *epilog = NULL; in vect_do_peeling() local 2719 prolog = slpeel_tree_duplicate_loop_to_edge_cfg (loop, scalar_loop, e); in vect_do_peeling() 2720 if (!prolog) in vect_do_peeling() 2726 prolog->force_vectorize = false; in vect_do_peeling() 2727 slpeel_update_phi_nodes_for_loops (loop_vinfo, prolog, loop, true); in vect_do_peeling() 2728 first_loop = prolog; in vect_do_peeling() 2733 vect_set_loop_condition (prolog, NULL, niters_prolog, in vect_do_peeling() 2741 guard_bb = loop_preheader_edge (prolog)->src; in vect_do_peeling() 2750 slpeel_update_phi_nodes_for_guard1 (prolog, loop, guard_e, e); in vect_do_peeling() 2753 scale_loop_profile (prolog, prob_prolog, bound_prolog); in vect_do_peeling() [all …]
|
H A D | vmsdbgout.c | 652 DST_PROLOG prolog; in write_rtnbeg() local 718 prolog.dst_a_prolog_header.dst__header_length.dst_w_length in write_rtnbeg() 720 prolog.dst_a_prolog_header.dst__header_type.dst_w_type = DST_K_PROLOG; in write_rtnbeg() 722 totsize += write_debug_header (&prolog.dst_a_prolog_header, "prolog", in write_rtnbeg()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
H A D | evpcase.txt | 13 # like this prolog, are ignored.
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | flocal.c | 193 prolog(struct entrypoint *ep, struct bigblock *argvec) in prolog() function
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | flocal.c | 193 prolog(struct entrypoint *ep, struct bigblock *argvec) in prolog() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop-manip.cc | 2677 class loop *prolog, *epilog = NULL; in vect_do_peeling() local 2843 prolog = slpeel_tree_duplicate_loop_to_edge_cfg (loop, scalar_loop, e); in vect_do_peeling() 2844 if (!prolog) in vect_do_peeling() 2850 prolog->force_vectorize = false; in vect_do_peeling() 2851 slpeel_update_phi_nodes_for_loops (loop_vinfo, prolog, loop, true); in vect_do_peeling() 2852 first_loop = prolog; in vect_do_peeling() 2857 vect_set_loop_condition (prolog, NULL, niters_prolog, in vect_do_peeling() 2865 guard_bb = loop_preheader_edge (prolog)->src; in vect_do_peeling() 2874 slpeel_update_phi_nodes_for_guard1 (prolog, loop, guard_e, e); in vect_do_peeling() 2877 scale_loop_profile (prolog, prob_prolog, bound_prolog); in vect_do_peeling() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | README | 209 a prolog after the "#define" and an epilog just before the 213 c_fix_arg = "/* prolog text */"; 216 If you want an epilog without a prolog, set the first "c_fix_arg" 224 than once. However, the prolog and epilog text (if any) will
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | README | 209 a prolog after the "#define" and an epilog just before the 213 c_fix_arg = "/* prolog text */"; 216 If you want an epilog without a prolog, set the first "c_fix_arg" 224 than once. However, the prolog and epilog text (if any) will
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | README.txt | 231 // functions called by the prolog and epilog of functions that need to save 265 // called in the prolog and epilog of Thumb1 functions. When the C++ ABI use 267 // to save and restore all registers in it prolog and epliog. But there is 269 // compiler must add call outs to these helper functions in the prolog and
|