Searched refs:d_ptr (Results 1 – 5 of 5) sorted by relevance
78 return const_cast<ELF::Addr*>(&dyn_->d_un.d_ptr); in GetValuePointer()81 uintptr_t GetOffset() const { return dyn_->d_un.d_ptr; } in GetOffset()84 return load_bias + dyn_->d_un.d_ptr; in GetAddress()
229 dyn_section->d_un.d_ptr); in Init()230 if (dyn_section->d_un.d_ptr) { in Init()231 r_debug_ = reinterpret_cast<r_debug*>(dyn_section->d_un.d_ptr); in Init()
601 struct dep **d_ptr; in expand_deps() local602 for (d_ptr = &new; *d_ptr; d_ptr = &(*d_ptr)->next) in expand_deps()605 *d_ptr = f->deps; in expand_deps()610 struct dep **d_ptr; in expand_deps() local611 for (d_ptr = &f->deps; *d_ptr; d_ptr = &(*d_ptr)->next) in expand_deps()614 *d_ptr = new; in expand_deps()
269 struct dep **d_ptr; in pattern_search() local821 d_ptr = &file->deps; in pattern_search()906 *d_ptr = dep; in pattern_search()907 d_ptr = &dep->next; in pattern_search()910 *d_ptr = expl_d; in pattern_search()
2016 struct dep **d_ptr = &f->deps; in record_files() local2018 while ((*d_ptr)->next != 0) in record_files()2019 d_ptr = &(*d_ptr)->next; in record_files()2028 (*d_ptr)->next = this; in record_files()2038 this->next = *d_ptr; in record_files()2039 *d_ptr = this; in record_files()2042 (*d_ptr)->next = this; in record_files()