Function
dwarf_srcfiles()
returns the source file names associated with a compilation unit.
Source file names are returned as an array of NUL-terminated strings.
Argument
die
should reference a DWARF debugging information entry descriptor with
source file information, see
dwarf(3).
Argument
filenames
should point to a location that will hold a pointer to the returned array
of file names.
Argument
filenamecount
should point to a location that will hold the number of file names returned.
If argument
err
is not NULL, it will be used to store error information in case of an
error.