ESP-IDF
ulp_binary_header_t::text_offset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ulp_binary_header_t::text_offset
ulp_binary_header_t::text_offset field
Syntax
Show:
Summary
Declaration
from
ulp.c:36
uint16_t
text_offset
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
text_offset
;
ulp.c:36
size_t
total_size
=
(
size_t
)
header
.
text_offset
+
(
size_t
)
header
.
text_size
+
ulp.c:135
ulp_load_binary()
program_size_bytes
,
total_size
,
header
.
text_offset
,
ulp.c:139
ulp_load_binary()
memcpy
(
base
+
load_addr_bytes
,
program_binary
+
header
.
text_offset
,
text_data_size
)
;
ulp.c:149
ulp_load_binary()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulp_binary_header_t::text_offset
is read by 1 function:
All items filtered out
ulp_binary_header_t::text_offset
ulp_load_binary()
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