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

Make all fields of Symbol public #38

Closed
wants to merge 1 commit into from
Closed

Conversation

igelado
Copy link
Contributor

@igelado igelado commented Apr 9, 2024

When working with non-standard ELF files, the st_info and st_other fields in the symbol entry might be used to store format-specific information. Since the meaning of these values are defined by the specific format, it seems non-practical to use a set of methods to access this information.

This pull request makes both symbols fields public and, thus, accessible by the application code reading the non-standard ELF file.

Make st_info and st_other fully public
@cole14 cole14 closed this Apr 16, 2024
@cole14
Copy link
Owner

cole14 commented Apr 16, 2024

Thanks for the PR. I manually merged in the functional commit.

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

Successfully merging this pull request may close these issues.

None yet

2 participants