|
|
None | __init__ (self, IO[bytes] file) |
| |
|
|
| e_ident_magic |
| |
|
| e_ident_class |
| |
|
| ELFCLASS32 |
| |
|
| e_ident_data |
| |
|
| ELFDATA2LSB |
| |
|
| e_ident_version |
| |
|
| e_ident_osabi |
| |
|
| e_ident_abiversion |
| |
|
| e_ident_pad |
| |
|
| e_type |
| |
|
| e_machine |
| |
|
| e_version |
| |
|
| e_entry |
| |
|
| e_phoff |
| |
|
| e_shoff |
| |
|
| e_flags |
| |
|
| e_ehsize |
| |
|
| e_phentsize |
| |
|
| e_phnum |
| |
|
| e_shentsize |
| |
|
| e_shnum |
| |
|
| e_shstrndx |
| |
|
|
| ELF_MAGIC_NUMBER |
| |
|
int | ELFCLASS32 = 1 |
| |
|
int | ELFCLASS64 = 2 |
| |
|
int | ELFDATA2LSB = 1 |
| |
|
int | ELFDATA2MSB = 2 |
| |
|
int | EM_386 = 3 |
| |
|
int | EM_S390 = 22 |
| |
|
int | EM_ARM = 40 |
| |
|
int | EM_X86_64 = 62 |
| |
|
int | EF_ARM_ABIMASK = 0xFF000000 |
| |
|
int | EF_ARM_ABI_VER5 = 0x05000000 |
| |
|
int | EF_ARM_ABI_FLOAT_HARD = 0x00000400 |
| |
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py