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

Method GetSection

tools/fix_elf/patch.h:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 Elf64_Shdr* GetSection(size_t i) const noexcept {
73 return GetSectionBegin() + i;
74 }
75
76 Elf64_Shdr* GetSectionsNameSection() const noexcept {
77 size_t index = GetHeader()->e_shstrndx;

Callers 1

PatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected