References via relative pointer types are not shown in cross references #6701
Labels
Component: Core
Issue needs changes to the core
State: Awaiting Triage
Issue is waiting for more in-depth triage from a developer
UI: Cross References
Issues with the Cross References widget
Version and Platform (required):
Bug Description:
The cross references pane does not show references to a function or data variable from structure members that have a relative pointer type (
void* __ptr32 __base(var)
).Steps To Reproduce:
objc_method_entry_t
#6700 in place.method_list_MLMediaObjectImpl
.objc_method_entry_t
objects immediately after it, and double click on itsimp
field to navigate to the method implementation.Expected Behavior:
There should be a cross reference visible for the
imp
field that points to the function.Additional information:
This also happens with the other fields of
objc_method_entry_t
.The text was updated successfully, but these errors were encountered: