MCPcopy Create free account
hub / github.com/catboost/catboost / GetSectionEnd

Method GetSectionEnd

tools/fix_elf/patch.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 Elf64_Shdr* GetSectionEnd() const noexcept {
69 return reinterpret_cast<Elf64_Shdr*>(Begin + GetHeader()->e_shoff) + GetSectionCount();
70 }
71
72 Elf64_Shdr* GetSection(size_t i) const noexcept {
73 return GetSectionBegin() + i;

Callers 1

PatchGnuUniqueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected