Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c470 struct dwarf_block *locdesc; member
1914 if (pdi->locdesc) in add_partial_symbol()
1915 addr = decode_locdesc (pdi->locdesc, cu); in add_partial_symbol()
1916 if (pdi->locdesc || pdi->has_type) in add_partial_symbol()
1926 if (pdi->locdesc == NULL) in add_partial_symbol()
1928 addr = decode_locdesc (pdi->locdesc, cu); in add_partial_symbol()
5371 part_die->locdesc = DW_BLOCK (&attr); in read_partial_die()