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

1 2 34 5

  /external/elfutils/0.153/src/
nm.c 747 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname,
752 if (elf_getshdrnum (ebl->elf, &shnum) < 0)
763 if (elf_getshdrstrndx (ebl->elf, &shstrndx) < 0)
770 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
776 char *name = elf_strptr (ebl->elf, shstrndx,
787 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix];
825 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
868 ebl_symbol_binding_name (ebl,
871 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info)
1420 Ebl *ebl; local
    [all...]
elfcmp.c 50 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
51 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
171 Ebl *ebl1;
176 Ebl *ebl2;
726 open_file (const char *fname, int *fdp, Ebl **eblp)
736 Ebl *ebl = ebl_openbackend (elf); local
737 if (ebl == NULL)
739 gettext ("cannot create EBL descriptor for '%s'"), fname)
    [all...]
strip.c 465 /* Get the EBL handling. Removing all debugging symbols with the -g
468 we need EBL so don't open the backend unless necessary. */
469 Ebl *ebl = NULL; local
472 ebl = ebl_openbackend (elf);
473 if (ebl == NULL)
475 error (0, errno, gettext ("cannot open EBL backend"));
693 : ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr,
    [all...]
ld.c     [all...]
ldscript.y 223 && ebl_debugscn_p (ld_state.ebl, $1))
246 && ebl_debugscn_p (ld_state.ebl, $1))
  /external/elfutils/0.153/libebl/
eblopenbackend.c 164 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore);
184 static void default_destr (struct ebl *ignore);
211 static bool default_check_special_section (Ebl *, int,
216 static ssize_t default_register_info (Ebl *ebl,
221 static int default_syscall_abi (Ebl *ebl, int *sp, int *pc,
223 static bool default_check_object_attribute (Ebl *ebl, const char *vendor
    [all...]
Makefile.am 58 noinst_HEADERS = libeblP.h ebl-hooks.h
  /external/elfutils/0.153/libasm/
libasm.h 72 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
178 extern DisasmCtx_t *disasm_begin (Ebl *ebl, Elf *elf, DisasmGetSymCB_t symcb);
disasm_cb.c 173 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg,
libasmP.h 243 Ebl *ebl; member in struct:DisasmCtx
  /external/elfutils/0.153/backends/
alpha_regs.c 37 alpha_register_info (Ebl *ebl __attribute__ ((unused)),
arm_regs.c 37 arm_register_info (Ebl *ebl __attribute__ ((unused)),
i386_regs.c 37 i386_register_info (Ebl *ebl __attribute__ ((unused)),
ppc64_symbol.c 42 ppc64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
sh_regs.c 39 sh_register_info (Ebl *ebl __attribute__ ((unused)),
x86_64_regs.c 38 x86_64_register_info (Ebl *ebl __attribute__ ((unused)),
Makefile.am 112 install: install-am install-ebl-modules
113 install-ebl-modules:
ia64_regs.c 37 ia64_register_info (Ebl *ebl __attribute__ ((unused)),
ppc_symbol.c 42 ppc_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
  /external/elfutils/0.153/libdw/
cfi.c 431 if (unlikely (cache->ebl == NULL))
433 cache->ebl = ebl_openbackend (cache->data->s->elf);
434 if (unlikely (cache->ebl == NULL))
435 cache->ebl = (void *) -1l;
439 if (likely (cache->ebl != (void *) -1l)
440 && unlikely (ebl_abi_cfi (cache->ebl, &abi_info) < 0))
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 97 if (mod->ebl != NULL)
98 ebl_closebackend (mod->ebl);
relocate.c 312 if (debugscn && ! ebl_debugscn_p (mod->ebl, tname))
337 Elf_Type type = ebl_reloc_simple_type (mod->ebl, rtype);
474 if (ebl_get_elfmachine (mod->ebl) == EM_NONE)
dwfl_module_getdwarf.c 941 if (mod->ebl == NULL)
947 mod->ebl = ebl_openbackend (mod->main.elf);
948 if (mod->ebl == NULL)
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 258 const Index ebl = m_bl_diag.size()-1; local
261 rowNorm = abs( m_bl_diag[ebl] );
267 m_bl_diag[ebl] *= rowB;
  /external/elfutils/0.153/libelf/
elf32_checksum.c 72 #define ebl_debugscn_p(ebl, name) true

Completed in 468 milliseconds

1 2 34 5