Searched refs:rodataLen (Results 1 – 1 of 1) sorted by relevance
117 size_t rodataLen = &__rodata_end - &__rodata_start; in OsShellCmdSectionInfo() local123 MEM_SIZE_TO_KB(rodataLen), MEM_SIZE_TO_KB(bssLen)); in OsShellCmdSectionInfo()126 MEM_SIZE_TO_MB(rodataLen), MEM_SIZE_TO_MB(bssLen)); in OsShellCmdSectionInfo()128 … PRINTK("Mem: %-9lu %-10lu %-10lu %-10lu\n", textLen, dataLen, rodataLen, bssLen); in OsShellCmdSectionInfo()