{# -*- coding: utf-8 -*- -*- mode: python -*- elf_diff Copyright (C) 2021 Noseglasses (shinynoseglasses@gmail.com) This program is free software: you can redistribute it and/or modify it under it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with along with this program. If not, see . #}

Configuration

elf_diffs configuration is stored in a tree structure.

Document

{{ dump_tree(document, True) | e}}

Symbol Classes

The section document.symbols contains dictionaries that map symbol-ids (symbol pair-ids) to symbols of different classes. The subdocument structure of those classes is displayed below.
Please note: The actual symbol representations are not listed due to space constraints. {% for key, value in get_symbol_document_trees().items() %}

{{ key }}

{{ dump_tree(value, False) | e }}
{% endfor %}

Jinja2 Template Variables

The following exported variables may be used to configure Jinja2 Template files.
{{ dump_leaf_paths(document) | e}}