Home
last modified time | relevance | path

Searched refs:personality (Results 1 – 25 of 53) sorted by relevance

123

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
Dunwind-bad-1.s10 # 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
Dunwind-bad-1.l4 [^:]*: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
Dunwind-bad-2.l2 [^:]*: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
Dunwind-bad-2.s4 # 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/
Dunwind-err.s2 .personality personality
17 .proc personality label
18 personality: label
19 .endp personality
49 .personality personality
Dunwind-ok.s2 .proc personality label
3 personality: label
5 .endp personality
77 .personality personality
Dpound.s22 .personality psym#
Dunwind-err.l3 .*:2: Error: .personality outside of procedure
Dpound.l31 [[:space:]]*[[:digit:]]+[[:space:]]+\.personality psym#
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Dgc-unwind.s8 .personality my_pr
21 .personality my_pr
34 .personality my_pr
Darm-lib.ld55 KEEP (*(.text.*personality*))
128 KEEP (*(.gnu.linkonce.d.*personality*))
Darm-dyn.ld56 KEEP (*(.text.*personality*))
135 KEEP (*(.gnu.linkonce.d.*personality*))
/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.c283 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 …]
Ddw2gencfi.h112 expressionS personality; member
/toolchain/binutils/binutils-2.25/include/mach-o/
Dunwind.h113 unsigned char personality[4]; member
122 unsigned char personality[8]; member
DChangeLog12 * unwind.h (mach_o_compact_unwind_64): Fix typo in personality.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dunwind.s19 foo2: @ Custom personality routine
24 .personality foo
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-tic6x.texi136 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}.
Dc-arm.texi581 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/
Delf-eh-frame.c48 } 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/
Dmips-lib.ld69 KEEP (*(.text.*personality*))
137 KEEP (*(.gnu.linkonce.d.*personality*))
Dmips-dyn.ld70 KEEP (*(.text.*personality*))
145 KEEP (*(.gnu.linkonce.d.*personality*))
Deh-frame1.s62 # use for the personality routine and VALUE is the value it
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32msp430.sc248 KEEP (*(.gnu.linkonce.d.*personality*))
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2004508 * 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*.

123