Searched refs:prologue (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp92 // If the row is zero we are being called with the prologue only
93 state.prologue->Dump (log);
191 Prologue prologue; local
193 if (ParsePrologue(debug_line_data, &offset, &prologue))
198 prologue.Dump (log);
207 Row row(prologue.default_is_stmt);
208 const dw_offset_t end_offset = debug_line_offset + prologue.total_length + sizeof(prologue.total_length);
233 row.Reset(prologue.default_is_stmt);
256 prologue
410 ParsePrologue(const DWARFDataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue) argument
490 Prologue prologue; local
[all...]
H A DDWARFDebugLine.h138 prologue(),
146 prologue.reset();
153 Prologue::shared_ptr prologue; member in struct:DWARFDebugLine::LineTable
185 Prologue::shared_ptr prologue; member in struct:DWARFDebugLine::State
189 int row; // The row number that starts at zero for the prologue, and increases for each row added to the matrix
197 static bool ParsePrologue(const lldb_private::DWARFDataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue);
203 // static void AppendLineTableData(const DWARFDebugLine::Prologue* prologue, const DWARFDebugLine::Row::collection& state_coll, const uint32_t addr_size, BinaryStreamBuf &debug_line_data);
/freebsd-11.0-release/contrib/groff/font/devps/
H A DMakefile.sub7 PSFILES=prologue symbolsl.pfa zapfdr.pfa
32 prologue: prologue.ps
/freebsd-11.0-release/gnu/usr.bin/groff/font/devps/
H A DMakefile9 PSFILES= prologue symbolsl.pfa zapfdr.pfa
36 prologue: ${DIST_DIR}/prologue.ps
/freebsd-11.0-release/contrib/netbsd-tests/lib/csu/arch/ia64/
H A Dh_initfini_align.S8 .prologue
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl112 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0]
115 ld [$ap+8],$apj !prologue!
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
124 ld [$np+8],$npj !prologue!
126 mov $tmp0,$acc0 !prologue!
184 mulx $apj,$mul0,$tmp0 !prologue!
186 ld [$ap+8],$apj !prologue!
193 mulx $npj,$mul1,$acc1 !prologue!
196 ld [$np+8],$npj !prologue!
198 mov $tmp0,$acc0 !prologue!
[all...]
H A Dia64.S173 .prologue
226 .prologue
285 .prologue
399 .prologue
467 .prologue
546 .prologue
617 .prologue
1174 .prologue
1206 .prologue
1408 .prologue
[all...]
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm44 .prologue 14, 33
57 .prologue 14, 33
H A Dcrtend.asm83 .prologue
H A Dcrtbegin.asm129 .prologue
213 .prologue
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dirix-crti.asm8 finalization code can go directly in .init, with the prologue and
/freebsd-11.0-release/usr.bin/bc/
H A Dbc.y107 static ssize_t prologue;
403 int n = node(prologue, $8, epilogue,
417 prologue = cs("");
957 prologue = node(cs("S"), n, prologue, END_NODE);
965 prologue = node(cs("0S"), n, prologue, END_NODE);
/freebsd-11.0-release/sys/dev/fb/
H A Dvga.c511 #define prologue(adp, flag, err) \ macro
1539 prologue(adp, V_ADP_MODECHANGE, ENODEV);
1805 prologue(adp, V_ADP_FONT, ENODEV);
1885 prologue(adp, V_ADP_FONT, ENODEV);
1959 prologue(adp, V_ADP_FONT, ENODEV);
1985 prologue(adp, V_ADP_PALETTE, ENODEV);
2006 prologue(adp, V_ADP_PALETTE, ENODEV);
2031 prologue(adp, V_ADP_PALETTE, ENODEV);
2050 prologue(adp, V_ADP_PALETTE, ENODEV);
2074 prologue(ad
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dcygwin.asm38 /* Function prologue calls _alloca to probe the stack when allocating more
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.h187 same value, but Px can only occur in a prologue context, and Bx in
216 prologue, prologue_gr, body, mem_stack_f, mem_stack_v, psp_gr, psp_sprel, enumerator in enum:__anon336
H A Dtc-ia64.c725 /* Linked list of saved prologue counts. A very poor
726 implementation of a map from label numbers to prologue counts. */
758 /* TRUE if processing unwind directives in a prologue region. */
759 unsigned int prologue : 1; member in struct:__anon335
1142 resolve those now. We only handle prologue, body, and endp directives
1148 case prologue:
1254 else if (rtype != prologue)
1294 else if (rtype != prologue)
1834 /* Dummy unwind record used for calculating the length of the last prologue or
1847 unw_rec_list *ptr = alloc_record (prologue);
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dia64cpuid.S51 .prologue
/freebsd-11.0-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-ia64.S268 .prologue
624 .prologue
653 .prologue
890 .prologue ; \
/freebsd-11.0-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp34 #define GROPS_PROLOGUE "prologue"
317 char *prologue = getenv("GROPS_PROLOGUE"); local
318 FILE *fp = font::open_file(prologue, &path);
320 fatal("can't find `%1'", prologue);
/freebsd-11.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl148 $PUSH %r2,-$SAVED_RP(%sp) ; standard prologue
H A Drc4-ia64.pl468 .prologue
671 # Generate the prologue:
/freebsd-11.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl157 $PUSH %r2,-$SAVED_RP(%sp) ; standard prologue
H A Dsha1-ia64.pl237 .prologue
/freebsd-11.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl93 $PUSH %r2,-$SAVED_RP(%sp) ; standard prologue
348 $PUSH %r2,-$SAVED_RP(%sp) ; standard prologue
/freebsd-11.0-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
133 /* These arrays record the INSN_UIDs of the prologue and epilogue insns. */
134 static VEC(int,heap) *prologue;
322 VEC_free (int, heap, prologue);
2251 is passed on the stack. Ask the prologue code to extend
2256 stack space that the prologue should allocate.
3920 function prologue. Note linenums could be missing, e.g. when
3943 /* No prologue/epilogue insns yet. Make sure that these vectors are
3945 gcc_assert (VEC_length (int, prologue)
[all...]

Completed in 586 milliseconds

12