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

  /external/elfutils/tests/
asm-tst4.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
110 ebl_closebackend (ebl);
asm-tst5.c 54 Ebl *ebl = ebl_openbackend_machine (EM_386); local
55 if (ebl == NULL)
61 ctx = asm_begin (fname, ebl, false);
122 ebl_closebackend (ebl);
asm-tst6.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
156 ebl_closebackend (ebl);
asm-tst7.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
186 ebl_closebackend (ebl);
asm-tst8.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
194 ebl_closebackend (ebl);
asm-tst1.c 85 Ebl *ebl = ebl_openbackend_machine (EM_386); local
86 if (ebl == NULL)
92 ctx = asm_begin (fname, ebl, false);
261 ebl_closebackend (ebl);
asm-tst2.c 84 Ebl *ebl = ebl_openbackend_machine (EM_386); local
85 if (ebl == NULL)
91 ctx = asm_begin (fname, ebl, false);
283 ebl_closebackend (ebl);
asm-tst9.c 104 Ebl *ebl = ebl_openbackend_machine (EM_386); local
105 if (ebl == NULL)
111 ctx = asm_begin (fname, ebl, false);
340 ebl_closebackend (ebl);
asm-tst3.c 76 Ebl *ebl = ebl_openbackend_machine (EM_386); local
77 if (ebl == NULL)
83 ctx = asm_begin (fname, ebl, false);
344 ebl_closebackend (ebl);
  /external/elfutils/libebl/
libeblP.h 59 struct ebl struct
75 /* See ebl-hooks.h for the declarations of the hook functions. */
77 # include "ebl-hooks.h"
89 typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t);
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 257 const Index ebl = m_bl_diag.size()-1; local
260 rowNorm = abs( m_bl_diag[ebl] );
266 m_bl_diag[ebl] *= rowB;
  /external/elfutils/libasm/
libasmP.h 243 Ebl *ebl; member in struct:DisasmCtx
  /external/elfutils/libdwfl/
libdwflP.h 157 Ebl *ebl; member in struct:Dwfl_Module
270 /* Ensure that MOD->ebl is set up. */
  /external/elfutils/src/
objdump.c 361 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
365 int elfclass = gelf_getclass (ebl->elf);
386 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info))
387 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info),
395 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info))
396 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info),
399 elf_strptr (ebl->elf, symstrndx, sym->st_name));
404 destshdr = gelf_getshdr (elf_getscn (ebl->elf,
412 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info)
776 Ebl *ebl = ebl_openbackend (elf); local
    [all...]
elfcmp.c 49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
50 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
156 Ebl *ebl1;
161 Ebl *ebl2;
569 open_file (const char *fname, int *fdp, Ebl **eblp)
579 Ebl *ebl = ebl_openbackend (elf); local
580 if (ebl == NULL)
582 gettext ("cannot create EBL descriptor for '%s'"), fname)
    [all...]
nm.c 721 show_symbols_sysv (Ebl *ebl, GElf_Word strndx,
727 if (elf_getshnum (ebl->elf, &shnum) < 0)
738 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0)
745 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
751 char *name = elf_strptr (ebl->elf, shstrndx,
762 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix];
794 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
812 ebl_symbol_binding_name (ebl,
815 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info)
1239 Ebl *ebl; local
    [all...]
strip.c 439 /* Get the EBL handling. The -g option is currently the only reason
440 we need EBL so dont open the backend unless necessary. */
441 Ebl *ebl = NULL; local
444 ebl = ebl_openbackend (elf);
445 if (ebl == NULL)
447 error (0, errno, gettext ("cannot open EBL backend"));
664 if (ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr,
    [all...]
elflint.c 104 static void check_note_section (Ebl *ebl, GElf_Ehdr *ehdr,
319 section_name (Ebl *ebl, int idx)
324 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem);
326 return elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
353 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
386 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
443 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem)
4212 Ebl *ebl; local
    [all...]
ld.h 744 Ebl *ebl; member in struct:ld_state
    [all...]
readelf.c 206 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
207 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
208 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
209 static void print_scngrp (Ebl *ebl);
210 static void print_dynamic (Ebl *ebl, GElf_Ehdr *ehdr)
584 Ebl *ebl = ebl_openbackend (elf); local
    [all...]

Completed in 368 milliseconds