Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetSectionsNameSection
Method
GetSectionsNameSection
tools/fix_elf/patch.h:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
Elf64_Shdr* GetSectionsNameSection() const noexcept {
77
size_t index = GetHeader()->e_shstrndx;
78
if (index == SHN_XINDEX) {
79
index = GetSection(0)->sh_link;
80
}
81
return GetSection(index);
82
}
83
84
private:
85
TFileMap Map;
Callers
1
GetName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected