OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_r_debug
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
319
// nacl_helper_bootstrap replaces the Xs with the address of its
_r_debug
338
*bootstrap_r_debug =
_r_debug
;
348
link_map* l =
_r_debug
.r_map;
/bionic/linker/
linker.cpp
190
static r_debug
_r_debug
= {1, nullptr, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::RT_CONSISTENT, 0};
variable
209
_r_debug
.r_map = map;
239
_r_debug
.r_state = r_debug::RT_ADD;
244
_r_debug
.r_state = r_debug::RT_CONSISTENT;
256
_r_debug
.r_state = r_debug::RT_DELETE;
261
_r_debug
.r_state = r_debug::RT_CONSISTENT;
266
_r_debug
.r_state = r_debug::RT_ADD;
268
_r_debug
.r_state = r_debug::RT_CONSISTENT;
[
all
...]
Completed in 136 milliseconds