|
|
| |
| |
/* Is the version initialized? */ | /* Is the version initialized? */ |
int __libelf_version_initialized; |
int __libelf_version_initialized = 0; |
| |
/* Currently selected version. */ | /* Currently selected version. */ |
unsigned int __libelf_version = EV_CURRENT; | unsigned int __libelf_version = EV_CURRENT; |