GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
comp-unit-head.h File Reference
#include "dwarf2.h"
#include "dwarf2/leb.h"
#include "dwarf2/types.h"

Go to the source code of this file.

Classes

struct  comp_unit_head
 

Enumerations

enum class  rcuh_kind { COMPILE , TYPE }
 

Functions

const gdb_byte * read_comp_unit_head (struct comp_unit_head *cu_header, const gdb_byte *info_ptr, struct dwarf2_section_info *section, rcuh_kind section_kind)
 
const gdb_byte * read_and_check_comp_unit_head (dwarf2_per_objfile *per_objfile, struct comp_unit_head *header, struct dwarf2_section_info *section, struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr, rcuh_kind section_kind)
 

Enumeration Type Documentation

◆ rcuh_kind

enum class rcuh_kind
strong
Enumerator
COMPILE 
TYPE 

Definition at line 116 of file comp-unit-head.h.

Function Documentation

◆ read_and_check_comp_unit_head()

const gdb_byte * read_and_check_comp_unit_head ( dwarf2_per_objfile * per_objfile,
struct comp_unit_head * header,
struct dwarf2_section_info * section,
struct dwarf2_section_info * abbrev_section,
const gdb_byte * info_ptr,
rcuh_kind section_kind )
extern

◆ read_comp_unit_head()

const gdb_byte * read_comp_unit_head ( struct comp_unit_head * cu_header,
const gdb_byte * info_ptr,
struct dwarf2_section_info * section,
rcuh_kind section_kind )
extern