Searched refs:e_machine (Results 1 – 5 of 5) sorted by relevance
112 def __init__(self, elf_path=None, e_type=None, e_machine=None): argument114 self.e_machine = e_machine138 self.e_machine = header_tables.elf_header.e_machine320 def __init__(self, elf_path=None, e_type=None, e_machine=None): argument322 _e_machine = e_machine or self.EM_XTENSA340 'e_machine': self.e_machine,
412 core_elf.e_machine = ESPCoreDumpElfFile.EM_XTENSA
103 if exe_elf.e_machine != core_elf.e_machine:106 if core_elf.e_machine == ESPCoreDumpElfFile.EM_XTENSA:
173 Elf32_Half e_machine; member190 Elf64_Half e_machine; member
117 elf_hdr.e_machine = esp_core_dump_get_arch_id(); in elf_write_file_header()