Searched refs:variable_relocs (Results 1 – 2 of 2) sorted by relevance
262 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()
54 std::vector<Relocation*> variable_relocs; variable