OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:personality
(Results
376 - 400
of
1343
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libunwind/include/
dwarf-eh.h
44
(LSDA) pointer and a pointer to a
personality
-routine.
79
'P': Indicates the presence of a
personality
routine (handler).
82
which specifies the address of the
personality
routine.
/external/llvm/lib/CodeGen/AsmPrinter/
WinException.h
28
/// Per-function flag to indicate if
personality
info should be emitted.
50
/// the __CxxFrameHandler3
personality
.
54
///
personality
functions. These are only used on 32-bit and do not use CFI
/external/llvm/test/CodeGen/X86/
funclet-layout.ll
12
define void @test1(i1 %B)
personality
i32 (...)* @__CxxFrameHandler3 {
52
define i32 @test2(i1 %B)
personality
i32 (...)* @__CxxFrameHandler3 {
103
define void @test3(i1 %V) #0
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
setjmp-spills.ll
8
declare void @
personality
()
81
define void @setjmp_invoker()
personality
void ()* @
personality
{
win32-eh.ll
15
define void @use_except_handler3()
personality
i32 (...)* @_except_handler3 {
54
define void @use_except_handler4()
personality
i32 (...)* @_except_handler4 {
97
define void @use_CxxFrameHandler3()
personality
i32 (...)* @__CxxFrameHandler3 {
/external/llvm/test/MC/ARM/
eh-directive-personality.s
6
@ Check the .
personality
directive.
20
.
personality
__gxx_personality_v0
71
.
personality
__gxx_personality_v0
eh-directive-multiple-offsets.s
24
.
personality
__gxx_personality_v0
53
.
personality
__gxx_personality_v0
86
.
personality
__gxx_personality_v0
117
.
personality
__gxx_personality_v0
159
.
personality
__gxx_personality_v0
eh-directive-setfp.s
38
.
personality
__gxx_personality_v0
67
.
personality
__gxx_personality_v0
80
.
personality
__gxx_personality_v0
110
.
personality
__gxx_personality_v0
123
.
personality
__gxx_personality_v0
153
.
personality
__gxx_personality_v0
166
.
personality
__gxx_personality_v0
198
.
personality
__gxx_personality_v0
211
.
personality
__gxx_personality_v0
224
.
personality
__gxx_personality_v
[
all
...]
/external/ltrace/sysdeps/linux-gnu/x86/
trace.c
65
proc->
personality
= 1;
68
proc->
personality
= 0;
71
proc->
personality
= 0;
/external/strace/linux/x86_64/
get_scno.c
99
"detecting
personality
of process PID=%d",
125
"detecting
personality
of process PID=%d",
133
* If we are built for a x32 system, then
personality
0 is x32
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar
/toolchain/binutils/binutils-2.25/include/mach-o/
unwind.h
113
unsigned char
personality
[4];
member in struct:mach_o_compact_unwind_32
122
unsigned char
personality
[8];
member in struct:mach_o_compact_unwind_64
141
-
personality
array
/external/clang/lib/CodeGen/
CGException.cpp
110
/// On Win64, use libgcc's SEH
personality
function. We fall back to dwarf on
154
/// Determines the
personality
function to use when both C++
159
// The ObjC
personality
defers to the C++
personality
for non-ObjC
160
// handlers. Unlike the C++ case, we use the same
personality
172
// The GCC runtime's
personality
function inherently doesn't support
173
// mixed EH. Use the C++
personality
just to avoid returning null.
194
// Functions using SEH get an SEH
personality
.
198
// Try to pick a
personality
function that is compatible with MSVC if we're
200
// the GCC-style
personality
function
[
all
...]
/bionic/libc/bionic/
libc_init_common.cpp
40
#include <sys/
personality
.h>
288
int old_value =
personality
(0xffffffff);
290
__libc_fatal("error getting old
personality
value: %s", strerror(errno));
293
if (
personality
((static_cast<unsigned int>(old_value) & ~PER_MASK) | PER_LINUX32) == -1) {
294
__libc_fatal("error setting PER_LINUX32
personality
: %s", strerror(errno));
/toolchain/binutils/binutils-2.25/gas/doc/
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}.
/external/llvm/test/CodeGen/WinEH/
wineh-demotion.ll
16
define void @test1(i1 %B)
personality
i32 (...)* @__CxxFrameHandler3 {
56
define void @test2(i1 %B)
personality
i32 (...)* @__CxxFrameHandler3 {
122
define void @test4(i1 %B)
personality
i32 (...)* @__CxxFrameHandler3 {
178
define void @test5()
personality
i32 (...)* @__CxxFrameHandler3 {
253
define void @test6()
personality
i32 (...)* @__CxxFrameHandler3 {
275
define void @test7()
personality
i32 (...)* @__CxxFrameHandler3 {
330
define void @test8()
personality
i32 (...)* @__CxxFrameHandler3 { entry:
/external/llvm/test/Transforms/SimplifyCFG/
empty-cleanuppad.ll
26
define void @f1()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
74
define void @f2()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
136
define void @f3()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
198
define void @f4()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
251
define i32 @f6()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
310
define i32 @f7()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
378
define void @f8()
personality
i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
/external/strace/
syscall.c
283
set_personality(int
personality
)
285
nsyscalls = nsyscall_vec[
personality
];
286
sysent = sysent_vec[
personality
];
288
switch (
personality
) {
322
current_personality =
personality
;
324
current_wordsize = personality_wordsize[
personality
];
329
update_personality(struct tcb *tcp, unsigned int
personality
)
331
if (
personality
== current_personality)
333
set_personality(
personality
);
335
if (
personality
== tcp->currpers
[
all
...]
/external/llvm/docs/
ExceptionHandling.rst
94
supplying *personalities*. An exception handling
personality
is defined by
95
way of a *
personality
function* (e.g. ``__gxx_personality_v0`` in C++),
98
table for the current function. The
personality
function for the current
165
The ``landingpad`` instruction looks for a reference to the
personality
301
call frame's language-specific
personality
function. Not all unwinders guarantee
352
depends on the compilation target and the
personality
function associated
386
personality
function associated with the corresponding ``landingpad``
514
table is specific to the
personality
function, but the majority of personalities
551
personality
routine, which decides what actions to take to handle the exception.
552
There are a few major personalities for C and C++ code: the C++
personality
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
[
all
...]
/external/llvm/test/Transforms/Inline/
inline_invoke.ll
31
define internal void @test0_in() alwaysinline uwtable ssp
personality
i32 (...)* @__gxx_personality_v0 {
63
define void @test0_out() uwtable ssp
personality
i32 (...)* @__gxx_personality_v0 {
116
define void @test1_out() uwtable ssp
personality
i32 (...)* @__gxx_personality_v0 {
224
define void @test2_out() uwtable ssp
personality
i32 (...)* @__gxx_personality_v0 {
253
define void @test3_out() uwtable ssp
personality
i32 (...)* @__gxx_personality_v0 {
287
define void @test4_out() uwtable ssp
personality
i32 (...)* @__gxx_personality_v0 {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp
50
/// Emit the
personality
index prefix.
53
"Invalid
personality
prefix");
160
// User-specifed
personality
routine: [ SIZE , OP1 , OP2 , ... ]
/external/clang/test/CodeGenCXX/
typeid.cpp
34
// CHECK-SAME:
personality
i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
windows-itanium-exceptions.cpp
24
// CHECK-SAME:
personality
i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
Completed in 2879 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>