ESP-IDF
should_map()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
should_map()
should_map() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_image_format.c:68
static
bool
should_map
(
uint32_t
load_addr
)
;
Implemented in
esp_image_format.c:808
Arguments
Argument
load_addr
Examples
References
from
examples
Code
Location
Referrer
static
bool
should_map
(
uint32_t
load_addr
)
esp_image_format.c:808
static
bool
should_map
(
uint32_t
load_addr
)
;
esp_image_format.c:68
bool
is_mapping
=
should_map
(
load_addr
)
;
esp_image_format.c:569
process_segment()
bool
map_segment
=
should_map
(
load_addr
)
;
esp_image_format.c:763
verify_segment_header()
if
(
should_map
(
load_addr
)
)
{
esp_image_format.c:826
should_load()
Call Tree
from
examples
should_map()
is called by 3 functions:
process_segment()
verify_segment_header()
should_load()
All items filtered out
should_map()
All items filtered out
Data Use
from
examples
should_map()
:
All items filtered out
should_map()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out