Searched defs:Dwarf (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/include/elfutils/
H A Dlibdw.h241 typedef struct Dwarf Dwarf; typedef in typeref:struct:Dwarf
257 extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
263 extern Elf *dwarf_getelf (Dwarf *dwarf);
269 extern Dwarf *dwarf_cu_getdwarf (Dwarf_CU *cu);
273 extern Dwarf *dwarf_getalt (Dwarf *main);
281 extern void dwarf_setalt (Dwarf *main, Dwarf *al
[all...]
/external/elfutils/libdw/
H A Dlibdw.h241 typedef struct Dwarf Dwarf; typedef in typeref:struct:Dwarf
257 extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
263 extern Elf *dwarf_getelf (Dwarf *dwarf);
269 extern Dwarf *dwarf_cu_getdwarf (Dwarf_CU *cu);
273 extern Dwarf *dwarf_getalt (Dwarf *main);
281 extern void dwarf_setalt (Dwarf *main, Dwarf *al
[all...]
H A DlibdwP.h139 struct Dwarf struct
145 Dwarf *alt_dwarf;
273 Dwarf *dbg;
288 Dwarf *dbg;
402 functions access internals of the Dwarf structure. */
432 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
439 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types)
443 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset, bool tu)
452 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
561 extern int __libdw_intern_expression (Dwarf *db
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1 //===- tools/dsymutil/DwarfLinker.cpp - Dwarf debug info linker -----------===//
36 #include "llvm/Support/Dwarf.h"
81 /// The set of DeclContext for the ODR-subject parts of a Dwarf link
463 /// \brief The Dwarf streaming logic
483 /// \brief the file we stream the linked Dwarf to.
510 /// the MC Dwarf version to \p DwarfVersion.
516 /// As a side effect, this also switches the current Dwarf version
546 /// the entries from \p Dwarf and offseting them. Update the
548 void emitLocationsForUnit(const CompileUnit &Unit, DWARFContext &Dwarf);
658 /// the MC Dwarf versio
835 emitLocationsForUnit(const CompileUnit &Unit, DWARFContext &Dwarf) argument
1843 startDebugObject(DWARFContext &Dwarf, DebugMapObject &Obj) argument
[all...]

Completed in 94 milliseconds