Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp254 const object::coff_aux_section_definition *ObjSD, in dumpSectionDefinition()
333 const object::coff_aux_section_definition *ObjSD = in dumpSymbols()
334 reinterpret_cast<const object::coff_aux_section_definition *>( in dumpSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h277 struct coff_aux_section_definition;
359 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition()
363 return getAux<coff_aux_section_definition>(); in getSectionDefinition()
511 struct coff_aux_section_definition { struct
528 static_assert(sizeof(coff_aux_section_definition) == 18, argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp822 auto *Aux = reinterpret_cast<coff_aux_section_definition *>(BufferStart + in writeSymbolTable()
830 CurrentOffset += sizeof(coff_aux_section_definition); in writeSymbolTable()
841 Aux = reinterpret_cast<coff_aux_section_definition *>(BufferStart + in writeSymbolTable()
849 CurrentOffset += sizeof(coff_aux_section_definition); in writeSymbolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp57 coff_aux_section_definition *SD = in finalizeSymbolContents()
58 reinterpret_cast<coff_aux_section_definition *>( in finalizeSymbolContents()
H A DReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp695 const coff_aux_section_definition *asd; in printCOFFSymbolTable()
697 coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)) in printCOFFSymbolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1557 const coff_aux_section_definition *Aux; in printSymbol()