/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | unwind-bad-1.s | 10 # personality routine specified for cantunwind frame 17 .personality foo 18 # personality routine specified for cantunwind frame 27 .personality foo 28 # duplicate .personality directive 29 .personality bar 40 # personality routine required before .handlerdata directive 47 # bad personality routine number 49 # bad personality routine number
|
D | unwind-bad-1.l | 4 [^:]*:11: Error: personality routine specified for cantunwind frame 5 [^:]*:19: Error: personality routine specified for cantunwind frame 6 [^:]*:29: Error: duplicate \.personality directive 9 [^:]*:41: Error: personality routine required before \.handlerdata directive 10 [^:]*:48: Error: bad personality routine number 11 [^:]*:50: Error: bad personality routine number
|
D | unwind-bad-2.l | 2 [^:]*:8: Error: stack pointer offset too large for personality routine 3 [^:]*:20: Error: stack frame layout does not match personality routine 4 [^:]*:33: Error: stack frame layout does not match personality routine
|
D | unwind-bad-2.s | 4 # stack pointer offset too large for personality routine 18 # stack frame layout does not match personality routine 31 # stack frame layout does not match personality routine
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | unwind-err.s | 2 .personality personality 17 .proc personality label 18 personality: label 19 .endp personality 49 .personality personality
|
D | unwind-ok.s | 2 .proc personality label 3 personality: label 5 .endp personality 77 .personality personality
|
D | pound.s | 22 .personality psym#
|
D | unwind-err.l | 3 .*:2: Error: .personality outside of procedure
|
D | pound.l | 31 [[:space:]]*[[:digit:]]+[[:space:]]+\.personality psym#
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | gc-unwind.s | 8 .personality my_pr 21 .personality my_pr 34 .personality my_pr
|
D | arm-lib.ld | 55 KEEP (*(.text.*personality*)) 128 KEEP (*(.gnu.linkonce.d.*personality*))
|
D | arm-dyn.ld | 56 KEEP (*(.text.*personality*)) 135 KEEP (*(.gnu.linkonce.d.*personality*))
|
/toolchain/binutils/binutils-2.25/gas/ |
D | dw2gencfi.c | 283 expressionS personality; member 856 expression_and_evaluate (&fde->personality); in dot_cfi_personality() 857 switch (fde->personality.X_op) in dot_cfi_personality() 1480 exp = cie->personality; in output_cie() 1661 if (cie->personality.X_op != fde->personality.X_op in select_cie_for_fde() 1662 || cie->personality.X_add_number in select_cie_for_fde() 1663 != fde->personality.X_add_number) in select_cie_for_fde() 1665 switch (cie->personality.X_op) in select_cie_for_fde() 1668 if (cie->personality.X_unsigned != fde->personality.X_unsigned) in select_cie_for_fde() 1672 if (cie->personality.X_add_symbol in select_cie_for_fde() [all …]
|
D | dw2gencfi.h | 112 expressionS personality; member
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | unwind.h | 113 unsigned char personality[4]; member 122 unsigned char personality[8]; member
|
D | ChangeLog | 12 * unwind.h (mach_o_compact_unwind_64): Fix typo in personality.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | unwind.s | 19 foo2: @ Custom personality routine 24 .personality foo
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-tic6x.texi | 136 Prevents unwinding through the current function. No personality routine 182 Sets the personality routine for the current function to the ABI specified 185 @cindex @code{.personality} directive, TIC6X 186 @item .personality @var{name} 187 Sets the personality routine for the current function to @var{name}.
|
D | c-arm.texi | 581 Prevents unwinding through the current function. No personality routine 683 If no personality routine has been specified then standard personality 711 Must be preceded by a @code{.personality} or @code{.personalityindex} 777 @cindex @code{.personality} directive, ARM 778 @item .personality @var{name} 779 Sets the personality routine for the current function to @var{name}. 783 Sets the personality routine for the current function to the EABI standard
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-eh-frame.c | 48 } personality; member 232 && memcmp (&c1->personality, &c2->personality, in cie_eq() 233 sizeof (c1->personality)) == 0 in cie_eq() 268 h = iterative_hash_object (c->personality, h); in cie_compute_hash() 714 cie->personality.reloc_index in _bfd_elf_parse_eh_frame() 1034 rel = cookie->rels + cie->personality.reloc_index; in find_merged_cie() 1035 memset (&cie->personality, 0, sizeof (cie->personality)); in find_merged_cie() 1054 cie->personality.h = h; in find_merged_cie() 1073 cie->personality.sym.bfd_id = abfd->id; in find_merged_cie() 1074 cie->personality.sym.index = r_symndx; in find_merged_cie()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | mips-lib.ld | 69 KEEP (*(.text.*personality*)) 137 KEEP (*(.gnu.linkonce.d.*personality*))
|
D | mips-dyn.ld | 70 KEEP (*(.text.*personality*)) 145 KEEP (*(.gnu.linkonce.d.*personality*))
|
D | eh-frame1.s | 62 # use for the personality routine and VALUE is the value it
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elf32msp430.sc | 248 KEEP (*(.gnu.linkonce.d.*personality*))
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2004 | 508 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*. 1086 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*. 1087 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
|