| 746 | } |
| 747 | |
| 748 | std::size_t cmELF::GetNumberOfSections() const |
| 749 | { |
| 750 | if (this->Valid()) { |
| 751 | return this->Internal->GetNumberOfSections(); |
| 752 | } |
| 753 | return 0; |
| 754 | } |
| 755 | |
| 756 | unsigned long cmELF::GetDynamicEntryPosition(int index) const |
| 757 | { |
no test coverage detected