Lines Matching +full:- +full:t
2 * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
4 * SPDX-License-Identifier: Apache-2.0
10 * ESP32-C6 ROM static data usage is as follows:
11 * - 0x4086ad08 - 0x4087c610: Shared buffers, used in UART/USB/SPI download mode only
12 * - 0x4087c610 - 0x4087e610: PRO CPU stack, can be reclaimed as heap after RTOS startup
13 * - 0x4087e610 - 0x40880000: ROM .bss and .data (not easily reclaimable)
31 bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead; /* 0x4087c610 - 0…
32 bootloader_dram_seg_start = bootloader_dram_seg_end - bootloader_dram_seg_len; /* 0x4087a610 - 0x50…
33 …r_iram_loader_seg_start = bootloader_dram_seg_start - bootloader_iram_loader_seg_len; /* 0x4087561…
34 …ader_iram_seg_start = bootloader_iram_loader_seg_start - bootloader_iram_seg_len; /* 0x4086e610 - …
60 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
168 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)