Home
last modified time | relevance | path

Searched refs:rodataLen (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/base/misc/
Dmempt_shellcmd.c117 size_t rodataLen = &__rodata_end - &__rodata_start; in OsShellCmdSectionInfo() local
123 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()