Searched refs:GElf_Half (Results 1 – 25 of 26) sorted by relevance
12
/third_party/elfutils/libebl/ |
D | eblopenbackend.c | 43 Ebl *i386_init (Elf *, GElf_Half, Ebl *); 44 Ebl *sh_init (Elf *, GElf_Half, Ebl *); 45 Ebl *x86_64_init (Elf *, GElf_Half, Ebl *); 46 Ebl *ia64_init (Elf *, GElf_Half, Ebl *); 47 Ebl *alpha_init (Elf *, GElf_Half, Ebl *); 48 Ebl *arm_init (Elf *, GElf_Half, Ebl *); 49 Ebl *aarch64_init (Elf *, GElf_Half, Ebl *); 50 Ebl *sparc_init (Elf *, GElf_Half, Ebl *); 51 Ebl *ppc_init (Elf *, GElf_Half, Ebl *); 52 Ebl *ppc64_init (Elf *, GElf_Half, Ebl *); [all …]
|
D | libeblP.h | 85 typedef Ebl *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *);
|
D | libebl.h | 61 extern Ebl *ebl_openbackend_machine (GElf_Half machine);
|
/third_party/elfutils/backends/ |
D | bpf_init.c | 44 GElf_Half machine __attribute__ ((unused)), in bpf_init()
|
D | sh_init.c | 44 GElf_Half machine __attribute__ ((unused)), in sh_init()
|
D | m68k_init.c | 42 GElf_Half machine __attribute__ ((unused)), in m68k_init()
|
D | csky_init.c | 42 GElf_Half machine __attribute__ ((unused)), in csky_init()
|
D | ia64_init.c | 43 GElf_Half machine __attribute__ ((unused)), in ia64_init()
|
D | aarch64_init.c | 43 GElf_Half machine __attribute__ ((unused)), in aarch64_init()
|
D | i386_init.c | 43 GElf_Half machine __attribute__ ((unused)), in i386_init()
|
D | alpha_init.c | 44 GElf_Half machine __attribute__ ((unused)), in alpha_init()
|
D | x86_64_init.c | 46 GElf_Half machine __attribute__ ((unused)), in x86_64_init()
|
D | s390_init.c | 45 GElf_Half machine __attribute__ ((unused)), in s390_init()
|
D | ppc_init.c | 44 GElf_Half machine __attribute__ ((unused)), in ppc_init()
|
D | libebl_CPU.h | 40 extern Ebl *EBLHOOK(init) (Elf *elf, GElf_Half machine, Ebl *eh);
|
D | arm_init.c | 44 GElf_Half machine __attribute__ ((unused)), in arm_init()
|
D | sparc_init.c | 49 GElf_Half machine __attribute__ ((unused)), in sparc_init()
|
D | riscv_init.c | 54 GElf_Half machine __attribute__ ((unused)), in riscv_init()
|
D | ppc64_init.c | 46 GElf_Half machine __attribute__ ((unused)), in ppc64_init()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 49 GElf_Half *e_typep) in __libdwfl_elf_address_range() 246 GElf_Half e_type; in __libdwfl_report_elf()
|
D | libdwflP.h | 176 GElf_Half e_type; /* GElf_Ehdr.e_type cache. */ 565 GElf_Addr *biasp, GElf_Half *e_typep)
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.h | 62 e_machine_to_string(GElf_Half e_machine);
|
D | abg-elf-helpers.cc | 120 e_machine_to_string(GElf_Half e_machine) in e_machine_to_string()
|
/third_party/elfutils/libelf/ |
D | gelf.h | 44 typedef Elf64_Half GElf_Half; typedef
|
/third_party/elfutils/libdw/ |
D | libdw.h | 73 typedef GElf_Half Dwarf_Half;
|
12