HomeSort by relevance Sort by last modified time
    Searched refs:eh (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/elfutils/backends/
sparc_init.c 40 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_name)
    [all...]
x86_64_init.c 39 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_info)
    [all...]
ppc64_init.c 40 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_p)
    [all...]
ppc_init.c 40 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_location)
    [all...]
alpha_init.c 40 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_section)
    [all...]
i386_init.c 39 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_location)
    [all...]
ia64_init.c 39 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_check)
    [all...]
s390_init.c 39 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);
arm_init.c 40 arm_init (elf, machine, eh, ehlen)
43 Ebl *eh;
51 eh->name = "ARM";
52 arm_init_reloc (eh);
53 HOOK (eh, reloc_simple_type);
sh_init.c 40 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);
libebl_CPU.h 37 Ebl *eh, size_t ehlen);
41 #define HOOK(eh, name) eh->name = EBLHOOK(name)
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh26.cpp 9 } catch(const MyExceptionHandler& eh) {
eh27.cpp 11 } catch(const MyExceptionHandler& eh) {
  /ndk/tests/device/test-stlport_static-exception/jni/
eh26.cpp 9 } catch(const MyExceptionHandler& eh) {
eh27.cpp 11 } catch(const MyExceptionHandler& eh) {
  /external/llvm/test/MC/MachO/
symbol-diff.s 5 _g.eh:
78 // CHECK-NEXT: ('_string_data', '\x00_g\x00_g.eh\x00\x00\x00')
94 // CHECK-NEXT: ('_string', '_g.eh')
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local
184 while (IPV6_EXTHDR(eh->nexthdr)) {
185 if (eh->nexthdr == IPV6_EXTHDR_NONE)
187 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
189 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
190 hlen = (eh->hdrlen + 2) << 2;
192 hlen = IPV6_EXTHDR_LEN(eh);
195 eh = (struct ipv6_exthdr *)(h + len)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderList.java 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next(); local
67 retval.append(eh.encode());
  /external/e2fsprogs/lib/ext2fs/
extent.c 73 static void dbg_show_header(struct ext3_extent_header *eh)
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->eh_magic) != EXT3_EXT_MAGIC
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/llvm/utils/
llvm-native-gcc 117 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_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 125 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 == NULL
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 396 ErrorListener eh = xctxt.getErrorListener(); local
399 eh.warning(new TransformerException(fmsg, xctxt.getSAXLocator()));
451 ErrorListener eh = xctxt.getErrorListener(); local
454 eh.fatalError(te);
  /external/libffi/src/x86/
darwin.S 357 .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:
  /external/stlport/test/eh/
bcb.mak 60 ..\test\eh\eh_test.exe -s 100
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 242 * @param eh The <code>ErrorHandler</code> to be used by the parser.
245 public abstract void setErrorHandler(ErrorHandler eh);

Completed in 469 milliseconds

1 2 3