Home
last modified time | relevance | path

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

12345678910>>...18

/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/syslinux/com32/mboot/
Dmap.c106 Elf32_Ehdr *eh = ptr; in map_image() local
144 memcmp(eh->e_ident, "\x7f" "ELF\1\1\1", 6) || in map_image()
145 (eh->e_machine != EM_386 && eh->e_machine != EM_486 && in map_image()
146 eh->e_machine != EM_X86_64) || in map_image()
147 eh->e_version != EV_CURRENT || in map_image()
148 eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len || in map_image()
149 eh->e_phentsize < sizeof(Elf32_Phdr) || in map_image()
150 !eh->e_phnum || eh->e_phoff + eh->e_phentsize * eh->e_phnum > len) in map_image()
151 eh = NULL; /* No valid ELF header found */ in map_image()
154 if (!set.solaris && eh && kernel_is_solaris(eh)) in map_image()
[all …]
/external/curl/tests/libtest/
Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
62 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY); in init()
66 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd); in init()
70 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in init()
74 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L); in init()
78 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L); in init()
82 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */ in init()
86 res_multi_add_handle(cm, eh[num]); in init()
[all …]
/external/syslinux/com32/modules/
Delf.c62 Elf32_Ehdr *eh = ptr; in boot_elf() local
92 if (memcmp(eh->e_ident, "\x7f" "ELF\1\1\1", 6)) in boot_elf()
99 if (eh->e_machine != EM_386 && eh->e_machine != EM_486 && in boot_elf()
100 eh->e_machine != EM_X86_64) in boot_elf()
103 if (eh->e_version != EV_CURRENT) in boot_elf()
106 if (eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len) in boot_elf()
109 if (eh->e_phentsize < sizeof(Elf32_Phdr)) in boot_elf()
112 if (!eh->e_phnum) in boot_elf()
115 if (eh->e_phoff + eh->e_phentsize * eh->e_phnum > len) in boot_elf()
126 ph = (Elf32_Phdr *) (cptr + eh->e_phoff); in boot_elf()
[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/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-05-04-MultipleLandingPadSuccs.ll38 %exn = tail call i8* @llvm.eh.exception() nounwind
39 …%eh.selector = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn, i8* bitcast (i32 (...)* …
41 to label %eh.resume unwind label %terminate.lpad
44 %exn27 = tail call i8* @llvm.eh.exception() nounwind
45 …%eh.selector28 = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn27, i8* bitcast (i32 (..…
47 to label %eh.resume unwind label %terminate.lpad
60 %exn45 = tail call i8* @llvm.eh.exception() nounwind
61 …%eh.selector46 = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn45, i8* bitcast (i32 (..…
63 to label %eh.resume unwind label %terminate.lpad
65 eh.resume:
[all …]
Deh-resume-darwin.ll6 declare i8* @llvm.eh.exception() nounwind readonly
8 declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
10 declare void @llvm.eh.resume(i8*, i32)
23 %exn = call i8* @llvm.eh.exception()
24 …%sel = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn, i8* bitcast (i32 (...)* @__gxx_person…
25 call void @llvm.eh.resume(i8* %exn, i32 %sel) noreturn
/external/e2fsprogs/lib/ext2fs/
Dextent.c78 static void dbg_show_header(struct ext3_extent_header *eh) in dbg_show_header() argument
81 ext2fs_le16_to_cpu(eh->eh_magic), in dbg_show_header()
82 ext2fs_le16_to_cpu(eh->eh_entries), in dbg_show_header()
83 ext2fs_le16_to_cpu(eh->eh_max), in dbg_show_header()
84 ext2fs_le16_to_cpu(eh->eh_depth), in dbg_show_header()
85 ext2fs_le32_to_cpu(eh->eh_generation)); in dbg_show_header()
155 #define dbg_show_header(eh) do { } while (0) argument
168 struct ext3_extent_header *eh = ptr; in ext2fs_extent_header_verify() local
170 dbg_show_header(eh); in ext2fs_extent_header_verify()
171 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC) in ext2fs_extent_header_verify()
[all …]
/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/llvm/test/CodeGen/WinEH/
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/curl/docs/examples/
D10-at-a-time.c101 CURL *eh = curl_easy_init(); in init() local
103 curl_easy_setopt(eh, CURLOPT_WRITEFUNCTION, cb); in init()
104 curl_easy_setopt(eh, CURLOPT_HEADER, 0L); in init()
105 curl_easy_setopt(eh, CURLOPT_URL, urls[i]); in init()
106 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]); in init()
107 curl_easy_setopt(eh, CURLOPT_VERBOSE, 0L); in init()
109 curl_multi_add_handle(cm, eh); in init()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-08-04-MingWCrash.ll13 %exn = tail call i8* @llvm.eh.exception() nounwind
14 …%eh.selector = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn, i8* bitcast (i32 (...)* …
15 %ehspec.fails = icmp slt i32 %eh.selector, 0
29 declare i8* @llvm.eh.exception() nounwind readonly
33 declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
D2007-05-05-Personality.ll14 %eh_ptr = tail call i8* @llvm.eh.exception()
15 …%eh_select = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr, i8* bitcast (i32 (...)*…
16 %eh_typeid = tail call i32 @llvm.eh.typeid.for(i8* @error)
30 declare i8* @llvm.eh.exception() nounwind readonly
32 declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
34 declare i32 @llvm.eh.typeid.for(i8*) nounwind

12345678910>>...18