Lines Matching defs:got
88 // initialize .got
89 LDSection& got = file_format->getGOT();
90 m_pGOT = new AArch64GOT(got);
92 // when -z now is given, there will be only one .got section (contains
93 // both GOTPLT and normal GOT entries), create GOT0 for .got section and
94 // set m_pGOTPLT to the same .got
98 // Otherwise, got should be seperated to two sections, .got and .got.plt
99 // initialize .got.plt
156 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
186 // set .got size
341 assert(m_pGOT != NULL && "GOT section not exist");
346 assert(m_pGOT != NULL && "GOT section not exist");