Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp140 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end(); in findCandidates() local
282 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end(); in getContentWithVariables() local
/aosp_15_r20/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()