| 278 | } |
| 279 | |
| 280 | CElfSection::CElfSection() |
| 281 | : m_Header(), |
| 282 | m_Link(NULL), |
| 283 | m_Info(NULL), |
| 284 | m_Name(), |
| 285 | m_Data() |
| 286 | { |
| 287 | } |
| 288 | |
| 289 | CElfSection::CElfSection( |
| 290 | const CElfSection& other) |
nothing calls this directly
no outgoing calls
no test coverage detected