Home
last modified time | relevance | path

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

/optee_os-3.20.0/scripts/
A Dgen_tee_bin.py106 def get_sections(elffile, pad_to, dump_names): argument
114 not dump_names.match(section_name)):
137 dump_names = re.compile(r'^\..*_(pageable|init)$')
138 tee_pageable_bin = get_sections(elffile, pad_to, dump_names)
146 dump_names = re.compile(r'^\.(text|nex_data|rodata|ctors|got|data|'
148 tee_pager_bin = get_sections(elffile, pad_to, dump_names)

Completed in 3 milliseconds