GDB (xrefs)
Loading...
Searching...
No Matches
Functions
abbrev.c File Reference
#include "defs.h"
#include "dwarf2/read.h"
#include "dwarf2/abbrev.h"
#include "dwarf2/leb.h"
#include "bfd.h"

Go to the source code of this file.

Functions

static hashval_t hash_abbrev (const void *item)
 
static int eq_abbrev (const void *lhs, const void *rhs)
 
static bool tag_interesting_for_index (dwarf_tag tag)
 

Function Documentation

◆ eq_abbrev()

static int eq_abbrev ( const void * lhs,
const void * rhs )
static

Definition at line 47 of file abbrev.c.

References abbrev_info::number.

◆ hash_abbrev()

static hashval_t hash_abbrev ( const void * item)
static

Definition at line 36 of file abbrev.c.

◆ tag_interesting_for_index()

static bool tag_interesting_for_index ( dwarf_tag tag)
static

Definition at line 83 of file abbrev.c.

References abbrev_info::tag.

Referenced by abbrev_table::read().