HomeSort by relevance Sort by last modified time
    Searched refs:elf_data_name (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/definition-tool/tests/
test_elf.py 84 self.assertEqual('None', ELF().elf_data_name)
86 ELF(None, ELF.ELFDATA2LSB).elf_data_name)
88 ELF(None, ELF.ELFDATA2MSB).elf_data_name)
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 445 def elf_data_name(self): member in class:ELF
473 print('EI_DATA\t\t' + self.elf_data_name, file=file)
    [all...]

Completed in 59 milliseconds