Searched refs:ungroupedRelatives (Results 1 – 1 of 1) sorted by relevance
1759 std::vector<Elf_Rela> ungroupedRelatives; in updateAllocSize() local1768 ungroupedRelatives.insert(ungroupedRelatives.end(), group.begin(), in updateAllocSize()1864 if (!ungroupedRelatives.empty()) { in updateAllocSize()1865 add(ungroupedRelatives.size()); in updateAllocSize()1868 for (Elf_Rela &r : ungroupedRelatives) { in updateAllocSize()