Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp261 variable_relocs.push_back(&rel); in initConstantContent()
282 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end(); in getContentWithVariables()
283 for (rel = variable_relocs.begin(); rel != relEnd; ++rel) { in getContentWithVariables()
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h54 std::vector<Relocation*> variable_relocs; variable