GDB (xrefs)
|
#include "gdbsupport/function-view.h"
Go to the source code of this file.
Typedefs | |
typedef gdb::function_view< gdb::array_view< const gdb_byte >(objfile *, dwarf2_per_bfd *) | get_gdb_index_contents_ftype) |
typedef gdb::function_view< gdb::array_view< const gdb_byte >(objfile *, dwz_file *) | get_gdb_index_contents_dwz_ftype) |
Functions | |
int | dwarf2_read_gdb_index (dwarf2_per_objfile *per_objfile, get_gdb_index_contents_ftype get_gdb_index_contents, get_gdb_index_contents_dwz_ftype get_gdb_index_contents_dwz) |
typedef gdb::function_view<gdb::array_view<const gdb_byte>(objfile *, dwz_file *) get_gdb_index_contents_dwz_ftype) |
Definition at line 37 of file read-gdb-index.h.
typedef gdb::function_view<gdb::array_view<const gdb_byte>(objfile *, dwarf2_per_bfd *) get_gdb_index_contents_ftype) |
Definition at line 34 of file read-gdb-index.h.
int dwarf2_read_gdb_index | ( | dwarf2_per_objfile * | per_objfile, |
get_gdb_index_contents_ftype | get_gdb_index_contents, | ||
get_gdb_index_contents_dwz_ftype | get_gdb_index_contents_dwz ) |
Definition at line 764 of file read-gdb-index.c.
References create_addrmap_from_gdb_index(), create_cus_from_gdb_index(), create_quick_file_names_table(), create_signatured_type_table_from_gdb_index(), dwarf2_get_dwz_file(), dwz_file::dwz_bfd, finalize_all_units(), dwarf2_per_objfile::objfile, objfile_name(), dwarf2_per_objfile::per_bfd, objfile::per_bfd, read_gdb_index_from_buffer(), and use_deprecated_index_sections.
Referenced by dwarf2_initialize_objfile().