|
GDB (xrefs)
|
Public Member Functions | |
| offset_vec (bfd_endian dwarf5_byte_order_) | |
| virtual void | reserve (size_t nelem)=0 |
| virtual void | push_back_reorder (size_t elem)=0 |
| virtual size_t | bytes () const =0 |
| virtual void | file_write (FILE *file) const =0 |
Protected Attributes | |
| const bfd_endian | dwarf5_byte_order |
Definition at line 26422 of file dwarf2read.c.
|
inlineexplicit |
Definition at line 26427 of file dwarf2read.c.
|
pure virtual |
Implemented in debug_names::offset_vec_tmpl< OffsetSize >, debug_names::offset_vec_tmpl< uint32_t >, and debug_names::offset_vec_tmpl< uint64_t >.
Referenced by debug_names::bytes().
|
pure virtual |
Implemented in debug_names::offset_vec_tmpl< OffsetSize >, debug_names::offset_vec_tmpl< uint32_t >, and debug_names::offset_vec_tmpl< uint64_t >.
Referenced by debug_names::file_write().
|
pure virtual |
Implemented in debug_names::offset_vec_tmpl< OffsetSize >, debug_names::offset_vec_tmpl< uint32_t >, and debug_names::offset_vec_tmpl< uint64_t >.
Referenced by debug_names::build().
|
pure virtual |
Implemented in debug_names::offset_vec_tmpl< OffsetSize >, debug_names::offset_vec_tmpl< uint32_t >, and debug_names::offset_vec_tmpl< uint64_t >.
Referenced by debug_names::build().
|
protected |
Definition at line 26425 of file dwarf2read.c.
Referenced by debug_names::offset_vec_tmpl< uint64_t >::push_back_reorder().
1.8.14