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.cpp169 const object::coff_aux_section_definition *ObjSD, in dumpSectionDefinition()
246 const object::coff_aux_section_definition *ObjSD = in dumpSymbols()
247 reinterpret_cast<const object::coff_aux_section_definition *>( in dumpSymbols()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp564 const coff_aux_section_definition *asd; in printCOFFSymbolTable()
565 error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)); in printCOFFSymbolTable()
/external/llvm/include/llvm/Object/
DCOFF.h444 struct coff_aux_section_definition { struct
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp951 const coff_aux_section_definition *Aux; in printSymbol()