Searched refs:eip (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strsignal.c | 289 const struct signal_info *eip; in init_signal_tables() local 297 for (eip = signal_table; eip -> name != NULL; eip++) in init_signal_tables() 299 if (eip -> value >= num_signal_names) in init_signal_tables() 301 num_signal_names = eip -> value + 1; in init_signal_tables() 315 for (eip = signal_table; eip -> name != NULL; eip++) in init_signal_tables() 317 signal_names[eip -> value] = eip -> name; in init_signal_tables() 334 for (eip = signal_table; eip -> name != NULL; eip++) in init_signal_tables() 336 sys_siglist[eip -> value] = eip -> msg; in init_signal_tables()
|
D | strerror.c | 508 const struct error_info *eip; in init_error_tables() local 516 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables() 518 if (eip -> value >= num_error_names) in init_error_tables() 520 num_error_names = eip -> value + 1; in init_error_tables() 534 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables() 536 error_names[eip -> value] = eip -> name; in init_error_tables() 553 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables() 555 sys_errlist[eip -> value] = eip -> msg; in init_error_tables()
|
D | ChangeLog | 8565 (init_signal_tables): Variable eip now points to const. 8568 (init_error_tables): Variable eip now points to const.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | pr12570a.d | 7 …DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and…
|
D | pr12570b.d | 8 …DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and…
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | x86-64-addr32.s | 4 lea symbol(%eip), %rax
|
D | x86-64-addr32.d | 12 [ ]*[a-f0-9]+: 67 48 8d 05 00 00 00 00[ ]+lea[ ]+0x0\(%eip\),%rax.*
|
D | x86-64-addr32-intel.d | 13 [ ]*[a-f0-9]+: 67 48 8d 05 00 00 00 00[ ]+lea[ ]+rax,\[eip\+0x0\].*
|
D | reloc64.s | 29 mov xtrn(%eip), %eax 66 lea _GLOBAL_OFFSET_TABLE_(%eip), %rax
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
D | cfi-i386.d | 15 DW_CFA_offset: r8 \(eip\) at cfa-4 58 DW_CFA_undefined: r8 \(eip\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/ |
D | cfi32.d | 15 DW_CFA_offset: r8 \(eip\) at cfa\-4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
D | x86-64-addr32.d | 13 [ ]*[a-f0-9]+: 67 48 8d 05 00 00 00 00[ ]+lea[ ]+0x0\(%eip\),%rax.*
|
D | x86-64-addr32-intel.d | 13 [ ]*[a-f0-9]+: 67 48 8d 05 00 00 00 00[ ]+lea[ ]+rax,\[eip\+0x0\].*
|
D | reloc64.s | 27 mov xtrn(%eip), %eax 62 lea _GLOBAL_OFFSET_TABLE_(%eip), %rax
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
D | x86-64linux.h | 69 int32_t eip; member
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
D | compressed-1a.d | 147 DW_CFA_offset: r8 \(eip\) at cfa-4
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-reg.tbl | 289 eip, BaseIndex, RegRex64, RegEip, 8, Dw2Inval
|
D | ChangeLog-2007 | 529 * i386-dis.c (OP_E_extended): Distinguish rip- and eip- 537 * i386-reg.tbl: Add eip. Mark rip and eip with RegRex64.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2007 | 326 * gas/i386/reloc64.s: Adjust for %eip-relative addressing no 330 for %eip-realtive addressing case.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i386.texi | 850 insists upon masking @samp{%eip} to 16 bits after the word displacement
|