Home | History | Annotate | Download | only in libdw

Lines Matching defs:Dwarf

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)
371 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
377 extern size_t __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu,