Home
last modified time | relevance | path

Searched refs:coff_aux_section_definition (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp166 const object::coff_aux_section_definition *ObjSD, in dumpSectionDefinition()
243 const object::coff_aux_section_definition *ObjSD = in dumpSymbols()
244 reinterpret_cast<const object::coff_aux_section_definition *>( in dumpSymbols()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp570 const coff_aux_section_definition *asd; in PrintCOFFSymbolTable()
571 if (error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd))) in PrintCOFFSymbolTable()
/external/llvm/include/llvm/Object/
DCOFF.h421 struct coff_aux_section_definition { struct
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp935 const coff_aux_section_definition *Aux; in printSymbol()