OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOKEN_RELOC_TYPE_CHG
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
appRelocFormat.h
55
*
TOKEN_RELOC_TYPE_CHG
: 1 byte follows. It is read, one is added to it, and
85
#define
TOKEN_RELOC_TYPE_CHG
0xFE // reloc type changed (followed by a byte represeting "reloc_type" increment minus 1)
/device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c
115
case
TOKEN_RELOC_TYPE_CHG
:
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
329
packedNanoRelocs[packedNanoRelocSz++] =
TOKEN_RELOC_TYPE_CHG
;
Completed in 339 milliseconds