OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__code_start
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/variant/lunchbox/
variant.h
50
{ (uint8_t *)(
__code_start
), 0x04000, BL_FLASH_KERNEL },\
51
{ (uint8_t *)(
__code_start
+ 0x04000), 0x10000, BL_FLASH_KERNEL },\
52
{ (uint8_t *)(
__code_start
+ 0x10000), 0x20000, BL_FLASH_KERNEL },\
/device/google/contexthub/firmware/misc/platform/stm32f4xx/
showsizes.sh
28
code_start=$(getvar $1
__code_start
)
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
183
extern uint8_t
__code_start
[];
211
{ (uint8_t *)(
__code_start
), 0x04000, BL_FLASH_KERNEL },
212
{ (uint8_t *)(
__code_start
+ 0x04000), 0x10000, BL_FLASH_KERNEL },
709
if (blProgramTypedArea(
__code_start
, (const uint8_t*)(os + 1), os->size, BL_FLASH_KERNEL, BL_FLASH_KEY1, BL_FLASH_KEY2))
927
uint32_t allSizes[] = {__builtin_bswap32(__code_end -
__code_start
), __builtin_bswap32(__shared_end - __shared_start), __builtin_bswap32(__eedata_end - __eedata_start)};
[
all
...]
Completed in 179 milliseconds