Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/bionic/
Dcrtbegin_so.S57 lw $2,%got(completed.1269)($28)
63 lw $2,%got(__cxa_finalize)($28)
67 lw $2,%got(__dso_handle)($28)
76 lw $2,%got(completed.1269)($28)
/bionic/linker/
Dlinker.cpp1187 unsigned *got; in mips_relocate_got() local
1192 got = si->plt_got; in mips_relocate_got()
1208 got[g++] = 0xdeadbeef; in mips_relocate_got()
1209 if (got[g] & 0x80000000) { in mips_relocate_got()
1210 got[g++] = 0xdeadfeed; in mips_relocate_got()
1216 got[g] += si->load_bias; in mips_relocate_got()
1222 got = si->plt_got + local_gotno; in mips_relocate_got()
1223 for (g = gotsym; g < symtabno; g++, sym++, got++) { in mips_relocate_got()
1239 *got = 0; in mips_relocate_got()
1246 *got = base + s->st_value; in mips_relocate_got()