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

  /external/elfutils/0.153/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.
255 /* Opaque type representing a CFI section found in a DWARF or ELF file. */
260 typedef struct Dwarf Dwarf;
276 extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
279 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
281 /* Retrieve ELF descriptor used for DWARF access. *
    [all...]
libdwP.h 145 struct Dwarf
272 Dwarf *dbg;
287 Dwarf *dbg;
318 4-bytes + 2-bytes + 4-bytes + 1-byte for 32-bit dwarf
319 12-bytes + 2-bytes + 8-bytes + 1-byte for 64-bit dwarf
357 functions access internals of the Dwarf structure. */
387 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
394 extern void __libdw_free_zdata (Dwarf *dwarf) internal_function;
396 # define __libdw_free_zdata(dwarf) ((void) (dwarf)
    [all...]
  /external/elfutils/elfutils/
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.
255 /* Opaque type representing a CFI section found in a DWARF or ELF file. */
260 typedef struct Dwarf Dwarf;
276 extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
279 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
281 /* Retrieve ELF descriptor used for DWARF access. *
    [all...]

Completed in 74 milliseconds