Home
last modified time | relevance | path

Searched refs:eh (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/elfutils/backends/
Dsparc_init.c50 Ebl *eh, in sparc_init() argument
59 eh->name = "SPARC v9"; in sparc_init()
61 eh->name = "SPARC v8+"; in sparc_init()
63 eh->name = "SPARC"; in sparc_init()
64 sparc_init_reloc (eh); in sparc_init()
65 HOOK (eh, reloc_simple_type); in sparc_init()
66 HOOK (eh, machine_flag_check); in sparc_init()
67 HOOK (eh, check_special_section); in sparc_init()
68 HOOK (eh, symbol_type_name); in sparc_init()
69 HOOK (eh, dynamic_tag_name); in sparc_init()
[all …]
Dppc64_init.c47 Ebl *eh, in ppc64_init() argument
55 eh->name = "PowerPC 64-bit"; in ppc64_init()
56 ppc64_init_reloc (eh); in ppc64_init()
57 HOOK (eh, reloc_simple_type); in ppc64_init()
58 HOOK (eh, dynamic_tag_name); in ppc64_init()
59 HOOK (eh, dynamic_tag_check); in ppc64_init()
60 HOOK (eh, machine_flag_check); in ppc64_init()
61 HOOK (eh, copy_reloc_p); in ppc64_init()
62 HOOK (eh, check_special_symbol); in ppc64_init()
63 HOOK (eh, check_st_other_bits); in ppc64_init()
[all …]
Dppc_init.c45 Ebl *eh, in ppc_init() argument
53 eh->name = "PowerPC"; in ppc_init()
54 ppc_init_reloc (eh); in ppc_init()
55 HOOK (eh, reloc_simple_type); in ppc_init()
56 HOOK (eh, dynamic_tag_name); in ppc_init()
57 HOOK (eh, dynamic_tag_check); in ppc_init()
58 HOOK (eh, check_special_symbol); in ppc_init()
59 HOOK (eh, bss_plt_p); in ppc_init()
60 HOOK (eh, return_value_location); in ppc_init()
61 HOOK (eh, register_info); in ppc_init()
[all …]
Darm_init.c45 Ebl *eh, in arm_init() argument
53 eh->name = "ARM"; in arm_init()
54 arm_init_reloc (eh); in arm_init()
55 HOOK (eh, segment_type_name); in arm_init()
56 HOOK (eh, section_type_name); in arm_init()
57 HOOK (eh, machine_flag_check); in arm_init()
58 HOOK (eh, reloc_simple_type); in arm_init()
59 HOOK (eh, register_info); in arm_init()
60 HOOK (eh, core_note); in arm_init()
61 HOOK (eh, auxv_info); in arm_init()
[all …]
Ds390_init.c46 Ebl *eh, in s390_init() argument
54 eh->name = "IBM S/390"; in s390_init()
55 s390_init_reloc (eh); in s390_init()
56 HOOK (eh, reloc_simple_type); in s390_init()
57 HOOK (eh, register_info); in s390_init()
58 HOOK (eh, return_value_location); in s390_init()
59 if (eh->class == ELFCLASS64) in s390_init()
60 eh->core_note = s390x_core_note; in s390_init()
62 HOOK (eh, core_note); in s390_init()
63 HOOK (eh, abi_cfi); in s390_init()
[all …]
Di386_init.c44 Ebl *eh, in i386_init() argument
52 eh->name = "Intel 80386"; in i386_init()
53 i386_init_reloc (eh); in i386_init()
54 HOOK (eh, reloc_simple_type); in i386_init()
55 HOOK (eh, gotpc_reloc_check); in i386_init()
56 HOOK (eh, core_note); in i386_init()
57 generic_debugscn_p = eh->debugscn_p; in i386_init()
58 HOOK (eh, debugscn_p); in i386_init()
59 HOOK (eh, return_value_location); in i386_init()
60 HOOK (eh, register_info); in i386_init()
[all …]
Dalpha_init.c45 Ebl *eh, in alpha_init() argument
53 eh->name = "Alpha"; in alpha_init()
54 alpha_init_reloc (eh); in alpha_init()
55 HOOK (eh, dynamic_tag_name); in alpha_init()
56 HOOK (eh, dynamic_tag_check); in alpha_init()
57 HOOK (eh, reloc_simple_type); in alpha_init()
58 HOOK (eh, return_value_location); in alpha_init()
59 HOOK (eh, machine_section_flag_check); in alpha_init()
60 HOOK (eh, check_special_section); in alpha_init()
61 HOOK (eh, check_special_symbol); in alpha_init()
[all …]
Dx86_64_init.c47 Ebl *eh, in x86_64_init() argument
55 eh->name = "AMD x86-64"; in x86_64_init()
56 x86_64_init_reloc (eh); in x86_64_init()
57 HOOK (eh, reloc_simple_type); in x86_64_init()
58 if (eh->class == ELFCLASS32) in x86_64_init()
59 eh->core_note = x32_core_note; in x86_64_init()
61 HOOK (eh, core_note); in x86_64_init()
62 HOOK (eh, return_value_location); in x86_64_init()
63 HOOK (eh, register_info); in x86_64_init()
64 HOOK (eh, syscall_abi); in x86_64_init()
[all …]
Dia64_init.c44 Ebl *eh, in ia64_init() argument
52 eh->name = "Intel IA-64"; in ia64_init()
53 ia64_init_reloc (eh); in ia64_init()
54 HOOK (eh, reloc_simple_type); in ia64_init()
55 HOOK (eh, segment_type_name); in ia64_init()
56 HOOK (eh, section_type_name); in ia64_init()
57 HOOK (eh, dynamic_tag_name); in ia64_init()
58 HOOK (eh, dynamic_tag_check); in ia64_init()
59 HOOK (eh, machine_flag_check); in ia64_init()
60 HOOK (eh, machine_section_flag_check); in ia64_init()
[all …]
Daarch64_init.c44 Ebl *eh, in aarch64_init() argument
52 eh->name = "AARCH64"; in aarch64_init()
53 aarch64_init_reloc (eh); in aarch64_init()
54 HOOK (eh, register_info); in aarch64_init()
55 HOOK (eh, core_note); in aarch64_init()
56 HOOK (eh, reloc_simple_type); in aarch64_init()
57 HOOK (eh, return_value_location); in aarch64_init()
58 HOOK (eh, check_special_symbol); in aarch64_init()
59 HOOK (eh, abi_cfi); in aarch64_init()
64 eh->frame_nregs = 97; in aarch64_init()
[all …]
Dsh_init.c45 Ebl *eh, in sh_init() argument
53 eh->name = "Hitachi SH"; in sh_init()
54 sh_init_reloc (eh); in sh_init()
55 HOOK (eh, reloc_simple_type); in sh_init()
56 HOOK (eh, gotpc_reloc_check); in sh_init()
57 HOOK (eh, machine_flag_check); in sh_init()
58 HOOK (eh, core_note); in sh_init()
59 HOOK (eh, register_info); in sh_init()
60 HOOK (eh, return_value_location); in sh_init()
Dtilegx_init.c43 Ebl *eh, in tilegx_init() argument
51 eh->name = "TILE-Gx"; in tilegx_init()
52 tilegx_init_reloc (eh); in tilegx_init()
53 HOOK (eh, reloc_simple_type); in tilegx_init()
54 HOOK (eh, return_value_location); in tilegx_init()
55 HOOK (eh, register_info); in tilegx_init()
56 HOOK (eh, core_note); in tilegx_init()
/external/curl/tests/libtest/
Dlib540.c49 CURL *eh[NUM_HANDLES]; variable
56 res_easy_init(eh[num]); in init()
60 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
64 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY); in init()
68 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd); in init()
72 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in init()
76 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L); in init()
80 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L); in init()
84 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */ in init()
88 res_multi_add_handle(cm, eh[num]); in init()
[all …]
/external/llvm/test/Analysis/Lint/
Dcppeh-catch-intrinsics-clean.ll4 ; use of the llvm.eh.begincatch and llvm.eh.endcatch intrinsics.
8 declare void @llvm.eh.begincatch(i8*, i8*)
10 declare void @llvm.eh.endcatch()
25 %1 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*))
27 br i1 %matches, label %catch, label %eh.resume
30 call void @llvm.eh.begincatch(i8* %exn, i8* null)
35 call void @llvm.eh.endcatch()
41 eh.resume: ; preds = %catch.dispatch
60 %1 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*))
62 br i1 %matches, label %catch, label %eh.resume
[all …]
/external/e2fsprogs/lib/ext2fs/
Dextent.c74 static void dbg_show_header(struct ext3_extent_header *eh) in dbg_show_header() argument
77 ext2fs_le16_to_cpu(eh->eh_magic), in dbg_show_header()
78 ext2fs_le16_to_cpu(eh->eh_entries), in dbg_show_header()
79 ext2fs_le16_to_cpu(eh->eh_max), in dbg_show_header()
80 ext2fs_le16_to_cpu(eh->eh_depth), in dbg_show_header()
81 ext2fs_le32_to_cpu(eh->eh_generation)); in dbg_show_header()
124 #define dbg_show_header(eh) do { } while (0) argument
136 struct ext3_extent_header *eh = ptr; in ext2fs_extent_header_verify() local
138 dbg_show_header(eh); in ext2fs_extent_header_verify()
139 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC) in ext2fs_extent_header_verify()
[all …]
/external/llvm/test/CodeGen/WinEH/
Dwineh-statenumbering.ll7 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* }
8 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] }
9 %eh.ThrowInfo = type { i32, i8*, i8*, i8* }
21 @"_CT??_R0H@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 1, i8* bitcast (%rtti.…
22 …_CTA1H = linkonce_odr unnamed_addr constant %eh.CatchableTypeArray.1 { i32 1, [1 x %eh.CatchableTy…
23 @_TI1H = linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, i8* null, i8* null, i8* bitcast …
36 invoke void @_CxxThrowException(i8* %0, %eh.ThrowInfo* nonnull @_TI1H) #1
47 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1
84 declare x86_stdcallcc void @_CxxThrowException(i8*, %eh.ThrowInfo*)
Dwineh-intrinsics-invalid.ll8 ;T1: declare i8* @llvm.eh.exceptionpointer.p0i8(i32)
11 ;T1: call i8* @llvm.eh.exceptionpointer.p0i8(i32 0)
15 ;CHECK1-NEXT: i8* (i32)* @llvm.eh.exceptionpointer.p0i8
17 ;T2: declare i8* @llvm.eh.exceptionpointer.p0i8(token)
20 ;T2: call i8* @llvm.eh.exceptionpointer.p0i8(token undef)
23 ;CHECK2: eh.exceptionpointer argument must be a catchpad
24 ;CHECK2-NEXT: call i8* @llvm.eh.exceptionpointer.p0i8(token undef)
/external/llvm/test/CodeGen/X86/
Dtail-merge-wineh.ll27 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* }
28 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] }
29 %eh.ThrowInfo = type { i32, i8*, i8*, i8* }
41 @"_CT??_R0H@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 1, i8* bitcast (%rtti.…
42 …_CTA1H = linkonce_odr unnamed_addr constant %eh.CatchableTypeArray.1 { i32 1, [1 x %eh.CatchableTy…
43 @_TI1H = linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, i8* null, i8* null, i8* bitcast …
53 invoke void @_CxxThrowException(i8* %0, %eh.ThrowInfo* @_TI1H) #1
69 invoke void @_CxxThrowException(i8* %2, %eh.ThrowInfo* @_TI1H) #1
102 declare x86_stdcallcc void @_CxxThrowException(i8*, %eh.ThrowInfo*)
Ddwarf-eh-prepare.ll31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
33 br i1 %int_match, label %catch_int, label %eh.resume
38 ; CHECK: call i32 @llvm.eh.typeid.for
47 eh.resume:
52 ; CHECK: eh.resume:
69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
71 br i1 %int_match, label %catch_int, label %eh.resume
76 eh.resume:
120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
122 br i1 %int_match, label %catch_int, label %eh.resume
[all …]
/external/curl/docs/examples/
D10-at-a-time.c100 CURL *eh = curl_easy_init(); in init() local
102 curl_easy_setopt(eh, CURLOPT_WRITEFUNCTION, cb); in init()
103 curl_easy_setopt(eh, CURLOPT_HEADER, 0L); in init()
104 curl_easy_setopt(eh, CURLOPT_URL, urls[i]); in init()
105 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]); in init()
106 curl_easy_setopt(eh, CURLOPT_VERBOSE, 0L); in init()
108 curl_multi_add_handle(cm, eh); in init()
/external/llvm/test/CodeGen/ARM/
Dehabi-filters.ll53 %eh.lpad-body = phi { i8*, i32 } [ %4, %lpad ], [ %1, %lpad.i ]
54 %5 = extractvalue { i8*, i32 } %eh.lpad-body, 1
55 %6 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*)) nounwind
57 br i1 %matches, label %try.cont, label %eh.resume
60 %7 = extractvalue { i8*, i32 } %eh.lpad-body, 0
65 eh.resume: ; preds = %lpad.body
66 resume { i8*, i32 } %eh.lpad-body
69 declare i32 @llvm.eh.typeid.for(i8*) nounwind readnone
Dsetjmp_longjmp.ll4 declare i32 @llvm.eh.sjlj.setjmp(i8*)
5 declare void @llvm.eh.sjlj.longjmp(i8*)
12 declare i32 @llvm.eh.typeid.for(i8*)
38 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr)
48 call void @llvm.eh.sjlj.longjmp(i8* %bufptr)
79 %2 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIPKc to i8*)) #3
81 br i1 %matches, label %catch, label %eh.resume
94 %9 = call i32 @llvm.eh.sjlj.setjmp(i8* %5)
105 call void @llvm.eh.sjlj.longjmp(i8* %5)
108 eh.resume:
/external/llvm/test/Transforms/LCSSA/
Dmixed-catch.ll42 invoke void @_CxxThrowException(i8* %tmp1, %eh.ThrowInfo* nonnull @_TI1H) #1
74 %eh.CatchableType = type { i32, i32, i32, i32, i32, i32, i32 }
75 %eh.CatchableTypeArray.1 = type { i32, [1 x i32] }
76 %eh.ThrowInfo = type { i32, i32, i32, i32 }
89 @"_CT??_R0H@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 1, i32 trunc (i64 sub …
90 …once_odr unnamed_addr constant %eh.CatchableTypeArray.1 { i32 1, [1 x i32] [i32 trunc (i64 sub nuw…
91 …linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, i32 0, i32 0, i32 trunc (i64 sub nuw nsw…
93 declare void @_CxxThrowException(i8*, %eh.ThrowInfo*)
/external/llvm/test/Transforms/GVN/
D2011-09-07-TypeIdFor.ll12 declare i32 @llvm.eh.typeid.for(i8*) nounwind readonly
33 …%typeid.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo*…
34 ; CHECK: call i32 @llvm.eh.typeid.for
39 …%typeid1.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo…
40 ; CHECK: call i32 @llvm.eh.typeid.for
56 …%typeid = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @…
57 ; CHECK-NOT: call i32 @llvm.eh.typeid.for
62 …%typeid1 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* …
/external/libxml2/python/tests/
Dthread2.py49 eh = ErrorHandler() variable
50 libxml2.registerErrorHandler(eh.handler,"")
55 ec = len(eh.errors)
70 if len(eh.errors) != ec+THREADS_COUNT*ec:
85 if len(eh.errors) != ec+THREADS_COUNT*ec*2:

12345678910