We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The LC_FUNCTION_STARTS load command contains a list of ULEB128-encoded deltas between function start addresses. It would be nice to expose those.
LC_FUNCTION_STARTS
Reference code is here: https://github.com/mstange/samply/blob/1d71084e3054a9d2b6bd9a399cfcd659f937f613/samply-symbols/src/macho.rs#L513-L545
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
LC_FUNCTION_STARTS
load command contains a list of ULEB128-encoded deltas between function start addresses. It would be nice to expose those.Reference code is here: https://github.com/mstange/samply/blob/1d71084e3054a9d2b6bd9a399cfcd659f937f613/samply-symbols/src/macho.rs#L513-L545
The text was updated successfully, but these errors were encountered: