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

Method GetFirstVerneed

tools/fix_elf/patch.h:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 Elf64_Verneed* GetFirstVerneed() const noexcept {
143 if (!GetSize()) {
144 return nullptr;
145 }
146
147 return reinterpret_cast<Elf64_Verneed*>(GetPtr());
148 }
149
150 Elf64_Verneed* GetNextVerneed(Elf64_Verneed* v) const noexcept {
151 if (!v->vn_next) {

Callers 1

PatchFunction · 0.80

Calls 2

GetSizeFunction · 0.50
GetPtrFunction · 0.50

Tested by

no test coverage detected