ReactOS 0.4.16-dev-125-g798ea90
|
Public Attributes | |
ULONG_PTR | attribute |
ULONG_PTR | form |
struct dwarf2_abbrev_entry_attr_s * | next |
Main Specs: http://www.eagercon.com/dwarf/dwarf3std.htm http://www.eagercon.com/dwarf/dwarf-2.0.0.pdf
dwarf2.h: http://www.hakpetzna.com/b/binutils/dwarf2_8h-source.html
example of projects who do dwarf2 parsing: http://www.x86-64.org/cgi-bin/cvsweb.cgi/binutils.dead/binutils/readelf.c?rev=1.1.1.2 http://elis.ugent.be/diota/log/ltrace_elf.c Parsers
ULONG_PTR dwarf2_abbrev_entry_attr_s::attribute |
Definition at line 113 of file dwarf.c.
Referenced by dwarf2_find_attribute(), and dwarf2_swallow_attribute().
ULONG_PTR dwarf2_abbrev_entry_attr_s::form |
Definition at line 114 of file dwarf.c.
Referenced by dwarf2_fill_attr(), and dwarf2_swallow_attribute().
struct dwarf2_abbrev_entry_attr_s* dwarf2_abbrev_entry_attr_s::next |
Definition at line 115 of file dwarf.c.
Referenced by dwarf2_find_attribute().