Home
last modified time | relevance | path

Searched refs:gots (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp789 gots.emplace_back(); in getGot()
790 gots.back().file = &f; in getGot()
791 f.mipsGotIndex = gots.size() - 1; in getGot()
793 return gots[f.mipsGotIndex]; 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()
835 if (gots.empty()) in getFirstGlobalEntry()
837 const FileGot &primGot = gots.front(); in getFirstGlobalEntry()
[all …]
H A DSyntheticSections.h349 std::vector<FileGot> gots; variable
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c675 int gots = 0, gotc = 0; in get_victim_ssid() local
734 gots = 1; in get_victim_ssid()
752 if (gots && gotc) { in get_victim_ssid()