OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_auxv
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_initimg/
initimg-linux.c
397
const struct auxv *
orig_auxv
;
local
413
orig_auxv
= find_auxv(init_sp);
453
for (cauxv =
orig_auxv
; cauxv->a_type != AT_NULL; cauxv++) {
628
for (;
orig_auxv
->a_type != AT_NULL; auxv++,
orig_auxv
++) {
631
*auxv = *
orig_auxv
;
682
auxv->u.a_ptr = copy_str(&strtab,
orig_auxv
->u.a_ptr);
758
VG_(memcpy)(strtab,
orig_auxv
->u.a_ptr, 16);
776
*auxv = *
orig_auxv
;
[
all
...]
Completed in 27 milliseconds