/external/elfutils/backends/ |
s390_init.c | 46 Ebl *eh, 50 if (ehlen < sizeof (Ebl))
|
x86_64_init.c | 47 Ebl *eh, 51 if (ehlen < sizeof (Ebl))
|
sparc_attrs.c | 40 sparc_check_object_attribute (Ebl *ebl __attribute__ ((unused)),
|
i386_cfi.c | 39 i386_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
|
i386_symbol.c | 52 i386_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
|
ppc_attrs.c | 40 ppc_check_object_attribute (Ebl *ebl __attribute__ ((unused)),
|
s390_cfi.c | 39 s390_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info) 60 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4;
|
sh_symbol.c | 50 sh_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
|
x86_64_cfi.c | 39 x86_64_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
|
arm_symbol.c | 111 arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) 128 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
|
ia64_symbol.c | 118 ia64_reloc_simple_type (Ebl *ebl, int type) 129 if (ebl->data == ELFDATA2MSB) 134 if (ebl->data == ELFDATA2LSB) 139 if (ebl->data == ELFDATA2MSB) 144 if (ebl->data == ELFDATA2LSB) 154 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
|
sparc_init.c | 50 Ebl *eh, 54 if (ehlen < sizeof (Ebl))
|
aarch64_cfi.c | 49 aarch64_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
|
arm_cfi.c | 49 arm_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
|
libebl_CPU.h | 41 Ebl *eh, size_t ehlen); 43 #include "ebl-hooks.h"
|
ppc64_resolve_sym.c | 44 ppc64_resolve_sym_value (Ebl *ebl, GElf_Addr *addr) 46 if (ebl->fd_data != NULL && *addr >= ebl->fd_addr 47 && *addr + sizeof (Elf64_Addr) <= ebl->fd_addr + ebl->fd_data->d_size) 49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem); 53 opd_in.d_buf = ebl->fd_data->d_buf + (*addr - ebl->fd_addr);
|
ppc_cfi.c | 39 ppc_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info) 68 abi_info->data_alignment_factor = ebl->class == ELFCLASS64 ? 8 : 4;
|
/external/elfutils/libasm/ |
disasm_begin.c | 41 disasm_begin (Ebl *ebl, Elf *elf, DisasmGetSymCB_t symcb) 43 if (ebl == NULL) 46 if (ebl->disasm == NULL) 59 ctx->ebl = ebl;
|
/external/elfutils/libebl/ |
ebldynamictagcheck.c | 39 ebl_dynamic_tag_check (Ebl *ebl, int64_t tag) 41 bool res = ebl != NULL ? ebl->dynamic_tag_check (tag) : false;
|
eblobjecttypename.c | 39 ebl_object_type_name (Ebl *ebl, int object, char *buf, size_t len) 43 res = ebl != NULL ? ebl->object_type_name (object, buf, len) : NULL;
|
libeblP.h | 39 struct ebl struct 55 /* See ebl-hooks.h for the declarations of the hook functions. */ 57 # include "ebl-hooks.h" 64 Ebl architecture can unwind iff FRAME_NREGS > 0. */ 90 typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t);
|
eblopenbackend.c | 147 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore); 167 static void default_destr (struct ebl *ignore); 189 static bool default_check_special_section (Ebl *, int, 194 static ssize_t default_register_info (Ebl *ebl, 199 static int default_syscall_abi (Ebl *ebl, int *sp, int *pc, 201 static bool default_check_object_attribute (Ebl *ebl, const char *vendor [all...] |
eblcorenote.c | 43 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, 48 int result = ebl->core_note (nhdr, name,
|
ebldynamictagname.c | 40 ebl_dynamic_tag_name (Ebl *ebl, int64_t tag, char *buf, size_t len) 42 const char *res = ebl != NULL ? ebl->dynamic_tag_name (tag, buf, len) : NULL;
|
eblmachineflagname.c | 40 ebl_machine_flag_name (Ebl *ebl, Elf64_Word flags, char *buf, size_t len) 62 machstr = ebl != NULL ? ebl->machine_flag_name (&flags) : NULL;
|