Home
last modified time | relevance | path

Searched refs:d_ptr (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_view.h78 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()
Dcrazy_linker_rdebug.cpp229 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()
/ndk/sources/host-tools/make-3.81/
Dfile.c601 struct dep **d_ptr; in expand_deps() local
602 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() local
611 for (d_ptr = &f->deps; *d_ptr; d_ptr = &(*d_ptr)->next) in expand_deps()
614 *d_ptr = new; in expand_deps()
Dimplicit.c269 struct dep **d_ptr; in pattern_search() local
821 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()
Dread.c2016 struct dep **d_ptr = &f->deps; in record_files() local
2018 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()