Home
last modified time | relevance | path

Searched refs:decode_locdesc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c822 static CORE_ADDR decode_locdesc (struct dwarf_block *, struct dwarf2_cu *);
1510 addr = decode_locdesc (pdi->locdesc, cu); in add_partial_symbol()
1523 addr = decode_locdesc (pdi->locdesc, cu); in add_partial_symbol()
2626 decode_locdesc (DW_BLOCK (attr), cu) * bits_per_byte; in dwarf2_add_field()
2721 FIELD_BITPOS (*fp) = (decode_locdesc (DW_BLOCK (attr), cu) in dwarf2_add_field()
2944 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu) + 2; in dwarf2_add_member_fn()
3487 base = decode_locdesc (DW_BLOCK (attr), cu); in read_common_block()
3509 base + decode_locdesc (DW_BLOCK (attr), cu); in read_common_block()
7448 decode_locdesc (struct dwarf_block *blk, struct dwarf2_cu *cu) in decode_locdesc() function