Home
last modified time | relevance | path

Searched refs:AuxType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dbpf_tester_compatibility_delegate.h30 typedef Aux AuxType; typedef
32 void (*test_function)(AuxType*), in BPFTesterCompatibilityDelegate() argument
33 typename CompatibilityPolicy<AuxType>::SyscallEvaluator policy_function) in BPFTesterCompatibilityDelegate()
46 new CompatibilityPolicy<AuxType>(policy_function_, &aux_)); in GetSandboxBPFPolicy()
57 AuxType aux_;
58 void (*test_function_)(AuxType*);
59 typename CompatibilityPolicy<AuxType>::SyscallEvaluator policy_function_;
Dsandbox_bpf_compatibility_policy.h18 template <class AuxType>
23 AuxType* aux);
24 CompatibilityPolicy(SyscallEvaluator syscall_evaluator, AuxType* aux) in CompatibilityPolicy()
37 AuxType* aux_;
Dbpf_tests.h88 sandbox::BPFTesterCompatibilityDelegate<aux>::AuxType* BPF_AUX); \
96 sandbox::BPFTesterCompatibilityDelegate<aux>::AuxType* BPF_AUX)
/external/llvm/lib/Object/
DCOFFYAML.cpp249 : AuxType(COFFYAML::AuxSymbolType(0)) {} in NAuxTokenType()
251 : AuxType(COFFYAML::AuxSymbolType(C)) {} in NAuxTokenType()
252 uint32_t denormalize(IO &) { return AuxType; } in denormalize()
253 COFFYAML::AuxSymbolType AuxType; member
356 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping()
357 IO.mapRequired("AuxType", NATT->AuxType); in mapping()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp51 AuxiliaryType AuxType; member
366 coff_symbol->Aux[0].AuxType = ATSectionDefinition; in DefineSection()
443 coff_symbol->Aux[0].AuxType = ATWeakExternal; in DefineSymbol()
593 switch(i->AuxType) { in WriteAuxiliarySymbols()
673 Aux.AuxType = ATFile; in ExecutePostLayoutBinding()
863 assert(Symbol->Aux[0].AuxType == ATWeakExternal && in WriteObject()
945 assert(Aux.AuxType == ATSectionDefinition && in WriteObject()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp130 YAMLCLRToken.AuxType = ObjCLRToken->AuxType; in dumpCLRTokenDefinition()
/external/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test37 CHECK-NEXT: AuxType: 1
/external/llvm/include/llvm/Support/
DCOFF.h385 uint8_t AuxType; member
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp319 OS << binary_le(i->CLRToken->AuxType) in writeCOFF()
/external/llvm/include/llvm/Object/
DCOFF.h305 support::ulittle8_t AuxType; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp837 W.printNumber("AuxType", Aux->AuxType); in printSymbol()