Displaying 2 results from an estimated 2 matches for "symbolsdynam".
Did you mean:
symbolsdynamic
2017 Nov 01
2
elf2yaml document structure, for dynamic symbols
...to model dynamic symbols (and symbols in
general) in the yaml structure. Currently, symbols in elf are represented
by a top level `Symbols` key, within which symbols are grouped by binding
type (Global, Weak, Local). The simplest thing to do would be to mirror
this structure to a DynamicSymbols (or SymbolsDynamic). Is there other ways
people would like to see this structure represented? Saleem suggested
symbols be modeled more closely to the elf spec, and that the binding type
should be represented as an attribute on each symbol, not as a grouping.
For comparison, coff and macho both appear to represent t...
2017 Nov 01
2
elf2yaml document structure, for dynamic symbols
...s in
>> general) in the yaml structure. Currently, symbols in elf are represented
>> by a top level `Symbols` key, within which symbols are grouped by binding
>> type (Global, Weak, Local). The simplest thing to do would be to mirror
>> this structure to a DynamicSymbols (or SymbolsDynamic). Is there other ways
>> people would like to see this structure represented? Saleem suggested
>> symbols be modeled more closely to the elf spec, and that the binding type
>> should be represented as an attribute on each symbol, not as a grouping.
>> For comparison, coff...