Skip to content
New issue

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

Get source lines for public symbol which are labels #9

Open
calixteman opened this issue Sep 24, 2019 · 1 comment
Open

Get source lines for public symbol which are labels #9

calixteman opened this issue Sep 24, 2019 · 1 comment

Comments

@calixteman
Copy link
Collaborator

Some public symbols correspond to labels in assembly code.
Right now they're just dumped as PUBLIC with no source lines information.
But in looking the label symbols they're corresponding, it seems that we could get some source line info for them.
For example we have:
PUBLIC 978b40 dav1d_msac_decode_symbol_adapt4_sse2
And the first line returned from the source info is:
https://searchfox.org/mozilla-central/source/third_party/dav1d/src/x86/msac.asm#85

@gabrielesvelto
Copy link
Collaborator

But in looking the label symbols they're corresponding, it seems that we could get some source line info for them.

That'd be sweet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants