OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Aux
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
52
COFF::Auxiliary
Aux
;
66
AuxiliarySymbols
Aux
;
379
coff_symbol->
Aux
.resize(1);
380
memset(&coff_symbol->
Aux
[0], 0, sizeof(coff_symbol->
Aux
[0]));
381
coff_symbol->
Aux
[0].AuxType = ATSectionDefinition;
382
coff_symbol->
Aux
[0].
Aux
.SectionDefinition.Selection = Sec.getSelection();
443
coff_symbol->
Aux
.resize(1);
444
memset(&coff_symbol->
Aux
[0], 0, sizeof(coff_symbol->Aux[0]))
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
471
const coff_symbol *Symbol, const T* &
Aux
) {
473
Aux
= reinterpret_cast<const T*>(AuxData.data());
836
const coff_aux_function_definition *
Aux
;
837
if (error(getSymbolAuxData(Obj, Symbol + I,
Aux
)))
841
W.printNumber("TagIndex",
Aux
->TagIndex);
842
W.printNumber("TotalSize",
Aux
->TotalSize);
843
W.printHex("PointerToLineNumber",
Aux
->PointerToLineNumber);
844
W.printHex("PointerToNextFunction",
Aux
->PointerToNextFunction);
845
W.printBinary("Unused", makeArrayRef(
Aux
->Unused));
852
const coff_aux_weak_external_definition *
Aux
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.h
417
GLint
Aux
;
/external/mesa3d/src/mesa/program/
prog_instruction.h
417
GLint
Aux
;
Completed in 894 milliseconds