Old source: old/test2.cpp:32(/home/flo/Documents/elf_diff/tests/src/old/test2.cpp)
New source: new/test2.cpp:32(/home/flo/Documents/elf_diff/tests/src/new/test2.cpp)
persisting_symbol
├── display_info [Information that configures how things are displayed]
│ ├── anchor_id = '1' <str> [Unique string identifier token that can be used to generate a HTML anchor for cross references]
│ ├── display_symbol_details = 'True' <bool> [True if symbol details are supposed to be displayed]
│ └── symbol_class = 'persisting' <str> [The class of symbol old/new/appeared/disappeared/persisting/similar]
└── related_symbols [A relation between two symbols]
├── new_symbol
│ ├── id = '18' <int> [Unique symbol identifier]
│ ├── instructions = 'endbr64
push %rbp
mov %rsp,%rbp
nop
pop %rbp
ret
' <str> [Code instructions (assembly with possibly high level language code intermixed)]
│ ├── is_demangled = 'True' <bool> [True if the symbol name is demangled]
│ ├── is_stored_in_program_memory = 'True' <bool> [True if the symbol is stored in program memory]
│ ├── name = 'g()' <str> [The symbol name (demangled if supported)]
│ ├── name_mangled = '_Z1gv' <str> [The mangled symbol name]
│ ├── size = '11' <int> [Number of bytes occupied by the symbol]
│ ├── source
│ │ ├── file_id = '29' <int> [The id of the source file]
│ │ └── line = '32' <int> [The line number in the source file where the symbol is defined]
│ └── type = 'T' <str> [Type character matching the characters used by the nm binutils tool]
├── old_symbol
│ ├── id = '1' <int> [Unique symbol identifier]
│ ├── instructions = 'endbr64
push %rbp
mov %rsp,%rbp
nop
pop %rbp
ret
' <str> [Code instructions (assembly with possibly high level language code intermixed)]
│ ├── is_demangled = 'True' <bool> [True if the symbol name is demangled]
│ ├── is_stored_in_program_memory = 'True' <bool> [True if the symbol is stored in program memory]
│ ├── name = 'g()' <str> [The symbol name (demangled if supported)]
│ ├── name_mangled = '_Z1gv' <str> [The mangled symbol name]
│ ├── size = '11' <int> [Number of bytes occupied by the symbol]
│ ├── source
│ │ ├── file_id = '12' <int> [The id of the source file]
│ │ └── line = '32' <int> [The line number in the source file where the symbol is defined]
│ └── type = 'T' <str> [Type character matching the characters used by the nm binutils tool]
└── size_delta = '0' <int> [Difference in bytes between the resource occupation of the two symbols]