-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add more ELFOSABI constants #439
Conversation
I don't need this for rust-lang/rust#97535 anymore, so I'll close this. |
Would it still be useful to add these anyway? |
Sure, it would not hurt to have them as well. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add these to the flags
object/crates/examples/src/readobj/elf.rs
Line 793 in 7bf9f8e
static FLAGS_EI_OSABI: &[Flag<u8>] = &flags!( |
99e2464
to
7b44fc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Sourced from https://github.com/llvm/llvm-project/blob/902360d21dfb53b00fd2093488972bc422ae7941/llvm/include/llvm/BinaryFormat/ELF.h#L339-L368.