dbghelp/dwarf: Fix computation of some location attributes.
commit82ea35cbb566e6466f270a267bfd3bb7428aa98f
authorEric Pouech <eric.pouech@gmail.com>
Mon, 15 Nov 2021 17:26:21 +0000 (15 18:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Nov 2021 19:01:47 +0000 (15 20:01 +0100)
tree6f75336810d32045b3020063291446d93aebcaf6
parent61c8728a6eb7da6bf632be434e5a386c835ef127
dbghelp/dwarf: Fix computation of some location attributes.

Dwarf4 clarified that only FORM_sec_offset can refer to location
lists, fix dwarf2_compute_location_attr accordingly.

This fixes the 'fixme:dwarf2_parse_udt_member: Found register, while
not expecting it' messages.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dbghelp/dwarf.c