HomeSort by relevance Sort by last modified time
    Searched defs:ebl (Results 1 - 12 of 12) sorted by null

  /external/elfutils/0.153/libebl/
libeblP.h 60 struct ebl struct
76 /* See ebl-hooks.h for the declarations of the hook functions. */
78 # include "ebl-hooks.h"
90 typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t);
  /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/libasm/
libasmP.h 243 Ebl *ebl; member in struct:DisasmCtx
  /external/elfutils/0.153/libdw/
cfi.h 55 struct ebl;
123 struct ebl *ebl; member in struct:Dwarf_CFI_s
  /external/elfutils/0.153/src/
objdump.c 369 show_relocs_x (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata,
373 int elfclass = gelf_getclass (ebl->elf);
378 ebl_reloc_type_name (ebl, GELF_R_TYPE (r_info), buf, sizeof (buf)));
390 elf_strptr (ebl->elf, symstrndx, sym->st_name));
395 destshdr = gelf_getshdr (elf_getscn (ebl->elf,
407 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));
425 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
438 show_relocs_x (ebl, shdr, symdata, xndxdata, symstrndx, shstrndx
773 Ebl *ebl = ebl_openbackend (elf); 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...]
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...]
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...]
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...]
ld.h 744 Ebl *ebl; member in struct:ld_state
    [all...]
readelf.c 223 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
224 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
225 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
226 static void print_scngrp (Ebl *ebl);
227 static void print_dynamic (Ebl *ebl);
631 Ebl *ebl = ebl_openbackend (elf); local
    [all...]
  /external/elfutils/0.153/libdwfl/
libdwflP.h 166 Ebl *ebl; member in struct:Dwfl_Module
335 /* Ensure that MOD->ebl is set up. */

Completed in 380 milliseconds