Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance
704 FileGot &g = getGot(file); in addEntry()730 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()735 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()737 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()742 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()752 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()764 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()778 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()788 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()794 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()[all …]
308 struct FileGot { struct342 std::vector<FileGot> gots; argument345 FileGot &getGot(InputFile &f);350 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);