Lines Matching refs:got
90 // We got a definition.
130 ElfW(Addr)** got = plt_got_;
131 if (got == nullptr) {
135 // got[0] is the address of the lazy resolver function.
136 // got[1] may be used for a GNU extension.
141 got[g++] = reinterpret_cast<ElfW(Addr)*>(0xdeadbeef);
142 if (reinterpret_cast<intptr_t>(got[g]) < 0) {
143 got[g++] = reinterpret_cast<ElfW(Addr)*>(0xdeadfeed);
145 // Relocate the local GOT entries.
147 got[g] = reinterpret_cast<ElfW(Addr)*>(reinterpret_cast<uintptr_t>(got[g]) + load_bias);
151 // Now for the global GOT entries...
152 got = plt_got_ + mips_local_gotno_;
153 for (ElfW(Word) sym = mips_gotsym_; sym < mips_symtabno_; sym++, got++) {
190 *got = 0;
195 *got = reinterpret_cast<ElfW(Addr)*>(lsi->resolve_symbol_address(s));