OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuxType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h
24
void BPF_TEST_##test_name(sandbox::BPFTests<aux>::
AuxType
& BPF_AUX); \
30
void BPF_TEST_##test_name(sandbox::BPFTests<aux>::
AuxType
& BPF_AUX)
54
typedef Aux
AuxType
;
58
TestArgs(void (*t)(
AuxType
&), sandbox::SandboxBPF::EvaluateSyscall p)
61
void (*test() const)(
AuxType
&) { return test_; }
67
void (*test_)(
AuxType
&);
69
AuxType
aux_;
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
51
AuxiliaryType
AuxType
;
381
coff_symbol->Aux[0].
AuxType
= ATSectionDefinition;
445
coff_symbol->Aux[0].
AuxType
= ATWeakExternal;
559
switch(i->
AuxType
) {
759
assert(coff_symbol->Aux[0].
AuxType
== ATWeakExternal &&
843
assert(Aux.
AuxType
== ATSectionDefinition &&
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
450
support::ulittle8_t
AuxType
;
[
all
...]
Completed in 51 milliseconds