Home
last modified time | relevance | path

Searched refs:TOKEN_24BIT_OFST (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
DappRelocFormat.h88 #define TOKEN_24BIT_OFST 0xFB // followed by 24-bit x, such that the value we want to represent is … macro
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c86 case TOKEN_24BIT_OFST: in handleRelocs()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c217 packedNanoRelocs[packedNanoRelocSz++] = TOKEN_24BIT_OFST; in packNanoRelocs()
Dpostprocess_elf.c208 packedNanoRelocs[packedNanoRelocSz++] = TOKEN_24BIT_OFST; in packNanoRelocs()