reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
723 gots.emplace_back(); 724 gots.back().file = &f; 725 f.mipsGotIndex = gots.size() - 1; 727 return gots[*f.mipsGotIndex]; 733 const FileGot &g = gots[*f->mipsGotIndex]; 747 const FileGot &g = gots[*f->mipsGotIndex]; 757 const FileGot &g = gots[*f->mipsGotIndex]; 763 const FileGot &g = gots[*f->mipsGotIndex]; 769 if (gots.empty()) 771 const FileGot &primGot = gots.front(); 780 if (gots.empty()) 782 return headerEntriesNum + gots.front().getPageEntriesNum() + 783 gots.front().local16.size(); 809 for (const FileGot &g : gots) 815 if (gots.empty()) 823 for (FileGot &got : gots) { 835 for (FileGot &got : gots) { 847 for (FileGot &got : gots) { 854 for (FileGot &got : gots) { 875 for (FileGot &srcGot : gots) { 893 std::swap(gots, mergedGots); 897 primGot = &gots.front(); 904 for (FileGot &got : gots) { 939 for (FileGot &got : gots) { 1013 return getVA() + gots[*f->mipsGotIndex].startIndex * config->wordsize + 1033 for (const FileGot &g : gots) { 1057 if (&g == &gots.front())