Displaying 1 result from an estimated 1 matches for "form_string".
Did you mean:
format_string
2017 Apr 27
2
[DWARFv5] The new line-table section header
...ggestions would be very much appreciated.
The v5 directory and file tables no longer have a fixed format; instead,
we have a list of field descriptors followed by the fields for each entry
in the directory or file table. Normally the directory table would have
one descriptor:
DW_LNCT_path, DW_FORM_string
This tells us each entry contains a pathname encoded as an inline string.
(Which is essentially how the v4 directory table is encoded.) However,
because of the FORM code, we now have whole new worlds of complication
regarding where the actual string might be. We might have DW_FORM_strp
which puts...