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

  /external/elfutils/libdw/
libdw.h 56 /* Type for offset in DWARF file. */
59 /* Type for address in DWARF file. */
69 /* DWARF abbreviation record. */
156 typedef struct Dwarf Dwarf;
164 extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
167 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
169 /* Retrieve ELF descriptor used for DWARF access. */
170 extern Elf *dwarf_getelf (Dwarf *dwarf);
    [all...]
libdwP.h 28 /* Version of the DWARF specification we support. */
104 struct Dwarf
172 Dwarf *dbg;
209 Dwarf *dbg;
224 Dwarf *dbg;
249 functions access internals of the Dwarf structure. */
282 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize)
289 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset)
298 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
304 extern size_t __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu
    [all...]

Completed in 304 milliseconds