zdump: Extract dfo_mem_chunk interface from DFO

The primary goal is to separate DFO code into multiple smaller modules
and make it unit testable.

This refactoring only moved the code around w/o changing any functionality.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Alexander Egorenkov
2021-11-11 07:21:08 +01:00
committed by Jan Höppner
parent f6a7da141c
commit 4bd16ba8ea
7 changed files with 190 additions and 140 deletions
+1
View File
@@ -19,6 +19,7 @@
#include "df_elf.h"
#include "dfi.h"
#include "dfi_mem_chunk.h"
#include "dfo_mem_chunk.h"
#include "dfi_vmcoreinfo.h"
#include "dfo.h"