HomeSort by relevance Sort by last modified time
    Searched refs:ebl (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/elfutils/0.153/libebl/
eblreginfo.c 59 ebl_register_info (ebl, regno, name, namelen, prefix, setname, bits, type)
60 Ebl *ebl;
69 return ebl == NULL ? -1 : ebl->register_info (ebl, regno, name, namelen,
eblcheckobjattr.c 59 ebl_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
60 Ebl *ebl;
67 if (ebl->check_object_attribute (ebl, vendor, tag, value,
libebl.h 63 typedef struct ebl Ebl;
71 extern Ebl *ebl_openbackend (Elf *elf);
73 extern Ebl *ebl_openbackend_machine (GElf_Half machine);
75 extern Ebl *ebl_openbackend_emulation (const char *emulation);
78 extern void ebl_closebackend (Ebl *bh);
84 extern int ebl_get_elfmachine (Ebl *ebl) __attribute__ ((__pure__));
87 extern int ebl_get_elfclass (Ebl *ebl) __attribute__ ((__pure__))
    [all...]
ebldynamictagcheck.c 60 ebl_dynamic_tag_check (ebl, tag)
61 Ebl *ebl;
64 bool res = ebl != NULL ? ebl->dynamic_tag_check (tag) : false;
eblobjecttypename.c 60 ebl_object_type_name (ebl, object, buf, len)
61 Ebl *ebl;
68 res = ebl != NULL ? ebl->object_type_name (object, buf, len) : NULL;
eblsectionstripp.c 59 ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr,
67 if (ebl_debugscn_p (ebl, name))
72 Elf_Scn *scn_l = elf_getscn (ebl->elf, (shdr)->sh_info);
77 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
79 if (s_l != NULL && ebl_debugscn_p (ebl, s_l))
eblsymbolbindingname.c 60 ebl_symbol_binding_name (ebl, binding, buf, len)
61 Ebl *ebl;
68 res = ebl != NULL ? ebl->symbol_type_name (binding, buf, len) : NULL;
86 && (ident = elf_getident (ebl->elf, NULL)) != NULL
eblsymboltypename.c 60 ebl_symbol_type_name (ebl, symbol, buf, len)
61 Ebl *ebl;
68 res = ebl != NULL ? ebl->symbol_type_name (symbol, buf, len) : NULL;
92 && (ident = elf_getident (ebl->elf, NULL)) != NULL
eblmachineflagname.c 61 ebl_machine_flag_name (ebl, flags, buf, len)
62 Ebl *ebl;
87 machstr = ebl != NULL ? ebl->machine_flag_name (&flags) : NULL;
eblosabiname.c 60 ebl_osabi_name (ebl, osabi, buf, len)
61 Ebl *ebl;
66 const char *res = ebl != NULL ? ebl->osabi_name (osabi, buf, len) : NULL;
eblcorenote.c 64 ebl_core_note (ebl, nhdr, name,
66 Ebl *ebl;
75 int result = ebl->core_note (nhdr, name,
eblobjnotetypename.c 62 ebl_object_note_type_name (ebl, name, type, buf, len)
63 Ebl *ebl;
69 const char *res = ebl->object_note_type_name (name, type, buf, len);
ebldynamictagname.c 61 ebl_dynamic_tag_name (ebl, tag, buf, len)
62 Ebl *ebl;
67 const char *res = ebl != NULL ? ebl->dynamic_tag_name (tag, buf, len) : NULL;
eblsectionname.c 60 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum)
61 Ebl *ebl;
69 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
  /external/elfutils/0.153/libasm/
disasm_begin.c 38 disasm_begin (Ebl *ebl, Elf *elf, DisasmGetSymCB_t symcb)
40 if (ebl == NULL)
43 if (ebl->disasm == NULL)
56 ctx->ebl = ebl;
  /external/elfutils/0.153/src/
elflint.c 104 static void check_note_section (Ebl *ebl, GElf_Ehdr *ehdr,
318 section_name (Ebl *ebl, int idx)
323 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem);
325 return elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
353 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
387 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
444 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem)
4344 Ebl *ebl; local
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module_return_value_location.c 62 if (mod->ebl == NULL)
72 int nops = ebl_return_value_location (mod->ebl, functypedie, locops);
dwfl_module_dwarf_cfi.c 57 if (cfi != NULL && cfi->ebl == NULL)
61 cfi->ebl = mod->ebl;
  /external/elfutils/0.153/backends/
sparc_regs.c 37 sparc_register_info (Ebl *ebl,
42 const int nfp = 32 + (ebl->machine == EM_SPARC ? 0 : 16);
43 const int nspec = ebl->machine == EM_SPARC ? 8 : 6;
51 *bits = ebl->machine == EM_SPARC ? 32 : 64;
66 if ((ebl->machine != EM_SPARC ? 0 : 4) + 1 - (unsigned int) regno <= 1)
68 return stpncpy (name, names[ebl->machine != EM_SPARC][regno],
ia64_symbol.c 115 ia64_reloc_simple_type (Ebl *ebl, int type)
126 if (ebl->data == ELFDATA2MSB)
131 if (ebl->data == ELFDATA2LSB)
136 if (ebl->data == ELFDATA2MSB)
141 if (ebl->data == ELFDATA2LSB)
i386_syscall.c 34 i386_syscall_abi (Ebl *ebl __attribute__ ((unused)),
ppc_syscall.c 34 ppc_syscall_abi (Ebl *ebl __attribute__ ((unused)),
s390_symbol.c 38 s390_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
x86_64_symbol.c 40 x86_64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
x86_64_syscall.c 34 x86_64_syscall_abi (Ebl *ebl __attribute__ ((unused)),

Completed in 518 milliseconds

12 3 4 5