Home
last modified time | relevance | path

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

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