|
| ROSE.Sage3.Methods.SgAsmCoffSymbol |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAsmCoffSymbol :: Typeable a => SgNode a -> IO (Maybe (SgAsmCoffSymbol ())) |
| Attempts a dynamic cast of the given node to the type SgAsmCoffSymbol.
|
|
| upSgAsmCoffSymbol :: Typeable a => SgAsmCoffSymbol a -> SgAsmCoffSymbol () |
| Performs an upcast of a SgAsmCoffSymbol subtype to a SgAsmCoffSymbol.
|
|
| newAsmCoffSymbol :: (Typeable a, Typeable b, Typeable c) => SgAsmPEFileHeader a -> SgAsmGenericSection b -> SgAsmGenericSection c -> CSize -> IO (SgAsmCoffSymbol ()) |
| Stub for ::SgAsmCoffSymbol::SgAsmCoffSymbol of type void (class ::SgAsmPEFileHeader*, class ::SgAsmGenericSection*, class ::SgAsmGenericSection*, ::size_t)
|
|
| newAsmCoffSymbol2 :: IO (SgAsmCoffSymbol ()) |
| Stub for ::SgAsmCoffSymbol::SgAsmCoffSymbol of type void ()
|
|
| asmCoffSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmCoffSymbol a -> IO () |
| Stub for ::SgAsmCoffSymbol::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| asmCoffSymbolClassName :: Typeable a => SgAsmCoffSymbol a -> IO String |
| Stub for ::SgAsmCoffSymbol::class_name of type ::std::string()
|
|
| asmCoffSymbolDump :: Typeable a => SgAsmCoffSymbol a -> Ptr CFile -> String -> CLong -> IO () |
| Stub for ::SgAsmCoffSymbol::dump of type void (::FILE*, const char *, ::ssize_t)
|
|
| asmCoffSymbolGetChildIndex :: (Typeable a, Typeable b) => SgAsmCoffSymbol a -> SgNode b -> IO CLong |
| Stub for ::SgAsmCoffSymbol::getChildIndex of type long (class ::SgNode*)
|
|
| asmCoffSymbolGetAuxData :: Typeable a => SgAsmCoffSymbol a -> IO [CUChar] |
| Stub for ::SgAsmCoffSymbol::get_aux_data of type const ::SgUnsignedCharList&()
|
|
| asmCoffSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmCoffSymbol a -> SgNode b -> IO CSize |
| Stub for ::SgAsmCoffSymbol::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| asmCoffSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgAsmCoffSymbol a -> IO CSize |
| Stub for ::SgAsmCoffSymbol::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| asmCoffSymbolGetStName :: Typeable a => SgAsmCoffSymbol a -> IO String |
| Stub for ::SgAsmCoffSymbol::get_st_name of type ::std::string()
|
|
| asmCoffSymbolGetStNameOffset :: Typeable a => SgAsmCoffSymbol a -> IO CULong |
| Stub for ::SgAsmCoffSymbol::get_st_name_offset of type ::rose_addr_t()
|
|
| asmCoffSymbolGetStNumAuxEntries :: Typeable a => SgAsmCoffSymbol a -> IO CUInt |
| Stub for ::SgAsmCoffSymbol::get_st_num_aux_entries of type unsigned int ()
|
|
| asmCoffSymbolGetStSectionNum :: Typeable a => SgAsmCoffSymbol a -> IO CInt |
| Stub for ::SgAsmCoffSymbol::get_st_section_num of type int ()
|
|
| asmCoffSymbolGetStStorageClass :: Typeable a => SgAsmCoffSymbol a -> IO CUInt |
| Stub for ::SgAsmCoffSymbol::get_st_storage_class of type unsigned int ()
|
|
| asmCoffSymbolGetStType :: Typeable a => SgAsmCoffSymbol a -> IO CUInt |
| Stub for ::SgAsmCoffSymbol::get_st_type of type unsigned int ()
|
|
| asmCoffSymbolGetTraversalSuccessorByIndex :: Typeable a => SgAsmCoffSymbol a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAsmCoffSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| asmCoffSymbolGetTraversalSuccessorContainer :: Typeable a => SgAsmCoffSymbol a -> IO [SgNode ()] |
| Stub for ::SgAsmCoffSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| asmCoffSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmCoffSymbol a -> IO [CString] |
| Stub for ::SgAsmCoffSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| asmCoffSymbolIsInMemoryPool :: Typeable a => SgAsmCoffSymbol a -> IO Bool |
| Stub for ::SgAsmCoffSymbol::isInMemoryPool of type bool ()
|
|
| asmCoffSymbolMemoryUsage :: IO CSize |
| Stub for ::SgAsmCoffSymbol::memoryUsage of type ::size_t()
|
|
| asmCoffSymbolNumberOfNodes :: IO CSize |
| Stub for ::SgAsmCoffSymbol::numberOfNodes of type ::size_t()
|
|
| asmCoffSymbolSageClassName :: Typeable a => SgAsmCoffSymbol a -> IO String |
| Stub for ::SgAsmCoffSymbol::sage_class_name of type const char *()
|
|
| asmCoffSymbolSetStName :: Typeable a => SgAsmCoffSymbol a -> String -> IO () |
| Stub for ::SgAsmCoffSymbol::set_st_name of type void (::std::string)
|
|
| asmCoffSymbolSetStNameOffset :: Typeable a => SgAsmCoffSymbol a -> CULong -> IO () |
| Stub for ::SgAsmCoffSymbol::set_st_name_offset of type void (::rose_addr_t)
|
|
| asmCoffSymbolSetStNumAuxEntries :: Typeable a => SgAsmCoffSymbol a -> CUInt -> IO () |
| Stub for ::SgAsmCoffSymbol::set_st_num_aux_entries of type void (unsigned int )
|
|
| asmCoffSymbolSetStSectionNum :: Typeable a => SgAsmCoffSymbol a -> CInt -> IO () |
| Stub for ::SgAsmCoffSymbol::set_st_section_num of type void (int )
|
|
| asmCoffSymbolSetStStorageClass :: Typeable a => SgAsmCoffSymbol a -> CUInt -> IO () |
| Stub for ::SgAsmCoffSymbol::set_st_storage_class of type void (unsigned int )
|
|
| asmCoffSymbolSetStType :: Typeable a => SgAsmCoffSymbol a -> CUInt -> IO () |
| Stub for ::SgAsmCoffSymbol::set_st_type of type void (unsigned int )
|
|
| asmCoffSymbolVariantT :: Typeable a => SgAsmCoffSymbol a -> IO VariantT |
| Stub for ::SgAsmCoffSymbol::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |