| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| riscv64-unwind-prologue-with-ld-lw.exp | 16 # This tests GDB's ability to use the RISC-V prologue scanner in order to 17 # unwind through a function that uses the 'ld' instruction in its prologue. 21 standard_testfile riscv64-unwind-prologue-with-ld-lw.c \ 22 riscv64-unwind-prologue-with-ld-lw-foo.s
|
| amd64-prologue-xmm.s | 18 /* This file is compiled from gdb.arch/amd64-prologue-xmm.c 21 .file "amd64-prologue-xmm.c" 31 .file 1 "gdb.arch/amd64-prologue-xmm.c" 32 # gdb.arch/amd64-prologue-xmm.c:22 50 # gdb.arch/amd64-prologue-xmm.c:22 63 # gdb.arch/amd64-prologue-xmm.c:23 67 # gdb.arch/amd64-prologue-xmm.c:24 78 # gdb.arch/amd64-prologue-xmm.c:28 87 # gdb.arch/amd64-prologue-xmm.c:29 99 # gdb.arch/amd64-prologue-xmm.c:3 [all...] |
| arc-analyze-prologue.S | 26 ; Standard prologue. 43 ; Standard prologue using short instructions. 57 ; Standard prologue without `sub sp,sp,INTEGER`. 72 ; Standard prologue of leaf function. 85 ; Prologue with `push fp`. 92 ; mov fp,sp is part of prologue, but this test will not verify that. 101 ; Prologue with frame pointer and store relative to FP. 118 ; Verify that store of the non-callee saved registers is not part of prologue. 122 ; part of prologue. 167 ; BLINK is saved, but after an instruction that is not part of prologue [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| riscv64-unwind-prologue-with-ld-lw.exp | 16 # This tests GDB's ability to use the RISC-V prologue scanner in order to 17 # unwind through a function that uses the 'ld' instruction in its prologue. 21 standard_testfile riscv64-unwind-prologue-with-ld-lw.c \ 22 riscv64-unwind-prologue-with-ld-lw-foo.s
|
| amd64-prologue-xmm.s | 18 /* This file is compiled from gdb.arch/amd64-prologue-xmm.c 21 .file "amd64-prologue-xmm.c" 31 .file 1 "gdb.arch/amd64-prologue-xmm.c" 32 # gdb.arch/amd64-prologue-xmm.c:22 50 # gdb.arch/amd64-prologue-xmm.c:22 63 # gdb.arch/amd64-prologue-xmm.c:23 67 # gdb.arch/amd64-prologue-xmm.c:24 78 # gdb.arch/amd64-prologue-xmm.c:28 87 # gdb.arch/amd64-prologue-xmm.c:29 99 # gdb.arch/amd64-prologue-xmm.c:3 [all...] |
| arc-analyze-prologue.S | 26 ; Standard prologue. 43 ; Standard prologue using short instructions. 57 ; Standard prologue without `sub sp,sp,INTEGER`. 72 ; Standard prologue of leaf function. 85 ; Prologue with `push fp`. 92 ; mov fp,sp is part of prologue, but this test will not verify that. 101 ; Prologue with frame pointer and store relative to FP. 118 ; Verify that store of the non-callee saved registers is not part of prologue. 122 ; part of prologue. 167 ; BLINK is saved, but after an instruction that is not part of prologue [all...] |
| /src/lib/csu/arch/ia64/ |
| crti.S | 44 .prologue 12, loc0 56 .prologue 12, loc0
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/alpha/ |
| alphacpuid.S | 9 .prologue 0 17 .prologue 0 70 .prologue 0 83 .prologue 0 92 .prologue 0 129 .prologue 0 156 .prologue 0 191 .prologue 0
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ |
| alphacpuid.S | 9 .prologue 0 17 .prologue 0 70 .prologue 0 83 .prologue 0 92 .prologue 0 129 .prologue 0 156 .prologue 0 191 .prologue 0
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/ |
| alphacpuid.S | 9 .prologue 0 17 .prologue 0 70 .prologue 0 83 .prologue 0 92 .prologue 0 129 .prologue 0 156 .prologue 0 191 .prologue 0
|
| /src/external/gpl2/groff/font/devps/ |
| Makefile | 13 PSFILES= prologue symbolsl.pfa zapfdr.pfa 43 prologue: ${DIST_DIR}/prologue.ps
|
| /src/tests/lib/csu/arch/ia64/ |
| h_initfini_align.S | 8 .prologue
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| 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...] |
| 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...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| 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...] |
| 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...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| alphacpuid.pl | 21 .prologue 0 29 .prologue 0 82 .prologue 0 95 .prologue 0 104 .prologue 0 141 .prologue 0 176 .prologue 0 211 .prologue 0
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| alphacpuid.pl | 21 .prologue 0 29 .prologue 0 82 .prologue 0 95 .prologue 0 104 .prologue 0 141 .prologue 0 176 .prologue 0 211 .prologue 0
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| alphacpuid.pl | 22 .prologue 0 30 .prologue 0 83 .prologue 0 96 .prologue 0 105 .prologue 0 142 .prologue 0 177 .prologue 0 212 .prologue 0
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
| alpha.inc | 8 comment "subroutine prologue" 15 .prologue 1 55 .prologue
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/ |
| alpha.inc | 8 comment "subroutine prologue" 15 .prologue 1 55 .prologue
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| crti.S | 31 .prologue 14, 33 44 .prologue 14, 33
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| crti.S | 31 .prologue 14, 33 44 .prologue 14, 33
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-prologue-end-2.exp | 16 # Check that prologue analysis in foo is correct in the presence of a 34 {name dw2-prologue-end.c}
|
| dw2-prologue-end.exp | 36 {name dw2-prologue-end.c} 55 line [gdb_get_line_number "main prologue"] 93 with_test_prefix "ignore-prologue-end" { 95 gdb_test_no_output "maintenance set ignore-prologue-end-flag on" 101 # If we ignore the prologue-end flag, we should stop at the first statement
|