OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auxtype
(Results
1 - 7
of
7
) 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_;
/dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java
46
private Type
auxType
;
106
auxType
= null;
222
public final void
auxType
(Type type) {
223
auxType
= type;
314
return
auxType
;
Simulator.java
520
machine.
auxType
(type);
585
machine.
auxType
(type);
592
machine.
auxType
(type);
601
machine.
auxType
(type);
Machine.java
133
public void
auxType
(Type type);
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
170
coff_symtab_auxtype
auxtype
; /* type of aux entries */
member in struct:coff_symrec_data
257
int numaux, coff_symtab_auxtype
auxtype
)
268
sym_data->
auxtype
=
auxtype
;
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
450
support::ulittle8_t
AuxType
;
[
all
...]
Completed in 198 milliseconds