[ Root System Explorer ]
Location:
Root
/
lib
/
python3.9
/
site-packages
/
elftools
/
ehabi
/
__pycache__
+ Folder
+ File
Upload
Editing: ehabiinfo.cpython-39.opt-1.pyc
a �#�_ � @ s� d dl mZ ddlmZ ddlmZ ddlmZ G dd� de�Z G dd � d e�Z G d d� de �ZG dd � d e �ZG dd� de �Z dd� ZdS )� )�struct_parse� )�EHABIBytecodeDecoder)�EHABI_INDEX_ENTRY_SIZE)�EHABIStructsc @ s8 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� ZdS ) � EHABIInfoa ARM exception handler abi information class. Parameters: arm_idx_section: elf.sections.Section object, section which type is SHT_ARM_EXIDX. little_endian: bool, endianness of elf file. c C s || _ t|�| _d | _d S �N)�_arm_idx_sectionr �_struct� _num_entry)�selfZarm_idx_sectionZ little_endian� r �</usr/lib/python3.9/site-packages/elftools/ehabi/ehabiinfo.py�__init__ s zEHABIInfo.__init__c C s | j jS r )r �name�r r r r �section_name"