Searched refs:eh (Results 1 - 25 of 44) sorted by relevance

12

/external/elfutils/backends/
H A Dsparc_init.c40 sparc_init (elf, machine, eh, ehlen)
43 Ebl *eh; variable
52 eh->name = "SPARC v9";
54 eh->name = "SPARC v8+";
56 eh->name = "SPARC";
57 sparc_init_reloc (eh); variable
58 HOOK (eh, reloc_simple_type);
59 HOOK (eh, machine_flag_check);
60 HOOK (eh, check_special_section);
61 HOOK (eh, symbol_type_nam
[all...]
H A Dx86_64_init.c39 x86_64_init (elf, machine, eh, ehlen)
42 Ebl *eh;
50 eh->name = "AMD x86-64";
51 x86_64_init_reloc (eh);
52 HOOK (eh, reloc_simple_type);
53 HOOK (eh, core_note);
54 HOOK (eh, return_value_location);
55 HOOK (eh, register_info);
56 HOOK (eh, syscall_abi);
57 HOOK (eh, auxv_inf
[all...]
H A Dppc64_init.c40 ppc64_init (elf, machine, eh, ehlen)
43 Ebl *eh;
51 eh->name = "PowerPC 64-bit";
52 ppc64_init_reloc (eh);
53 HOOK (eh, reloc_simple_type);
54 HOOK (eh, dynamic_tag_name);
55 HOOK (eh, dynamic_tag_check);
56 HOOK (eh, copy_reloc_p);
57 HOOK (eh, check_special_symbol);
58 HOOK (eh, bss_plt_
[all...]
H A Dppc_init.c40 ppc_init (elf, machine, eh, ehlen)
43 Ebl *eh;
51 eh->name = "PowerPC";
52 ppc_init_reloc (eh);
53 HOOK (eh, reloc_simple_type);
54 HOOK (eh, dynamic_tag_name);
55 HOOK (eh, dynamic_tag_check);
56 HOOK (eh, check_special_symbol);
57 HOOK (eh, bss_plt_p);
58 HOOK (eh, return_value_locatio
[all...]
H A Dalpha_init.c40 alpha_init (elf, machine, eh, ehlen)
43 Ebl *eh;
51 eh->name = "Alpha";
52 alpha_init_reloc (eh);
53 HOOK (eh, dynamic_tag_name);
54 HOOK (eh, dynamic_tag_check);
55 HOOK (eh, reloc_simple_type);
56 HOOK (eh, return_value_location);
57 HOOK (eh, machine_section_flag_check);
58 HOOK (eh, check_special_sectio
[all...]
H A Di386_init.c39 i386_init (elf, machine, eh, ehlen)
42 Ebl *eh;
50 eh->name = "Intel 80386";
51 i386_init_reloc (eh);
52 HOOK (eh, reloc_simple_type);
53 HOOK (eh, gotpc_reloc_check);
54 HOOK (eh, core_note);
55 generic_debugscn_p = eh->debugscn_p;
56 HOOK (eh, debugscn_p);
57 HOOK (eh, return_value_locatio
[all...]
H A Dia64_init.c39 ia64_init (elf, machine, eh, ehlen)
42 Ebl *eh;
50 eh->name = "Intel IA-64";
51 ia64_init_reloc (eh);
52 HOOK (eh, reloc_simple_type);
53 HOOK (eh, segment_type_name);
54 HOOK (eh, section_type_name);
55 HOOK (eh, dynamic_tag_name);
56 HOOK (eh, dynamic_tag_check);
57 HOOK (eh, machine_flag_chec
[all...]
H A Ds390_init.c39 s390_init (elf, machine, eh, ehlen)
42 Ebl *eh;
50 eh->name = "IBM S/390";
51 s390_init_reloc (eh);
52 HOOK (eh, reloc_simple_type);
53 HOOK (eh, register_info);
54 HOOK (eh, return_value_location);
57 if (eh->class == ELFCLASS64)
58 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
H A Darm_init.c40 arm_init (elf, machine, eh, ehlen)
43 Ebl *eh;
51 eh->name = "ARM";
52 arm_init_reloc (eh);
53 HOOK (eh, reloc_simple_type);
H A Dsh_init.c40 sh_init (elf, machine, eh, ehlen)
43 Ebl *eh;
51 eh->name = "Hitachi SH";
52 sh_init_reloc (eh);
53 HOOK (eh, reloc_simple_type);
H A Dlibebl_CPU.h37 Ebl *eh, size_t ehlen);
41 #define HOOK(eh, name) eh->name = EBLHOOK(name)
/external/llvm/test/MC/MachO/
H A Dsymbol-diff.s5 _g.eh:
78 // CHECK-NEXT: ('_string_data', '\x00_g\x00_g.eh\x00\x00\x00')
94 // CHECK-NEXT: ('_string', '_g.eh')
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DExtensionHeaderList.java66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next();
67 retval.append(eh.encode());
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c73 static void dbg_show_header(struct ext3_extent_header *eh) argument
76 ext2fs_le16_to_cpu(eh->eh_magic),
77 ext2fs_le16_to_cpu(eh->eh_entries),
78 ext2fs_le16_to_cpu(eh->eh_max),
79 ext2fs_le16_to_cpu(eh->eh_depth),
80 ext2fs_le32_to_cpu(eh->eh_generation));
123 #define dbg_show_header(eh) do { } while (0)
135 struct ext3_extent_header *eh = ptr; local
137 dbg_show_header(eh);
138 if (ext2fs_le16_to_cpu(eh
193 struct ext3_extent_header *eh; local
284 struct ext3_extent_header *eh; local
830 struct ext3_extent_header *eh, *neweh; local
1051 struct ext3_extent_header *eh; local
1453 struct ext3_extent_header *eh; local
1588 struct ext3_extent_header *eh; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h23 eh = NULL;
63 if (eh) {
64 eh->close();
65 delete eh;
66 eh = NULL;
513 if (eh) {
514 eh->close();
515 delete eh;
518 eh = new EventHistory();
519 if (eh
[all...]
/external/llvm/utils/
H A Dllvm-native-gcc117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
148 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
151 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp134 eh = NULL;
196 if (eh) {
197 eh->close();
198 delete eh;
199 eh = NULL;
730 if (eh) {
731 eh->close();
732 delete eh;
735 eh = new EventHistory();
736 if (eh
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp125 eh = NULL;
188 if (eh) {
189 eh->close();
190 delete eh;
191 eh = NULL;
753 if (eh) {
754 eh->close();
755 delete eh;
758 eh = new EventHistory();
759 if (eh
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java396 ErrorListener eh = xctxt.getErrorListener();
399 eh.warning(new TransformerException(fmsg, xctxt.getSAXLocator()));
451 ErrorListener eh = xctxt.getErrorListener();
454 eh.fatalError(te);
/external/libffi/src/x86/
H A Ddarwin.S357 .globl _ffi_call_SYSV.eh
358 _ffi_call_SYSV.eh:
382 .globl _ffi_closure_SYSV.eh
383 _ffi_closure_SYSV.eh:
410 .globl _ffi_closure_raw_SYSV.eh
411 _ffi_closure_raw_SYSV.eh:
H A Ddarwin64.S338 .globl _ffi_call_unix64.eh
339 _ffi_call_unix64.eh:
382 .globl _ffi_closure_unix64.eh
383 _ffi_closure_unix64.eh:
/external/stlport/test/eh/
H A Dbcb.mak60 ..\test\eh\eh_test.exe -s 100
/external/libvpx/vp8/common/x86/
H A Diwalsh_sse2.asm35 pshufd xmm2, xmm1, 4eh ;ip[8] ip[12]
66 pshufd xmm2, xmm1, 4eh ;ip[8] ip[12]
/external/tcpdump/
H A Daodv.h183 struct aodv_ext eh; /* extension header */ member in struct:aodv_hello
/external/libffi/src/powerpc/
H A Ddarwin.S208 .globl _ffi_call_DARWIN.eh
209 _ffi_call_DARWIN.eh:

Completed in 5121 milliseconds

12