HomeSort by relevance Sort by last modified time
    Searched refs:EI_CLASS (Results 76 - 77 of 77) sorted by null

1 2 34

  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 382 'ei_class ei_data ei_version ei_osabi e_type e_machine e_version '
444 EI_CLASS = 4
518 __slots__ = ('ei_class', 'ei_data', 'e_machine', 'dt_rpath', 'dt_runpath',
524 def __init__(self, ei_class=ELFCLASSNONE, ei_data=ELFDATANONE, e_machine=0,
529 self.ei_class = ei_class
557 return self._ELF_CLASS_NAMES.get(self.ei_class, 'None')
572 return self.ei_class == ELF.ELFCLASS32
577 return self.ei_class == ELF.ELFCLASS64
594 print('EI_CLASS\t' + self.elf_class_name, file=file
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 709 milliseconds

1 2 34