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

Method TVerneedSection

tools/fix_elf/patch.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135class TVerneedSection : public TSection {
136public:
137 TVerneedSection(TElf* elf)
138 : TSection(elf, elf->GetSectionByType(SHT_GNU_verneed))
139 {
140 }
141
142 Elf64_Verneed* GetFirstVerneed() const noexcept {
143 if (!GetSize()) {

Callers

nothing calls this directly

Calls 1

GetSectionByTypeMethod · 0.80

Tested by

no test coverage detected