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

Method GetSectionBegin

tools/fix_elf/patch.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 Elf64_Shdr* GetSectionBegin() const noexcept {
65 return reinterpret_cast<Elf64_Shdr*>(Begin + GetHeader()->e_shoff);
66 }
67
68 Elf64_Shdr* GetSectionEnd() const noexcept {
69 return reinterpret_cast<Elf64_Shdr*>(Begin + GetHeader()->e_shoff) + GetSectionCount();

Callers 1

PatchGnuUniqueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected