UNPKG
@bugsplat/sysvelf
Version:
latest (0.1.0)
0.1.0
An Executable and Linkable Format (ELF) parser.
github.com/sifteo/node-elf
sifteo/node-elf
@bugsplat/sysvelf
/
lib
/
constants
/
capacity.js
12 lines
(11 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/**
*
Class (aka capacity) constants.
*
* System V Application Binary Interface, section 4 (pg. 52)
*
http://www.sco.com/developers/devspecs/gabi41.pdf
*/ module.exports = { NONE : 0, A32BIT : 1, A64BIT : 2 }