HomeSort by relevance Sort by last modified time
    Searched refs:r_debug (Results 1 - 7 of 7) sorted by null

  /bionic/linker/
linker_gdb_support.cpp 40 r_debug _r_debug =
41 {1, nullptr, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::RT_CONSISTENT, 0};
79 _r_debug.r_state = r_debug::RT_ADD;
84 _r_debug.r_state = r_debug::RT_CONSISTENT;
91 _r_debug.r_state = r_debug::RT_DELETE;
96 _r_debug.r_state = r_debug::RT_CONSISTENT;
101 _r_debug.r_state = r_debug::RT_ADD;
103 _r_debug.r_state = r_debug::RT_CONSISTENT;
linker_gdb_support.h 42 extern struct r_debug _r_debug;
linker.cpp     [all...]
  /bionic/libc/include/
link.h 73 struct r_debug { struct
  /bionic/tests/
link_test.cpp 109 static r_debug* find_exe_r_debug(ElfW(Dyn)* dynamic) {
112 return reinterpret_cast<r_debug*>(d->d_un.d_val);
121 TEST(link, r_debug) {
134 r_debug* dbg = find_exe_r_debug(exe_dynamic);
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 681 struct r_debug* r_debug = NULL; local
694 r_debug = reinterpret_cast<struct r_debug*>(dyn.d_un.d_ptr);
699 r_debug = reinterpret_cast<struct r_debug*>(dyn.d_un.d_ptr);
708 // The "r_map" field of that r_debug struct contains a linked list of all
718 struct r_debug debug_entry;
719 if (!dumper_->CopyFromProcess(&debug_entry, GetCrashThread(), r_debug,
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]

Completed in 950 milliseconds