Home
last modified time | relevance | path

Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp739 FileGot &g = getGot(file); in addEntry()
765 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
770 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
772 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()
777 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
787 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
799 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()
813 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()
823 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()
829 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()
[all …]
H A DSyntheticSections.h315 struct FileGot { struct
349 std::vector<FileGot> gots; argument
352 FileGot &getGot(InputFile &f);
357 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);