OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bogus_addr1
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
prctl-arg2-intptr.c
58
static const kernel_ulong_t
bogus_addr1
=
local
82
if (
bogus_addr1
) {
83
prctl(options[i].val | bogus_op_bits,
bogus_addr1
);
85
(unsigned long long)
bogus_addr1
, errstr);
/external/strace/tests-m32/
prctl-arg2-intptr.c
58
static const kernel_ulong_t
bogus_addr1
=
local
82
if (
bogus_addr1
) {
83
prctl(options[i].val | bogus_op_bits,
bogus_addr1
);
85
(unsigned long long)
bogus_addr1
, errstr);
/external/strace/tests-mx32/
prctl-arg2-intptr.c
58
static const kernel_ulong_t
bogus_addr1
=
local
82
if (
bogus_addr1
) {
83
prctl(options[i].val | bogus_op_bits,
bogus_addr1
);
85
(unsigned long long)
bogus_addr1
, errstr);
Completed in 172 milliseconds