GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
abbrev_info Struct Reference

#include "abbrev.h"

Public Attributes

unsigned int number
 
__extension__ enum dwarf_tag tag: 16
 
bool has_children
 
bool interesting
 
unsigned short size_if_constant
 
unsigned short sibling_offset
 
unsigned short num_attrs
 
struct attr_abbrev attrs [1]
 

Detailed Description

Definition at line 42 of file abbrev.h.

Member Data Documentation

◆ attrs

struct attr_abbrev abbrev_info::attrs[1]

◆ has_children

bool abbrev_info::has_children

◆ interesting

bool abbrev_info::interesting

Definition at line 50 of file abbrev.h.

Referenced by cooked_indexer::index_dies(), and abbrev_table::read().

◆ num_attrs

unsigned short abbrev_info::num_attrs

◆ number

unsigned int abbrev_info::number

◆ sibling_offset

unsigned short abbrev_info::sibling_offset

Definition at line 52 of file abbrev.h.

Referenced by abbrev_table::read(), and skip_one_die().

◆ size_if_constant

unsigned short abbrev_info::size_if_constant

Definition at line 51 of file abbrev.h.

Referenced by abbrev_table::read(), and skip_one_die().

◆ tag

__extension__ enum dwarf_tag abbrev_info::tag

The documentation for this struct was generated from the following file: