Searched refs:locdesc (Results 1 – 1 of 1) sorted by relevance
470 struct dwarf_block *locdesc; member1914 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()