HomeSort by relevance Sort by last modified time
    Searched refs:Ebl (Results 126 - 133 of 133) sorted by null

1 2 3 4 56

  /external/elfutils/libdwfl/
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...]
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,
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/tests/
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);
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);
  /external/elfutils/src/
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...]
ld.h 736 Ebl *ebl; member in struct:ld_state
    [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...]

Completed in 1060 milliseconds

1 2 3 4 56