HomeSort by relevance Sort by last modified time
    Searched refs:relEnd (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c 61 static bool handleRelocs(const uint8_t *relStart, const uint8_t *relEnd, uint32_t flashStart, uint32_t ramStart, void *mem)
66 while (relStart != relEnd) {
78 if (relEnd - relStart < 4)
87 if (relEnd - relStart < 3)
97 if (relEnd - relStart < 2)
106 if (relEnd - relStart < 1)
116 if (relEnd - relStart < 1)
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end();
142 for (rel = (*sect)->getRelocData()->begin(); rel != relEnd; ++rel) {
283 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end();
284 for (rel = variable_relocs.begin(); rel != relEnd; ++rel) {

Completed in 80 milliseconds