Home
last modified time | relevance | path

Searched refs:elf_or_uuid (Results 1 – 3 of 3) sorted by relevance

/optee_os/scripts/
A Dsymbolize.py118 def get_elf(self, elf_or_uuid): argument
119 if not elf_or_uuid.endswith('.elf'):
120 elf_or_uuid += '.elf'
122 if d.endswith(elf_or_uuid) and os.path.isfile(d):
124 elf = glob.glob(d + '/' + elf_or_uuid)
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py118 def get_elf(self, elf_or_uuid): argument
119 if not elf_or_uuid.endswith('.elf'):
120 elf_or_uuid += '.elf'
122 if d.endswith(elf_or_uuid) and os.path.isfile(d):
124 elf = glob.glob(d + '/' + elf_or_uuid)
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py118 def get_elf(self, elf_or_uuid): argument
119 if not elf_or_uuid.endswith('.elf'):
120 elf_or_uuid += '.elf'
122 if d.endswith(elf_or_uuid) and os.path.isfile(d):
124 elf = glob.glob(d + '/' + elf_or_uuid)

Completed in 6 milliseconds