Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c61 static bool handleRelocs(const uint8_t *relStart, const uint8_t *relEnd, uint32_t flashStart, uint3… in handleRelocs() argument
66 while (relStart != relEnd) { in handleRelocs()
78 if (relEnd - relStart < 4) in handleRelocs()
87 if (relEnd - relStart < 3) in handleRelocs()
97 if (relEnd - relStart < 2) in handleRelocs()
106 if (relEnd - relStart < 1) in handleRelocs()
116 if (relEnd - relStart < 1) in handleRelocs()