Calculate library size (M_LRS column) from maps file

This commit is contained in:
Fynn Wulf
2020-10-09 15:13:06 +02:00
committed by BenBE
parent 46a2e8ac63
commit 7f18b352b0
6 changed files with 89 additions and 14 deletions

View File

@ -9,6 +9,8 @@ in the source distribution for its full text.
*/
#include <stdbool.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/types.h>
#include "Object.h"
@ -113,7 +115,7 @@ typedef struct ProcessFieldData_ {
const char* name;
const char* title;
const char* description;
int flags;
uint32_t flags;
} ProcessFieldData;
// Implemented in platform-specific code: