Searched refs:impLibMaxAddr (Results 1 – 2 of 2) sorted by relevance
1259 if (impLibMaxAddr <= sym->value) in ArmCmseSGSection()1260 impLibMaxAddr = sym->value + sym->size; in ArmCmseSGSection()1324 return (impLibMaxAddr ? impLibMaxAddr - getVA() : 0) + newEntries * entsize; in getSize()
1175 uint64_t impLibMaxAddr = 0; variable