| /src/external/bsd/elftosb/dist/common/ |
| StExecutableImage.h | 90 AddressFilterAction m_action; //!< Action to be performed when the filter is matched. member in struct:StExecutableImage::AddressFilter 97 : m_action(action), m_fromAddress(from), m_toAddress(to), m_priority(priority)
|
| StExecutableImage.cpp | 165 switch (filter.m_action)
|
| /src/external/bsd/elftosb/dist/elftosb2/ |
| ElftosbAST.h | 1075 : ASTNode(), m_action(kInclude), m_name(name), m_source() 1080 : ASTNode(), m_action(action), m_name(name), m_source() 1085 : ASTNode(), m_action(kInclude), m_name(name), m_source(source) 1097 inline match_action_t getAction() { return m_action; } 1102 match_action_t m_action; member in class:elftosb::SectionASTNode
|
| ElftosbAST.cpp | 1220 m_action = other.m_action; 1238 switch (m_action)
|