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

12

/freebsd-9.3-release/lib/csu/ia64/
H A Dcrti.S43 .prologue 12,loc0
55 .prologue 12,loc0
H A Dcrt1.S47 .prologue
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp20 OS << "Line table prologue:\n"
167 uint32_t *offset_ptr, Prologue *prologue) {
170 prologue->clear();
171 prologue->TotalLength = debug_line_data.getU32(offset_ptr);
172 prologue->Version = debug_line_data.getU16(offset_ptr);
173 if (prologue->Version != 2)
176 prologue->PrologueLength = debug_line_data.getU32(offset_ptr);
177 const uint32_t end_prologue_offset = prologue->PrologueLength + *offset_ptr;
178 prologue->MinInstLength = debug_line_data.getU8(offset_ptr);
179 prologue
166 parsePrologue(DataExtractor debug_line_data, uint32_t *offset_ptr, Prologue *prologue) argument
227 Prologue *prologue = &state.Prologue; local
[all...]
H A DDWARFDebugLine.h64 // Length of the prologue in bytes.
69 // Length of the line table data in bytes (not including the prologue).
185 // Extracts filename by its index in filename table in prologue.
219 // The row number that starts at zero for the prologue, and increases for
233 Prologue *prologue);
234 /// Parse a single line table (prologue and all rows).
/freebsd-9.3-release/gnu/usr.bin/groff/font/devps/
H A DMakefile9 PSFILES= prologue symbolsl.pfa zapfdr.pfa
36 prologue: ${DIST_DIR}/prologue.ps
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtend.asm83 .prologue
H A Dcrti.asm44 .prologue 14, 33
57 .prologue 14, 33
H A Dcrtbegin.asm129 .prologue
213 .prologue
/freebsd-9.3-release/sys/ia64/include/
H A Dasm.h164 .prologue ; \
/freebsd-9.3-release/sys/contrib/ia64/libuwx/test/
H A Dprimeregs.s7 .prologue
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm8 finalization code can go directly in .init, with the prologue and
/freebsd-9.3-release/sys/ia64/ia64/
H A Dphysical.S45 .prologue
155 .prologue
H A Dlocore.S57 .prologue
156 .prologue
H A Dsupport.S610 .prologue
721 .prologue
757 .prologue
H A Dsyscall.S224 .prologue
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y109 static ssize_t prologue;
405 int n = node(prologue, $8, epilogue,
419 prologue = cs("");
954 prologue = node(cs("S"), n, prologue, END_NODE);
962 prologue = node(cs("0S"), n, prologue, END_NODE);
/freebsd-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.S77 .prologue
/freebsd-9.3-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-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self_context.s87 .prologue
236 .prologue
/freebsd-9.3-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:__anon466
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:__anon465
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-9.3-release/crypto/openssl/crypto/
H A Dia64cpuid.S44 .prologue
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
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-9.3-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-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. */
130 static VEC(int,heap) *prologue;
316 VEC_free (int, heap, prologue);
2245 is passed on the stack. Ask the prologue code to extend
2250 stack space that the prologue should allocate.
3908 function prologue. Note linenums could be missing, e.g. when
3931 /* No prologue/epilogue insns yet. Make sure that these vectors are
3933 gcc_assert (VEC_length (int, prologue)
[all...]

Completed in 310 milliseconds

12