ROSE 0.11.145.247
SgAsmElfSymverDefinedSection.h
1
2#ifndef ROSE_SgAsmElfSymverDefinedSection_H
3#define ROSE_SgAsmElfSymverDefinedSection_H
4#include <RoseFirst.h>
5#include <Cxx_GrammarDeclarations.h>
6#include <SgAsmElfSection.h>
7
8
9
10/* #line 1 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
11
12// WARNING -- GENERATED CODE -- DO NOT MODIFY THIS CODE -- WARNING!
13// This code is automatically generated for each
14// terminal and non-terminal within the defined
15// grammar. There is a simple way to change the
16// code to fix bugs etc. See the ROSE README file
17// for directions.
18
19// tps: (02/22/2010): Adding DLL export requirements
20#include "rosedll.h"
21
22// predeclarations for SgAsmElfSymverDefinedSection
23
24/* #line 25 "../../../src/frontend/SageIII//SgAsmElfSymverDefinedSection.h" */
25/* #line 18432 "/workspace/src/ROSETTA/src/binaryInstruction.C" */
26
27#include <Rose/BinaryAnalysis/Address.h>
28
29#ifdef ROSE_SgAsmElfSymverDefinedSection_IMPL
30#include <SgAsmElfSymverDefinedEntryList.h>
31#endif
32
33
34/* #line 13 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro after subst for $PREDECLARATIONS" */
35
36/* #line 14 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
37
38#if !defined(DOCUMENTATION)
39// Class Definition for SgAsmElfSymverDefinedSection
40class ROSE_DLL_API SgAsmElfSymverDefinedSection : public SgAsmElfSection
41 {
42 public:
43
44
45/* #line 46 "../../../src/frontend/SageIII//SgAsmElfSymverDefinedSection.h" */
46
47 virtual SgNode* copy ( SgCopyHelp& help) const override;
48// Start of memberFunctionString
49/* #line 18456 "/workspace/src/ROSETTA/src/binaryInstruction.C" */
50
51
52 //----------------------- Boost serialization for SgAsmElfSymverDefinedSection -----------------------
53#ifdef ROSE_ENABLE_BOOST_SERIALIZATION
54private:
55 friend class boost::serialization::access;
56
57 template<class S>
58 void serialize(S &s, const unsigned /*version*/) {
59 debugSerializationBegin("SgAsmElfSymverDefinedSection");
60 s & BOOST_SERIALIZATION_BASE_OBJECT_NVP(SgAsmElfSection);
61 s & BOOST_SERIALIZATION_NVP(p_entries);
62 debugSerializationEnd("SgAsmElfSymverDefinedSection");
63 }
64#endif // ROSE_ENABLE_BOOST_SERIALIZATION
65public:
66public:
73 SgAsmElfSymverDefinedEntryList* const& get_entries() const;
74 void set_entries(SgAsmElfSymverDefinedEntryList* const&);
76public:
79
148 virtual SgAsmElfSymverDefinedSection* parse() override;
149
153 calculateSizes(size_t *total, size_t *required, size_t *optional, size_t *nentries) const override;
154
158 virtual void unparse(std::ostream&) const override;
159
161 virtual void dump(FILE*, const char *prefix, ssize_t idx) const override;
162
164 // Deprecated 2023-11
166public:
167 using SgAsmElfSection::calculate_sizes;
168 virtual Rose::BinaryAnalysis::Address calculate_sizes(size_t*, size_t*, size_t*, size_t*) const override
169 ROSE_DEPRECATED("use calculateSizes");
170public:
173
174public:
177
178protected:
186
187
188// End of memberFunctionString
189// Start of memberFunctionString
190/* #line 1 "/workspace/src/ROSETTA/Grammar/Common.code" */
191
192// *** COMMON CODE SECTION BEGINS HERE ***
193
194 public:
195
196 // DQ (3/25/3006): I put this back in because it had the logic for where the copy function required
197 // and not required which is required to match the other aspects of the copy mechanism code generation.
198 // Specifically it is a problem to declare the copy function everywhere because it is not implemented
199 // for the SgSymbol IR nodes. I'm not clear why it is not implemented for these IR nodes.
200 /* \brief Copies AST (whole subtree, depending on the SgCopyHelp class */
201 // virtual SgNode* copy ( const SgCopyHelp & help) const;
202
204 virtual std::string class_name() const override;
205
207 virtual VariantT variantT() const override; // MS: new variant used in tree traversal
208
210 // King84 (2010.08.16): Moved this to an enum to save space, since it's only used at compiler-time anyway.
211 // static const VariantT static_variant = V_SgAsmElfSymverDefinedSection;
212 enum { static_variant = V_SgAsmElfSymverDefinedSection };
213
214 /* the generated cast function */
216 ROSE_DLL_API friend SgAsmElfSymverDefinedSection* isSgAsmElfSymverDefinedSection( SgNode * s );
217
219 ROSE_DLL_API friend const SgAsmElfSymverDefinedSection* isSgAsmElfSymverDefinedSection( const SgNode * s );
220
221 // ******************************************
222 // * Memory Pool / New / Delete
223 // ******************************************
224
225 public:
227 static const unsigned pool_size; //
229 static std::vector<unsigned char *> pools; //
231 static SgAsmElfSymverDefinedSection * next_node; //
232
234 static unsigned long initializeStorageClassArray(SgAsmElfSymverDefinedSectionStorageClass *); //
235
237 static void clearMemoryPool(); //
238 static void deleteMemoryPool(); //
239
241 static void extendMemoryPoolForFileIO(); //
242
244 static SgAsmElfSymverDefinedSection * getPointerFromGlobalIndex(unsigned long); //
246 static SgAsmElfSymverDefinedSection * getPointerFromGlobalIndex(AstSpecificDataManagingClass *, unsigned long); //
247
249 static unsigned long getNumberOfValidNodesAndSetGlobalIndexInFreepointer(unsigned long); //
251 static void resetValidFreepointers(); //
253 static unsigned long getNumberOfLastValidPointer(); //
254
255
256#if defined(INLINE_FUNCTIONS)
258 inline void *operator new (size_t size);
259#else
261 void *operator new (size_t size);
262#endif
264 void operator delete (void* pointer, size_t size);
265
266 // DQ (4/5/2007): This is not the correct operator that we want, but appears to be required to compile ROSE with ROSE.
267 void operator delete (void* pointer)
268 {
269 // This is the generated delete operator...
270 SgAsmElfSymverDefinedSection::operator delete (pointer,sizeof(SgAsmElfSymverDefinedSection));
271 }
272
274 static size_t numberOfNodes();
275
277 static size_t memoryUsage();
278
279 // End of scope which started in IR nodes specific code
280 /* */
281
282 /* name Internal Functions
283 \brief Internal functions ... incomplete-documentation
284
285 These functions have been made public as part of the design, but they are suggested for internal use
286 or by particularly knowledgeable users for specialized tools or applications.
287
288 \internal We could not make these private because they are required by user for special purposes. And
289 it would be unwieldy to have many of the internal classes in ROSE be explicitly defined as friends.
290
291 */
292
293 // MS: 02/12/02 container of pointers to AST successor nodes used in the traversal
294 // overridden in every class by *generated* implementation
296 virtual std::vector<SgNode*> get_traversalSuccessorContainer() const override;
297 // MS: 06/28/02 container of names of variables or container indices
298 // used used in the traversal to access AST successor nodes
299 // overridden in every class by *generated* implementation
302 virtual std::vector<std::string> get_traversalSuccessorNamesContainer() const override;
303
304 // GB (09/25/2007): Functions for index-based access to traversal successors; these are hopefully a lot faster
305 // than all the vector copies. The implementation for these functions is generated for each class.
307 virtual size_t get_numberOfTraversalSuccessors() const override;
309 virtual SgNode *get_traversalSuccessorByIndex(size_t idx) const override;
311 virtual size_t get_childIndex(SgNode *child) const override;
312
313#ifndef ROSE_USE_INTERNAL_FRONTEND_DEVELOPMENT
314 // MS: 08/16/2002 method for generating RTI information
316 virtual RTIReturnType roseRTI() override;
317#endif
318 /* */
319
320
321
322 /* name Deprecated Functions
323 \brief Deprecated functions ... incomplete-documentation
324
325 These functions have been deprecated from use.
326 */
327 /* */
328
330 virtual const char* sage_class_name() const override ROSE_DEPRECATED_FUNCTION;
331
332 // JJW (10/16/2008): Changed to a single function in Node.code, and put
333 // getVariant() in #if 0 block to prevent confusing Doxygen
334#if 0
336 virtual int variant() const ROSE_DEPRECATED_FUNCTION;
338 // virtual int getVariant() const ROSE_DEPRECATED_FUNCTION;
339#endif
340 /* */
341
342
343
344
345 public:
346 /* name Traversal Support Functions
347 \brief Traversal support functions ... incomplete-documentation
348
349 These functions have been made public as part of the design, but they are suggested for internal use
350 or by particularly knowledgable users for specialized tools or applications.
351 */
352 /* */
353
354 // DQ (11/26/2005): Support for visitor pattern mechanims
355 // (inferior to ROSE traversal mechanism, experimental).
359
360 /* DXN (08/09/2010): support for the classic visitor pattern done in GoF */
362 virtual void accept (ROSE_VisitorPattern & visitor) override;
363
364 // DQ (12/26/2005): Support for traversal based on the memory pool
367 static void traverseMemoryPoolNodes(ROSE_VisitTraversal & visit);
368
372
373 // DQ (2/9/2006): Added to support traversal over single representative of each IR node
374 // This traversal helps support internal tools that call static member functions.
375 // note: this function operates on the memory pools.
378 static void visitRepresentativeNode (ROSE_VisitTraversal & visit);
379 /* */
380
381 public:
382 /* NodeId support functions */
384 static SgNode* getNodeByNodeId(VariantT variantT, size_t poolIdx, size_t itemIdx);
387 static SgAsmElfSymverDefinedSection* getNodeByNodeIdInternal(size_t poolIdx, size_t itemIdx);
390 static std::string getNodeIdString(SgAsmElfSymverDefinedSection* sgnode);
391 static std::string getNodeIdStringInternal(SgAsmElfSymverDefinedSection* sgnode);
392
393 public:
394 /* name Memory Allocation Functions
395 \brief Memory allocations functions ... incomplete-documentation
396
397 These functions have been made public as part of the design, but they are suggested for internal use
398 or by particularly knowledgable users for specialized tools or applications.
399 */
400 /* */
401
412 virtual bool isInMemoryPool() override;
413
424 virtual void checkDataMemberPointersIfInMemoryPool() override;
425
426 // DQ (4/30/2006): Modified to be a const function.
441 virtual std::vector<std::pair<SgNode*,std::string> > returnDataMemberPointers() const override;
442
453
465 virtual long getChildIndex( SgNode* childNode ) const override;
466
467 // DQ (9/2/2015): Since this function is generated by ROSETTA, we can't define the
468 // comment here (changed to be a C style comment and not be a doxygen comment).
469 /* \brief Constructor for use by AST File I/O Mechanism
470
471 This constructor permits the IR node to be rebuilt from the contiguously arranged data in memory
472 which obtained via fast binary file I/O from disk.
473 */
474 // SgAsmElfSymverDefinedSection( SgAsmElfSymverDefinedSectionStorageClass& source );
475
476
477
478
479
480 // JH (10/24/2005): methods added to support the ast file IO
481 private:
482
483 /* name AST Memory Allocation Support Functions
484 \brief Memory allocations support....
485
486 These functions handle the low leve support of the memory allocation scheme which permits IR nodes to be allocated
487 in large contiguous blocks to reduce memory fragmentation, improve performance, support specialized access (AST traversals),
488 and support the AST File I/O Mechanism.
489 */
490 /* */
491
492 /* JH (10/24/2005): Two typedefs. The TestType notes the type every pointer is cast to before
493 we compare them. Since I had several problems with this, I decided to make a typdef to ensure
494 that I use the same type everywhere, if any changes are made. THe second one declares the type
495 (actually unsigned long) where teh pointer address gets converted to. On 64 bit platforms this
496 might got changed, but unfortunatly, the return types are still unsigned longs. There exists
497 a correspinding one in the AST_FILE_IO class!
498 */
499 // DQ (9/2/2015): This typedef is no longer used, we can't define the
500 // comment here (changed to be a C style comment and not be a doxygen comment).
501 /* \brief Typedef used for low level memory access.
502 */
503 // typedef unsigned char* TestType;
504
505 // DQ (9/2/2015): This typedef is no longer used, we can't define the
506 // comment here (changed to be a C style comment and not be a doxygen comment).
507 /* \brief Typedef used to hold memory addresses as values.
508 */
509 // typedef unsigned long AddressType;
510
511
512
513 // necessary, to have direct access to the p_freepointer and the private methods !
515 friend class AST_FILE_IO;
516
518 friend class SgAsmElfSymverDefinedSectionStorageClass;
519
521 friend class AstSpecificDataManagingClass;
522
524 friend class AstSpecificDataManagingClassStorageClass;
525 public:
527 SgAsmElfSymverDefinedSection( const SgAsmElfSymverDefinedSectionStorageClass& source );
528
529 // private: // JJW hack
530 /*
531 name AST Memory Allocation Support Variables
532 Memory allocations support variables
533
534 These variables handle the low level support of the memory allocation scheme which permits IR nodes to be allocated
535 in large contiguous blocks to reduce memory fragmentation, improve performance, support specialized access (AST traversals),
536 and support the AST File I/O Mechanism.
537 */
538 /* */
539
540 public:
541
542 // DQ (11/21/2009): Added function to add new Regular Expression attributes and return pointer
543 // to current node (so that it will work cleanly with build functions to specify patterns).
544 // virtual SgNode* addRegExpAttribute();
551
552#ifndef _MSC_VER
553// Rasmussen (04/17/2019): Support for ATerms has been deprecated as it is no longer needed
554// and likely never fully implemented nor tested. Files remain in the src tree but are no
555// longer built.
556#define BUILD_ATERM_SUPPORT 0
557 #if BUILD_ATERM_SUPPORT
558 #ifdef ROSE_USE_ROSE_ATERM_SUPPORT
559 // DQ (10/4/2014): Adding ATerm support to ROSE.
569 // Rasmussen (1/7/2019): Added override to kill warning messages of overridden virtual function
570 virtual ATerm generate_ATerm() override;
571
573 virtual void generate_ATerm_Annotation(ATerm & term) override;
574 #endif
575 #endif // BUILD_ATERM_SUPPORT
576#endif
577 // These can't be virtual functions since we don't yet know what IR node to build (until we have read the aterm).
578 // virtual generate_AST(ATerm & term);
579 // virtual void read_ATerm_Annotation(ATerm & term);
580
581// *** COMMON CODE SECTION ENDS HERE ***
582
583
584// End of memberFunctionString
585// Start of memberFunctionString
586/* #line 710 "/workspace/src/ROSETTA/Grammar/Node.code" */
587
588 // the generated cast function
589 // friend ROSE_DLL_API SgAsmElfSymverDefinedSection* isSgAsmElfSymverDefinedSection ( SgNode* s );
590
591 typedef SgAsmElfSection base_node_type;
592
593
594// End of memberFunctionString
595
596
597 protected:
598// Start of memberFunctionString
600
601// End of memberFunctionString
602
604 friend struct Rose::Traits::generated::describe_field_t<SgAsmElfSymverDefinedSection, SgAsmElfSymverDefinedEntryList*,&SgAsmElfSymverDefinedSection::p_entries>;
605
606/* #line 21 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
607
608
609 };
610#endif
611
612// postdeclarations for SgAsmElfSymverDefinedSection
613
614/* #line 615 "../../../src/frontend/SageIII//SgAsmElfSymverDefinedSection.h" */
615
616/* #line 27 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro after subst for $POSTDECLARATIONS" */
617
618/* #line 28 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
619
620
621/* #line 622 "../../../src/frontend/SageIII//SgAsmElfSymverDefinedSection.h" */
622
623#endif // ROSE_SgAsmElfSymverDefinedSection_H
624
Class holding static data and functions supporting File I/O.
Definition AST_FILE_IO.h:19
Attribute containing a regex expression as a string.
Represents the file header of an ELF binary container.
Base class for ELF file sections.
Rose::BinaryAnalysis::Address calculateSizes(size_t r32size, size_t r64size, const std::vector< size_t > &optsizes, size_t *entsize, size_t *required, size_t *optional, size_t *entcount) const
Returns info about the size of the entries based on information already available.
virtual void dump(FILE *, const char *prefix, ssize_t idx) const override
Print some debugging info.
void initializeProperties()
Initialize all properties that have explicit initial values.
ELF string table section.
List of entries for the ELF symbol version definition table.
The GNU symbol version definitions.
virtual SgAsmGenericSection * parse()
Parse contents of the section.
virtual void unparse(std::ostream &) const
Write a section back to the file.
Supporting class from copy mechanism within ROSE.
Definition sageCopy.h:26
This class represents the base class for all IR nodes within Sage III.
virtual RTIReturnType roseRTI()
return C++ Runtime-Time-Information
virtual size_t get_numberOfTraversalSuccessors() const
return number of children in the traversal successor list
virtual std::vector< std::string > get_traversalSuccessorNamesContainer() const
container of names of variables or container indices used used in the traversal to access AST success...
virtual void debugSerializationEnd(const char *className)
Called by generated serializers.
static std::string getNodeIdString(SgNode *sgnode)
compute the NodeId for a particular SgNode*.
virtual bool isInMemoryPool()
FOR INTERNAL USE This is used in internal tests to verify that all IR nodes are allocated from the he...
int variant() const
Older version function returns enum value "NODE".
virtual void processDataMemberReferenceToPointers(ReferenceToPointerHandler *)
FOR INTERNAL USE Processes pairs of references to SgNode* and strings for use in AST tools
virtual size_t get_childIndex(SgNode *child) const
index-based access to traversal successors by child node
virtual std::vector< SgNode * > get_traversalSuccessorContainer() const
container of pointers to AST successor nodes used in the traversal overridden in every class by gener...
virtual VariantT variantT() const
returns new style SageIII enum values
virtual long getChildIndex(SgNode *childNode) const
FOR INTERNAL USE Returns a unique index value for the childNode in the list of children at this IR no...
virtual void debugSerializationBegin(const char *className)
Called by generated serializers.
virtual SgNode * get_traversalSuccessorByIndex(size_t idx) const
index-based access to traversal successors by index number
virtual std::string class_name() const
returns a string representing the class name
static void visitRepresentativeNode(ROSE_VisitTraversal &visit)
FOR INTERNAL USE Support for type-based traversal.
virtual void checkDataMemberPointersIfInMemoryPool()
FOR INTERNAL USE This is used in internal tests to verify that all IR nodes are allocated from the he...
static size_t numberOfNodes()
Returns the total number of IR nodes of this type.
virtual void accept(ROSE_VisitorPattern &visitor)
support for the classic visitor pattern done in GoF
static void traverseMemoryPoolVisitorPattern(ROSE_VisitorPattern &visitor)
FOR INTERNAL USE Support for visitor pattern.
void executeVisitorMemberFunction(ROSE_VisitorPattern &visitor)
FOR INTERNAL USE Support for visitor pattern.
static SgNode * getNodeByNodeId(VariantT variantT, size_t poolIdx, size_t itemIdx)
Find a node by its variant type, pool index, and item index.
static size_t memoryUsage()
Returns the size in bytes of the total memory allocated for all IR nodes of this type.
static void traverseMemoryPoolNodes(ROSE_VisitTraversal &visit)
FOR INTERNAL USE Support for visitor pattern over all IR nodes by type of IR node.
virtual const char * sage_class_name() const
generates string representing the class name: (e.g. for SgNode returns "SgNode").
virtual std::vector< std::pair< SgNode *, std::string > > returnDataMemberPointers() const
FOR INTERNAL USE Returns STL vector of pairs of SgNode* and strings for use in AST tools
static SgNode * getNodeByNodeIdInternal(size_t poolIdx, size_t itemIdx)
FOR INTERNAL USE Find an SgNode from its memory pool and location therin.
SgNode * addRegExpAttribute(std::string s, AstRegExAttribute *a)
Support for AST matching using regular expression.
std::uint64_t Address
Address.
Definition Address.h:11
void serialize(std::ostream &output, Graph &graph)
Serialize a graph into a stream of bytes.
void copy(const Word *src, const BitRange &srcRange, Word *dst, const BitRange &dstRange)
Copy some bits.