Skip to content

Commit 50c6fc8

Browse files
eschnettgiordano
andauthored
Update ELF/constants.jl (#48)
* Update ELF/constants.jl Point to glibc where these constants live. * Update src/ELF/constants.jl Co-authored-by: Mosè Giordano <[email protected]> --------- Co-authored-by: Mosè Giordano <[email protected]>
1 parent f80bbe5 commit 50c6fc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ELF/constants.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# These constants are in glibc and llvm:
2+
# * https://github.com/bminor/glibc/blob/969d7cf89966d55fbf0732ae7bc0949a970c837d/elf/elf.h
3+
# * https://github.com/llvm/llvm-project/blob/b2d7312d52f299a2f854c673796ad1a699e0d79f/llvm/include/llvm/BinaryFormat/ELF.h
4+
15
# e_ident[EIBCLASS]
26
const ELFCLASSNONE = 0 #Invalid class
37
const ELFCLASS32 = 1 #32-bit objects

0 commit comments

Comments
 (0)