Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/ldgen/
Dfragments.py246 def get_section_data_from_entry(sections_entry, symbol=None): argument
249 sections.append(sections_entry.replace('+', ''))
250 sections.append(sections_entry.replace('+', '.*'))
253 if sections_entry.endswith('+'):
254 section = sections_entry.replace('+', '.*')
258 return (sections_entry, None)