objutils 0.10.7__tar.gz → 0.10.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {objutils-0.10.7 → objutils-0.10.8}/PKG-INFO +1 -1
- {objutils-0.10.7 → objutils-0.10.8}/objutils/__init__.py +1 -1
- {objutils-0.10.7 → objutils-0.10.8}/objutils/elf/defs.py +37 -37
- {objutils-0.10.7 → objutils-0.10.8}/objutils/pecoff/pdb/__init__.py +1451 -1446
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_coff_info.py +6 -7
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_coff_syms.py +2 -2
- {objutils-0.10.7 → objutils-0.10.8}/objutils/symbols.py +440 -442
- {objutils-0.10.7 → objutils-0.10.8}/objutils/version.py +1 -1
- {objutils-0.10.7 → objutils-0.10.8}/pyproject.toml +2 -2
- {objutils-0.10.7 → objutils-0.10.8}/CMakeLists.txt +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/LICENSE +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/build_ext.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/docs/README.rst +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/.coveragerc +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/.vscode/launch.json +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/.vscode/settings.json +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/a2l_test.shf +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/ash.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/binfile.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/checksums.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/cosmac.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/attrparser.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/c_generator.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/constants.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/encoding.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/lineprog.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/readers.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/sm.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/dwarf/traverser.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/elf/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/elf/arm/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/elf/arm/attributes.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/elf/model.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/emon52.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/etek.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/exceptions.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/ctre.hpp +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/difflib.h +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/exceptions.cpp +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/exceptions.hpp +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/hexfile.cpp +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/extensions/wrapper.cpp +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/fpc.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/hexdump.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/hexfile.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/ieee695.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/ihex.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/image.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/logger.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/mostec.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/objutils.code-workspace +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/pecoff/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/pecoff/defs.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/pecoff/model.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/pickleif.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/rca.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/readers.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/registry.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/arduino_build_artifacts.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_cgen.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_coff_extract.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_coff_import.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_dwarf_import.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_dwarf_info.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_elf_arm_attrs.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_elf_extract.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_elf_import.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_elf_info.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_elf_syms.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/scripts/oj_hex_info.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/section.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/shf.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/sig.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/srec.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tek.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_arm_attributes.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_ash.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_c_generator.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_checksums.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_cygpath.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_diff_bin.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_elf.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_emon52.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_etek.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_examples_cgen.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_fpc.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_hexdump.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_hexfile.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_ihex.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_image.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_mostec.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_readers.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_registry.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_repr.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_section.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_section_join.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_shf.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_sm.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_srec.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_tek.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/tests/test_titext.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/titxt.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/utils/__init__.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/utils/arduino.py +0 -0
- {objutils-0.10.7 → objutils-0.10.8}/objutils/utils/diff.py +0 -0
|
@@ -305,8 +305,8 @@ class ELFMachineType(enum.IntEnum):
|
|
|
305
305
|
EM_ETPU = 178 # Freescale Extended Time Processing Unit.
|
|
306
306
|
EM_SLE9X = 179 # Infineon Technologies SLE9X core.
|
|
307
307
|
EM_L1OM = 180 # Intel L1OM.
|
|
308
|
-
EM_K10M = 181
|
|
309
|
-
EM_AARCH64 = 183
|
|
308
|
+
EM_K10M = 181 # Intel K10M
|
|
309
|
+
EM_AARCH64 = 183 # ARM AArch64
|
|
310
310
|
EM_AVR32 = 185 # Atmel Corporation 32-bit microprocessor family.
|
|
311
311
|
EM_STM8 = 186 # STMicroeletronics STM8 8-bit microcontroller.
|
|
312
312
|
EM_TILE64 = 187 # Tilera TILE64 multicore architecture family.
|
|
@@ -314,40 +314,40 @@ class ELFMachineType(enum.IntEnum):
|
|
|
314
314
|
EM_MICROBLAZE = 189 # Xilinx MicroBlaze 32-bit RISC soft processor core.
|
|
315
315
|
EM_CUDA = 190 # NVIDIA CUDA architecture.
|
|
316
316
|
EM_TILEGX = 191 # Tilera TILE-Gx
|
|
317
|
-
EM_CLOUDSHIELD = 192, # CloudShield architecture family
|
|
318
|
-
EM_COREA_1ST = 193, # KIPO-KAIST Core-A 1st generation processor family
|
|
319
|
-
EM_COREA_2ND = 194, # KIPO-KAIST Core-A 2nd generation processor family
|
|
320
|
-
EM_ARC_COMPACT2 = 195, # Synopsys ARCompact V2
|
|
321
|
-
EM_OPEN8 = 196, # Open8 8-bit RISC soft processor core
|
|
322
|
-
EM_RL78 = 197, # Renesas RL78 family
|
|
323
|
-
EM_VIDEOCORE5 = 198, # Broadcom VideoCore V processor
|
|
324
|
-
EM_78KOR = 199, # Renesas 78KOR family
|
|
325
|
-
EM_56800EX = 200, # Freescale 56800EX Digital Signal Controller (DSC)
|
|
326
|
-
EM_BA1 = 201, # Beyond BA1 CPU architecture
|
|
327
|
-
EM_BA2 = 202, # Beyond BA2 CPU architecture
|
|
328
|
-
EM_XCORE = 203, # XMOS xCORE processor family
|
|
329
|
-
EM_MCHP_PIC = 204, # Microchip 8-bit PIC(r) family
|
|
330
|
-
EM_INTEL205 = 205, # Reserved by Intel
|
|
331
|
-
EM_INTEL206 = 206, # Reserved by Intel
|
|
332
|
-
EM_INTEL207 = 207, # Reserved by Intel
|
|
333
|
-
EM_INTEL208 = 208, # Reserved by Intel
|
|
334
|
-
EM_INTEL209 = 209, # Reserved by Intel
|
|
335
|
-
EM_KM32 = 210, # KM211 KM32 32-bit processor
|
|
336
|
-
EM_KMX32 = 211, # KM211 KMX32 32-bit processor
|
|
337
|
-
EM_KMX16 = 212, # KM211 KMX16 16-bit processor
|
|
338
|
-
EM_KMX8 = 213, # KM211 KMX8 8-bit processor
|
|
339
|
-
EM_KVARC = 214, # KM211 KVARC processor
|
|
340
|
-
EM_CDP = 215, # Paneve CDP architecture family
|
|
341
|
-
EM_COGE = 216, # Cognitive Smart Memory Processor
|
|
342
|
-
EM_COOL = 217, # iCelero CoolEngine
|
|
343
|
-
EM_NORC = 218, # Nanoradio Optimized RISC
|
|
344
|
-
EM_CSR_KALIMBA = 219, # CSR Kalimba architecture family
|
|
345
|
-
EM_AMDGPU = 224, # AMD GPU architecture
|
|
346
|
-
EM_RISCV = 243, # RISC-V
|
|
347
|
-
EM_LANAI = 244, # Lanai 32-bit processor
|
|
348
|
-
EM_BPF = 247, # Linux kernel bpf virtual machine
|
|
349
|
-
EM_VE = 251, # NEC SX-Aurora VE
|
|
350
|
-
EM_CSKY = 252, # C-SKY 32-bit processor
|
|
317
|
+
EM_CLOUDSHIELD = (192,) # CloudShield architecture family
|
|
318
|
+
EM_COREA_1ST = (193,) # KIPO-KAIST Core-A 1st generation processor family
|
|
319
|
+
EM_COREA_2ND = (194,) # KIPO-KAIST Core-A 2nd generation processor family
|
|
320
|
+
EM_ARC_COMPACT2 = (195,) # Synopsys ARCompact V2
|
|
321
|
+
EM_OPEN8 = (196,) # Open8 8-bit RISC soft processor core
|
|
322
|
+
EM_RL78 = (197,) # Renesas RL78 family
|
|
323
|
+
EM_VIDEOCORE5 = (198,) # Broadcom VideoCore V processor
|
|
324
|
+
EM_78KOR = (199,) # Renesas 78KOR family
|
|
325
|
+
EM_56800EX = (200,) # Freescale 56800EX Digital Signal Controller (DSC)
|
|
326
|
+
EM_BA1 = (201,) # Beyond BA1 CPU architecture
|
|
327
|
+
EM_BA2 = (202,) # Beyond BA2 CPU architecture
|
|
328
|
+
EM_XCORE = (203,) # XMOS xCORE processor family
|
|
329
|
+
EM_MCHP_PIC = (204,) # Microchip 8-bit PIC(r) family
|
|
330
|
+
EM_INTEL205 = (205,) # Reserved by Intel
|
|
331
|
+
EM_INTEL206 = (206,) # Reserved by Intel
|
|
332
|
+
EM_INTEL207 = (207,) # Reserved by Intel
|
|
333
|
+
EM_INTEL208 = (208,) # Reserved by Intel
|
|
334
|
+
EM_INTEL209 = (209,) # Reserved by Intel
|
|
335
|
+
EM_KM32 = (210,) # KM211 KM32 32-bit processor
|
|
336
|
+
EM_KMX32 = (211,) # KM211 KMX32 32-bit processor
|
|
337
|
+
EM_KMX16 = (212,) # KM211 KMX16 16-bit processor
|
|
338
|
+
EM_KMX8 = (213,) # KM211 KMX8 8-bit processor
|
|
339
|
+
EM_KVARC = (214,) # KM211 KVARC processor
|
|
340
|
+
EM_CDP = (215,) # Paneve CDP architecture family
|
|
341
|
+
EM_COGE = (216,) # Cognitive Smart Memory Processor
|
|
342
|
+
EM_COOL = (217,) # iCelero CoolEngine
|
|
343
|
+
EM_NORC = (218,) # Nanoradio Optimized RISC
|
|
344
|
+
EM_CSR_KALIMBA = (219,) # CSR Kalimba architecture family
|
|
345
|
+
EM_AMDGPU = (224,) # AMD GPU architecture
|
|
346
|
+
EM_RISCV = (243,) # RISC-V
|
|
347
|
+
EM_LANAI = (244,) # Lanai 32-bit processor
|
|
348
|
+
EM_BPF = (247,) # Linux kernel bpf virtual machine
|
|
349
|
+
EM_VE = (251,) # NEC SX-Aurora VE
|
|
350
|
+
EM_CSKY = (252,) # C-SKY 32-bit processor
|
|
351
351
|
EM_AVR_OLD = 0x1057 # AVR magic number. Written in the absense of an ABI.
|
|
352
352
|
EM_MSP430_OLD = 0x1059 # MSP430 magic number. Written in the absense of everything.
|
|
353
353
|
EM_MT = 0x2530 # Morpho MT. Written in the absense of an ABI.
|
|
@@ -954,7 +954,7 @@ class ELFAbiType(enum.IntEnum):
|
|
|
954
954
|
# ELFOSABI_FIRST_ARCH = 64, // First architecture-specific OS ABI
|
|
955
955
|
# ELFOSABI_AMDGPU_HSA = 64, // AMD HSA runtime
|
|
956
956
|
ELFOSABI_C6000_LINUX = 65 # Linux TMS320C6000
|
|
957
|
-
ELFOSABI_AMDGPU_MESA3D = 66
|
|
957
|
+
ELFOSABI_AMDGPU_MESA3D = 66 # AMD GCN GPUs (GFX6+) for MESA runtime
|
|
958
958
|
ELFOSABI_ARM = 97 # ARM
|
|
959
959
|
ELFOSABI_STANDALONE = 255 # Standalone (embedded) application
|
|
960
960
|
|