Lines Matching defs:gp
36 static bool get_dyn_gp(struct elf_image* ei, Elf_W(Off) dyn_phdr_offset, unw_word_t* gp) {
51 *gp = dyn.d_un.d_ptr;
84 pi.gp = di_cache->gp;
199 // relative to for that object. We call this the "gp".
203 edi->di_cache.gp = 0;
205 // Ignore failures, we'll attempt to keep going with a zero gp.
206 get_dyn_gp(ei, dyn_phdr_offset, &edi->di_cache.gp);
328 // relative to for that object. We call this the "gp".
332 edi->di_cache.gp = 0;
340 edi->di_cache.gp = dyn->d_un.d_ptr;
368 pi.gp = edi->di_cache.gp;