Example using dwarf_get_xu_hash_entry()
*/
{
for (h = 0; h < hash_slots_count; h++) {
int res = 0;
&hashval,&index,error);
if (res != DW_DLV_OK) {
return res;
}
if (!memcmp(&hashval,&zerohashval,
continue;
}
}
return DW_DLV_OK;
}
struct Dwarf_Xu_Index_Header_s * Dwarf_Xu_Index_Header
Definition libdwarf.h:693
struct Dwarf_Error_s * Dwarf_Error
Definition libdwarf.h:597
unsigned long long Dwarf_Unsigned
Definition libdwarf.h:196
int dwarf_get_xu_hash_entry(Dwarf_Xu_Index_Header dw_xuhdr, Dwarf_Unsigned dw_index, Dwarf_Sig8 *dw_hash_value, Dwarf_Unsigned *dw_index_to_sections, Dwarf_Error *dw_error)
Get a Hash Entry.
Definition libdwarf.h:313