Example accessing the string offsets section.
Example accessing the string offsets section.
An example accessing the string offsets section
- Parameters
-
| dbg | The Dwarf_Debug of interest. |
| dw_error | On error dw_error is set to point to the error details. |
- Returns
- DW_DLV_OK etc.
*/
{
int res = 0;
if (res == DW_DLV_NO_ENTRY) {
struct Dwarf_Str_Offsets_Table_s * Dwarf_Str_Offsets_Table
Definition libdwarf.h:455
struct Dwarf_Error_s * Dwarf_Error
Definition libdwarf.h:611
struct Dwarf_Debug_s * Dwarf_Debug
Definition libdwarf.h:617
unsigned long long Dwarf_Unsigned
Definition libdwarf.h:196
DW_API int dwarf_open_str_offsets_table_access(Dwarf_Debug dw_dbg, Dwarf_Str_Offsets_Table *dw_table_data, Dwarf_Error *dw_error)
Creates access to a .debug_str_offsets table.