offset_to_ptr
u64 loc = (u64)offset_to_ptr(&frame->initial_loc);
hook = offset_to_ptr(&f->hook_offset);
return offset_to_ptr(entry);
return offset_to_ptr(p);
return (unsigned long)offset_to_ptr(kallsyms_offsets + idx);
return (unsigned long)offset_to_ptr(&sym->value_offset);
return offset_to_ptr(&sym->name_offset);
return offset_to_ptr(&sym->namespace_offset);