Searched refs:variable_reloc_symtab (Results 1 – 2 of 2) sorted by relevance
2365 std::vector<RelocationInfo*> variable_reloc_symtab; variable2389 for (RelocationInfo *r : other.variable_reloc_symtab) { in Function()2392 variable_reloc_symtab.push_back(s); in Function()2409 for (RelocationInfo *r : variable_reloc_symtab)2411 for (RelocationInfo *r : other.variable_reloc_symtab) {2414 variable_reloc_symtab.push_back(s);2431 for (RelocationInfo *s : variable_reloc_symtab) delete s; in ~Function()2590 return variable_reloc_symtab; in getVariableRelocSymtab()2648 variable_reloc_symtab.resize(count); in parse()2656 variable_reloc_symtab[j] = r; in parse()[all …]
2403 std::vector<RelocationInfo*> variable_reloc_symtab; variable2427 for (RelocationInfo *r : other.variable_reloc_symtab) { in Function()2430 variable_reloc_symtab.push_back(s); in Function()2447 for (RelocationInfo *r : variable_reloc_symtab)2449 for (RelocationInfo *r : other.variable_reloc_symtab) {2452 variable_reloc_symtab.push_back(s);2469 for (RelocationInfo *s : variable_reloc_symtab) delete s; in ~Function()2628 return variable_reloc_symtab; in getVariableRelocSymtab()2686 variable_reloc_symtab.resize(count); in parse()2694 variable_reloc_symtab[j] = r; in parse()[all …]