Skip to content

Commit

Permalink
Update src/ELF/constants.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
eschnett and giordano authored Dec 22, 2024
1 parent 64e1b99 commit 1d8c9f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ELF/constants.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# These constants are in glibc: https://github.com/bminor/glibc/blob/969d7cf89966d55fbf0732ae7bc0949a970c837d/elf/elf.h#L357
# These constants are in glibc and llvm:
# * https://github.com/bminor/glibc/blob/969d7cf89966d55fbf0732ae7bc0949a970c837d/elf/elf.h
# * https://github.com/llvm/llvm-project/blob/b2d7312d52f299a2f854c673796ad1a699e0d79f/llvm/include/llvm/BinaryFormat/ELF.h

# e_ident[EIBCLASS]
const ELFCLASSNONE = 0 #Invalid class
Expand Down

0 comments on commit 1d8c9f5

Please sign in to comment.