| Type | Name | Description
|
| |
|
| Data: |
|
| void delegate(inout T)[T2] | table | Callback table for processing ELF section types.
|
| T[] | data | Table of all sections or segments (ie. Shdr or Phdr)
|
| |
|
| Methods: |
|
| void (T2[] list) | reduceto | Trim callback table entries to list's types.
|
| void () | finalize | Called by analyze() after each parse run is finished storing data.
|
| bool (inout T entry) | process | Called on each ELF section entry found during analyze().
|
| void (T)(T[] data) | analyze | Starts the parse run on mapped data.
|
| Abstract Methods: |
|
| T2 (ref T) | index | Maps ELF section types to the callback table.
|