Lines Matching defs:NanoAppInfo
73 struct NanoAppInfo { struct
74 union {
78 size_t dataSizeUsed;
79 size_t dataSizeAllocated;
80 size_t codeAndDataSize; // not including symbols, relocs and BinHdr
81 size_t codeAndRoDataSize; // also not including GOT & RW data in flash
82 struct SymtabEntry *symtab;
83 size_t symtabSize; // number of symbols
84 struct RelocEntry *reloc;
85 size_t relocSize; // number of reloc entries
86 struct NanoRelocEntry *nanoReloc;
87 size_t nanoRelocSize; // number of nanoReloc entries <= relocSize
88 uint8_t *packedNanoReloc;
89 size_t packedNanoRelocSize;
91 bool debug;