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

  /external/elfutils/tests/
asm-tst4.c 44 Ebl *ebl = ebl_openbackend_machine (EM_386); local
45 if (ebl == NULL)
51 ctx = asm_begin (fname, ebl, false);
101 ebl_closebackend (ebl);
asm-tst5.c 46 Ebl *ebl = ebl_openbackend_machine (EM_386); local
47 if (ebl == NULL)
53 ctx = asm_begin (fname, ebl, false);
113 ebl_closebackend (ebl);
asm-tst6.c 44 Ebl *ebl = ebl_openbackend_machine (EM_386); local
45 if (ebl == NULL)
51 ctx = asm_begin (fname, ebl, false);
147 ebl_closebackend (ebl);
asm-tst7.c 44 Ebl *ebl = ebl_openbackend_machine (EM_386); local
45 if (ebl == NULL)
51 ctx = asm_begin (fname, ebl, false);
178 ebl_closebackend (ebl);
asm-tst8.c 44 Ebl *ebl = ebl_openbackend_machine (EM_386); local
45 if (ebl == NULL)
51 ctx = asm_begin (fname, ebl, false);
186 ebl_closebackend (ebl);
asm-tst1.c 77 Ebl *ebl = ebl_openbackend_machine (EM_386); local
78 if (ebl == NULL)
84 ctx = asm_begin (fname, ebl, false);
253 ebl_closebackend (ebl);
asm-tst2.c 76 Ebl *ebl = ebl_openbackend_machine (EM_386); local
77 if (ebl == NULL)
83 ctx = asm_begin (fname, ebl, false);
275 ebl_closebackend (ebl);
asm-tst9.c 96 Ebl *ebl = ebl_openbackend_machine (EM_386); local
97 if (ebl == NULL)
103 ctx = asm_begin (fname, ebl, false);
332 ebl_closebackend (ebl);
asm-tst3.c 68 Ebl *ebl = ebl_openbackend_machine (EM_386); local
69 if (ebl == NULL)
75 ctx = asm_begin (fname, ebl, false);
336 ebl_closebackend (ebl);
  /external/elfutils/libebl/
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);
  /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/libdwfl/
dwfl_frame.c 46 Ebl *ebl = state->thread->process->ebl; local
48 if (ebl_abi_cfi (ebl, &abi_info) != 0)
55 if (ra >= ebl_frame_nregs (ebl))
60 state->pc = state->regs[ra] + ebl_ra_offset (ebl);
90 Ebl *ebl = thread->process->ebl; local
91 size_t nregs = ebl_frame_nregs (ebl);
157 Ebl *ebl; local
417 Ebl *ebl = thread->process->ebl; local
    [all...]
linux-pid-attach.c 124 if (ebl_get_elfclass (process->ebl) == ELFCLASS64)
245 Ebl *ebl = process->ebl; local
246 return ebl_set_initial_registers_tid (ebl, tid,
frame_unwind.c 54 Ebl *ebl = state->thread->process->ebl; local
55 if (! ebl_dwarf_to_regno (ebl, &regno))
57 if (regno >= ebl_frame_nregs (ebl))
71 Ebl *ebl = state->thread->process->ebl; local
72 if (! ebl_dwarf_to_regno (ebl, &regno))
74 if (regno >= ebl_frame_nregs (ebl))
520 Ebl *ebl = process->ebl; local
553 Ebl *ebl = process->ebl; local
732 Ebl *ebl = process->ebl; local
    [all...]
linux-core-attach.c 44 Ebl *ebl; member in struct:core_arg
76 unsigned bytes = ebl_get_elfclass (process->ebl) == ELFCLASS64 ? 8 : 4;
139 if (! ebl_core_note (core_arg->ebl, &nhdr, name,
177 size_t nregs = ebl_frame_nregs (core_arg->ebl);
192 int core_note_err = ebl_core_note (core_arg->ebl, &nhdr, name, &regs_offset,
295 ebl_closebackend (core_arg->ebl);
313 Ebl *ebl = ebl_openbackend (core); local
314 if (ebl == NULL
    [all...]
libdwflP.h 82 DWFL_ERROR (LIBEBL_BAD, N_("Internal error due to ebl")) \
178 Ebl *ebl; member in struct:Dwfl_Module
236 struct ebl *ebl; member in struct:Dwfl_Process
501 /* Ensure that MOD->ebl is set up. */
  /external/elfutils/libasm/
libasmP.h 246 Ebl *ebl; member in struct:DisasmCtx
  /external/elfutils/libdw/
cfi.h 34 struct ebl;
102 struct ebl *ebl; member in struct:Dwarf_CFI_s
  /external/elfutils/src/
elfcmp.c 42 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
43 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
163 Ebl *ebl1;
168 Ebl *ebl2;
728 open_file (const char *fname, int *fdp, Ebl **eblp)
738 Ebl *ebl = ebl_openbackend (elf); local
739 if (ebl == NULL)
741 gettext ("cannot create EBL descriptor for '%s'"), fname)
    [all...]
objdump.c 357 show_relocs_x (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata,
361 int elfclass = gelf_getclass (ebl->elf);
366 ebl_reloc_type_name (ebl, GELF_R_TYPE (r_info), buf, sizeof (buf)));
378 elf_strptr (ebl->elf, symstrndx, sym->st_name));
383 destshdr = gelf_getshdr (elf_getscn (ebl->elf,
395 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));
413 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
417 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT)
767 Ebl *ebl = ebl_openbackend (elf); local
    [all...]
strip.c 473 /* Get the EBL handling. Removing all debugging symbols with the -g
476 we need EBL so don't open the backend unless necessary. */
477 Ebl *ebl = NULL; local
480 ebl = ebl_openbackend (elf);
481 if (ebl == NULL)
483 error (0, errno, gettext ("cannot open EBL backend"));
729 : ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr,
    [all...]
nm.c 742 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname,
747 if (elf_getshdrnum (ebl->elf, &shnum) < 0)
758 if (elf_getshdrstrndx (ebl->elf, &shstrndx) < 0)
765 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
772 char *name = elf_strptr (ebl->elf, shstrndx,
784 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix];
813 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
862 ebl_symbol_binding_name (ebl,
865 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info)
1521 Ebl *ebl; local
    [all...]
elflint.c 96 static void check_note_section (Ebl *ebl, GElf_Ehdr *ehdr,
314 section_name (Ebl *ebl, int idx)
323 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem);
327 ret = elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
354 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
390 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
447 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem)
4679 Ebl *ebl; local
    [all...]
ld.h 736 Ebl *ebl; member in struct:ld_state
    [all...]
readelf.c 246 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
247 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
248 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
249 static void print_scngrp (Ebl *ebl);
250 static void print_dynamic (Ebl *ebl);
841 Ebl *ebl = ebl_openbackend (elf); local
    [all...]

Completed in 435 milliseconds