Question of how program is mapped to memory

Product:WiFi LoRa 32 V2
Description:

So I download the example program "OLED_LORA_RECIEVER“ to the board, and the Arudino Output Info shows it writes data on such addresses:


What do these addresses represent for? I checked the esp32-tech-manual but Address Mapping of embbed SRAM and SPI-FLASH are quite different, which start from address like 0x3FFE000 or 0x3FFAE0000. Furthermore, how can I know which part of the program is downloaded to SPI-FLASH or SRAM? Thank you!