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.cpp175 const object::coff_aux_section_definition *ObjSD, in dumpSectionDefinition()
252 const object::coff_aux_section_definition *ObjSD = in dumpSymbols()
253 reinterpret_cast<const object::coff_aux_section_definition *>( in dumpSymbols()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp638 const coff_aux_section_definition *asd; in printCOFFSymbolTable()
639 error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)); in printCOFFSymbolTable()
/external/llvm/include/llvm/Object/
DCOFF.h488 struct coff_aux_section_definition { struct
505 static_assert(sizeof(coff_aux_section_definition) == 18, argument
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1304 const coff_aux_section_definition *Aux; in printSymbol()