| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| local2.c | 51 prologue(struct interpass_prolog *ipp) function
|
| /src/usr.bin/config/ |
| mkmakefile.c | 334 const char *prologue, *prefix, *sep; local 338 prologue = prefix = sep = ""; 340 prologue = defprologue; 343 prologue = ""; 348 fprintf(fp, "%s%s%s%s", prologue, prefix, sep, fi->fi_path); 611 const char *prologue = (*pf->pf_prefix == '/') ? "" : "$S/"; local 614 prologue, pf->pf_prefix);
|
| main.c | 714 const char *prologue, *prefix, *sep; local 738 prologue = ""; 741 prologue = srcdir; 747 prologue, sep, fi->fi_prefix, "/", fi->fi_path);
|
| /src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| local2.c | 50 prologue(struct interpass_prolog *ipp) function 56 comperr("fix prologue register savings", ipp->ipp_regs);
|
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| local2.c | 45 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| local2.c | 42 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| local2.c | 133 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| local2.c | 43 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| local2.c | 90 prologue(struct interpass_prolog * ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| local2.c | 50 prologue(struct interpass_prolog *ipp) function 97 prologue(int regs, int autos)
|
| /src/external/bsd/pcc/dist/pcc/arch/vax/ |
| local2.c | 49 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| local2.c | 129 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| local2.c | 160 prologue(struct interpass_prolog *ipp) function 167 printf("prologue: type=%d, lineno=%d, name=%s, vis=%d, ipptype=%d, regs=0x%lx, autos=%d, tmpnum=%d, lblnum=%d\n",
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| local2.c | 98 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/i86/ |
| local2.c | 94 prologue(struct interpass_prolog *ipp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| local2.c | 103 prologue(struct interpass_prolog *ipp) function 109 printf("prologue: type=%d, lineno=%d, name=%s, vis=%d, ipptype=%d, regs=0x%lx, autos=%d, tmpnum=%d, lblnum=%d\n",
|
| /src/external/gpl2/groff/dist/src/devices/grops/ |
| psrm.cpp | 36 #define GROPS_PROLOGUE "prologue" 319 char *prologue = getenv("GROPS_PROLOGUE"); local 320 FILE *fp = font::open_file(prologue, &path); 322 fatal("can't find `%1'", prologue);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| avr-tdep.c | 154 /* Prologue types: 160 AVR_PROLOGUE_NONE, /* No prologue */ 432 This function decodes an AVR function prologue to determine: 444 A typical AVR function prologue with a frame pointer might look like this: 458 A typical AVR function prologue without a frame pointer might look like 463 A main function prologue looks like this: 469 A signal handler prologue looks like this: 485 A interrupt handler prologue looks like this: 504 A `-mcall-prologues' prologue looks like this (Note that the megas use a 505 jmp instead of a rjmp, thus the prologue is one word larger since jmp is 533 unsigned char prologue[AVR_MAX_PROLOGUE_SIZE]; local [all...] |
| z80-tdep.c | 103 unsigned int fp_sdcc : 1; /* prologue saves and adjusts frame pointer IX */ 245 This function decodes a function prologue to determine: 250 Small SDCC functions may just load args using POP instructions in prologue: 259 SDCC function prologue may have up to 3 sections (all are optional): 313 gdb_byte prologue[32]; /* max prologue is 24 bytes: __interrupt with local array */ local 320 if (len > (int)sizeof (prologue)) 321 len = sizeof (prologue); 323 read_memory (pc_beg, prologue, len); 326 if ((reg = z80_is_pop_rr(prologue, &pos)) [all...] |
| m32c-tdep.c | 31 #include "prologue-value.h" 1003 /* Prologue analysis. */ 1024 /* The architecture for which we generated this prologue info. */ 1064 /* Processor state, for the prologue analyzer. */ 1437 should be included in the prologue, if possible. 1519 struct m32c_prologue *prologue = (struct m32c_prologue *) prologue_untyped; 1520 struct gdbarch *arch = prologue->arch; 1544 prologue->reg_offset[value.reg] 1547 prologue->reg_offset[value.reg] = addr.k; 1553 /* Analyze the function prologue for ARCH at START, going no furthe 1514 struct m32c_prologue *prologue = (struct m32c_prologue *) prologue_untyped; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| avr-tdep.c | 154 /* Prologue types: 160 AVR_PROLOGUE_NONE, /* No prologue */ 432 This function decodes an AVR function prologue to determine: 444 A typical AVR function prologue with a frame pointer might look like this: 458 A typical AVR function prologue without a frame pointer might look like 463 A main function prologue looks like this: 469 A signal handler prologue looks like this: 485 A interrupt handler prologue looks like this: 504 A `-mcall-prologues' prologue looks like this (Note that the megas use a 505 jmp instead of a rjmp, thus the prologue is one word larger since jmp is 533 unsigned char prologue[AVR_MAX_PROLOGUE_SIZE]; local [all...] |
| z80-tdep.c | 103 unsigned int fp_sdcc : 1; /* prologue saves and adjusts frame pointer IX */ 245 This function decodes a function prologue to determine: 250 Small SDCC functions may just load args using POP instructions in prologue: 259 SDCC function prologue may have up to 3 sections (all are optional): 313 gdb_byte prologue[32]; /* max prologue is 24 bytes: __interrupt with local array */ local 320 if (len > (int)sizeof (prologue)) 321 len = sizeof (prologue); 323 read_memory (pc_beg, prologue, len); 326 if ((reg = z80_is_pop_rr(prologue, &pos)) [all...] |
| /src/usr.sbin/sysinst/ |
| gpt.c | 169 size_t prologue, epilogue; /* number of sectors res. */ member in struct:gpt_disk_partitions 184 #error impossible small GPT prologue 334 parts->prologue = avail_start; 485 gpt_md_init(is_boot_drive, &parts->max_num_parts, &parts->prologue, 491 parts->dp.free_space = len - start - parts->prologue - parts->epilogue; 682 if (start < 0 || start < (daddr_t)parts->prologue) 683 start = parts->prologue;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ia64.h | 193 same value, but Px can only occur in a prologue context, and Bx in 222 prologue, prologue_gr, body, mem_stack_f, mem_stack_v, psp_gr, psp_sprel, enumerator in enum:__anon10042
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ia64.h | 193 same value, but Px can only occur in a prologue context, and Bx in 222 prologue, prologue_gr, body, mem_stack_f, mem_stack_v, psp_gr, psp_sprel, enumerator in enum:__anon11514
|