HomeSort by relevance Sort by last modified time
    Searched refs:debugfile (Results 1 - 8 of 8) sorted by null

  /external/elfutils/0.153/libdwfl/
dwfl_module_info.c 56 const char **mainfile, const char **debugfile)
78 if (debugfile)
79 *debugfile = mod->debug.name;
relocate.c 592 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug)
597 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem);
602 if (elf_getshdrstrndx (debugfile, &d_shstrndx) < 0)
612 && (scn = elf_nextscn (debugfile, scn)) != NULL)
622 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info);
626 result = relocate_section (mod, debugfile, ehdr, d_shstrndx,
dwfl_module_getdwarf.c 954 /* Try to start up libdw on DEBUGFILE. */
956 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile)
958 if (mod->e_type == ET_REL && !debugfile->relocated)
973 result = __libdwfl_relocate (mod, debugfile->elf, true);
983 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0)
985 close (debugfile->fd);
986 debugfile->fd = -1;
990 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL);
libdwfl.h 204 yet accessed); *MAINFILE is the name of the ELF file, and *DEBUGFILE the
211 const char **debugfile);
  /external/elfutils/elfutils/
libdwfl.h 204 yet accessed); *MAINFILE is the name of the ELF file, and *DEBUGFILE the
211 const char **debugfile);
  /external/iputils/
rdisc.c 162 int debugfile; variable
    [all...]
  /external/chromium_org/third_party/ply/
yacc.py     [all...]
  /external/bison/
configure     [all...]

Completed in 199 milliseconds