OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SANDBOX_DIE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc
31
SANDBOX_DIE
("Invalid use of ErrorCode object");
61
SANDBOX_DIE
("Dereferencing invalid ErrorCode");
73
SANDBOX_DIE
("Corrupted ErrorCode");
83
SANDBOX_DIE
("Dereferencing invalid ErrorCode");
107
SANDBOX_DIE
("Corrupted ErrorCode");
sandbox_bpf.cc
275
SANDBOX_DIE
(static_cast<char*>(aux));
313
SANDBOX_DIE
("sigprocmask() failed");
317
SANDBOX_DIE
("pipe() failed");
321
SANDBOX_DIE
("Process started without standard file descriptors");
337
SANDBOX_DIE
("fork() failed unexpectedly");
352
SANDBOX_DIE
(NULL);
366
SANDBOX_DIE
(NULL);
374
SANDBOX_DIE
(NULL);
380
SANDBOX_DIE
(NULL);
387
SANDBOX_DIE
(NULL)
[
all
...]
die.h
15
#define
SANDBOX_DIE
(m) sandbox::Die::SandboxDie(m, __FILE__, __LINE__)
28
// Most users would want to call
SANDBOX_DIE
() instead, as it logs extra
33
// This method gets called by
SANDBOX_DIE
(). There is normally no reason
48
// We generally want to run all exit handlers. This means, on
SANDBOX_DIE
()
trap.cc
62
SANDBOX_DIE
("Failed to block SIGBUS");
88
SANDBOX_DIE
("Failed to configure SIGSYS handler");
103
SANDBOX_DIE
("Failed to configure SIGSYS handler");
116
SANDBOX_DIE
("Failed to allocate global trap handler");
174
//
SANDBOX_DIE
() can call LOG(FATAL). This is not normally async-signal
265
// This
SANDBOX_DIE
() can optionally be removed. It won't break security,
267
// to understand. Removing the
SANDBOX_DIE
() allows callers to easily check
270
SANDBOX_DIE
(
302
SANDBOX_DIE
("Too many SECCOMP_RET_TRAP callback instances");
codegen.cc
155
SANDBOX_DIE
(
160
SANDBOX_DIE
("Cannot append instructions after a return statement");
182
SANDBOX_DIE
("Expected a BPF_JMP instruction");
185
SANDBOX_DIE
("Branches must jump to a valid instruction");
239
SANDBOX_DIE
(
266
SANDBOX_DIE
(
287
SANDBOX_DIE
("Found a jump inside of a basic block");
304
SANDBOX_DIE
(
333
SANDBOX_DIE
("Internal compiler error; cannot compute basic blocks");
604
SANDBOX_DIE
("Internal compiler error; cyclic graph detected")
[
all
...]
Completed in 1547 milliseconds