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

  /external/elfutils/libdw/
libdw.h 100 /* Type for offset in DWARF file. */
103 /* Type for address in DWARF file. */
113 /* DWARF abbreviation record. */
182 /* One operation in a DWARF location expression.
194 typedef struct Dwarf Dwarf;
210 extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
213 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
215 /* Retrieve ELF descriptor used for DWARF access. */
216 extern Elf *dwarf_getelf (Dwarf *dwarf)
    [all...]
libdwP.h 64 /* Version of the DWARF specification we support. */
143 struct Dwarf
211 Dwarf *dbg;
250 Dwarf *dbg;
265 Dwarf *dbg;
292 4-bytes + 2-bytes + 4-bytes + 1-byte for 32-bit dwarf
293 12-bytes + 2-bytes + 8-bytes + 1-byte for 64-bit dwarf
325 functions access internals of the Dwarf structure. */
355 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
362 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset
    [all...]

Completed in 35 milliseconds