ROSE
0.11.145.192
src
Sawyer
Access.h
1
// WARNING: Changes to this file must be contributed back to Sawyer or else they will
2
// be clobbered by the next update from Sawyer. The Sawyer repository is at
3
// https://gitlab.com/charger7534/sawyer.git.
4
5
6
7
8
#ifndef Sawyer_Access_H
9
#define Sawyer_Access_H
10
11
#include <Sawyer/Sawyer.h>
12
13
namespace
Sawyer
{
14
namespace
Access
{
15
19
enum
Access
{
20
EXECUTABLE = 0x00000001,
21
WRITABLE = 0x00000002,
22
READABLE = 0x00000004,
23
IMMUTABLE = 0x00000008,
24
PRIVATE = 0x00000010,
25
RESERVED_MASK = 0x000000ff,
26
USERDEF_MASK = 0xffffff00
27
};
28
29
}
// namespace
30
}
// namespace
31
#endif
Rose::BinaryAnalysis::Variables::Access
Access
Whether a variable is read or written.
Definition
Rose/BinaryAnalysis/Variables/BasicTypes.h:47
Sawyer
Sawyer support library.
Definition
FeasiblePath.h:767
Generated on Mon Dec 16 2024 03:17:01 for ROSE by
1.9.8