Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp704 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 …]
H A DSyntheticSections.h308 struct FileGot { struct
342 std::vector<FileGot> gots; argument
345 FileGot &getGot(InputFile &f);
350 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);