Added option to control how codeobj is dumped from ATT

Change-Id: Ie76aeea1193c7ba8fe7f51be159516f8a9eab55f
This commit is contained in:
Giovanni LB
2023-11-08 17:35:43 -03:00
parent 1c0149c21f
commit 99b14fc9f8
11 changed files with 84 additions and 37 deletions
+5 -1
View File
@@ -1185,6 +1185,10 @@ typedef struct {
* Addr where codeobj is loaded
*/
uint64_t base_address;
/**
* Maximum offset from base address
*/
uint64_t mem_size;
/**
* If a copy of the codeobj is made, contains the data. Nullptr otherwise.
*/
@@ -1192,7 +1196,7 @@ typedef struct {
/**
* If a copy of the codeobj is made, contains the size of the data. 0 otherwise.
*/
uint64_t size;
uint64_t data_size;
/**
* Timestamp for the time point this codeobj was loaded.
*/