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

1 2 3

  /external/elfutils/libebl/
i386_init.c 23 i386_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "Intel 80386";
35 eh->reloc_type_name = i386_reloc_type_name;
36 eh->reloc_type_check = i386_reloc_type_check;
37 eh->reloc_valid_use = i386_reloc_valid_use;
38 eh->gotpc_reloc_check = i386_gotpc_reloc_check;
39 eh->core_note = i386_core_note;
40 eh->destr = i386_destr;
ia64_init.c 23 ia64_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "Intel IA-64";
35 eh->reloc_type_name = ia64_reloc_type_name;
36 eh->reloc_type_check = ia64_reloc_type_check;
37 eh->segment_type_name = ia64_segment_type_name;
38 eh->dynamic_tag_name = ia64_dynamic_tag_name;
39 eh->destr = ia64_destr;
ppc64_init.c 23 ppc64_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "PowerPC 64-bit";
35 eh->reloc_type_name = ppc64_reloc_type_name;
36 eh->reloc_type_check = ppc64_reloc_type_check;
37 eh->reloc_valid_use = ppc64_reloc_valid_use;
38 eh->dynamic_tag_name = ppc64_dynamic_tag_name;
39 eh->destr = ppc64_destr;
sparc_init.c 22 sparc_init (elf, machine, eh, ehlen)
25 Ebl *eh;
34 eh->name = "SPARC v9";
36 eh->name = "SPARC v8+";
38 eh->name = "SPARC";
39 eh->reloc_type_name = sparc_reloc_type_name;
40 eh->reloc_type_check = sparc_reloc_type_check;
41 //eh->core_note = sparc_core_note;
42 eh->destr = sparc_destr;
alpha_init.c 23 alpha_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "Alpha";
35 eh->reloc_type_name = alpha_reloc_type_name;
36 eh->reloc_type_check = alpha_reloc_type_check;
37 eh->destr = alpha_destr;
arm_init.c 23 arm_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "Arm";
35 eh->reloc_type_name = arm_reloc_type_name;
36 eh->reloc_type_check = arm_reloc_type_check;
37 eh->destr = arm_destr;
mips_init.c 23 mips_init (elf, machine, eh, ehlen)
26 Ebl *eh;
35 eh->name = "MIPS R3000 big-endian";
37 eh->name = "MIPS R3000 little-endian";
39 eh->reloc_type_name = mips_reloc_type_name;
40 eh->segment_type_name = mips_segment_type_name;
41 eh->section_type_name = mips_section_type_name;
42 eh->machine_flag_name = mips_machine_flag_name;
43 eh->dynamic_tag_name = mips_dynamic_tag_name;
44 eh->destr = mips_destr
    [all...]
ppc_init.c 23 ppc_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "PowerPC";
35 eh->reloc_type_name = ppc_reloc_type_name;
36 eh->reloc_type_check = ppc_reloc_type_check;
37 eh->reloc_valid_use = ppc_reloc_valid_use;
38 eh->destr = ppc_destr;
x86_64_init.c 23 x86_64_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "AMD x86-64";
35 eh->reloc_type_name = x86_64_reloc_type_name;
36 eh->reloc_type_check = x86_64_reloc_type_check;
37 eh->reloc_valid_use = x86_64_reloc_valid_use;
38 //eh->core_note = i386_core_note;
39 eh->destr = x86_64_destr;
sh_init.c 23 sh_init (elf, machine, eh, ehlen)
26 Ebl *eh;
34 eh->name = "Hitachi SH";
35 eh->reloc_type_name = sh_reloc_type_name;
36 eh->destr = sh_destr;
libebl_alpha.h 21 extern int alpha_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_arm.h 21 extern int arm_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_sh.h 21 extern int sh_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_sparc.h 21 extern int sparc_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_i386.h 21 extern int i386_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_ia64.h 21 extern int ia64_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_mips.h 21 extern int mips_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_ppc.h 21 extern int ppc_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_ppc64.h 21 extern int ppc64_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_x86_64.h 21 extern int x86_64_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
  /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')
  /external/collada/src/dae/
daeErrorHandler.cpp 21 void daeErrorHandler::setErrorHandler( daeErrorHandler *eh ) {
22 _instance = eh;
  /external/collada/include/dae/
daeErrorHandler.h 46 * @param eh The new daeErrorHandler to use. Passing in NULL results in the default plugin being used.
48 static void setErrorHandler( daeErrorHandler *eh );
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderList.java 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next(); local
67 retval.append(eh.encode());
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 23 eh = NULL;
63 if (eh) {
64 eh->close();
65 delete eh;
66 eh = NULL;
515 if (eh) {
516 eh->close();
517 delete eh;
520 eh = new EventHistory();
521 if (eh == NULL
    [all...]

Completed in 1100 milliseconds

1 2 3