We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80bbe5 commit 50c6fc8Copy full SHA for 50c6fc8
src/ELF/constants.jl
@@ -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
+
5
# e_ident[EIBCLASS]
6
const ELFCLASSNONE = 0 #Invalid class
7
const ELFCLASS32 = 1 #32-bit objects
0 commit comments