Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance
786 FileGot &g = getGot(file); in addEntry()812 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()817 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()819 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()824 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()834 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()846 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()861 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()871 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()877 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()[all …]
325 struct FileGot { struct359 std::vector<FileGot> gots; argument362 FileGot &getGot(InputFile &f);367 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);