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

Method GetNextVerneed

tools/fix_elf/patch.h:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 Elf64_Verneed* GetNextVerneed(Elf64_Verneed* v) const noexcept {
151 if (!v->vn_next) {
152 return nullptr;
153 }
154
155 return Offset<Elf64_Verneed*>(v, v->vn_next);
156 }
157
158 Elf64_Vernaux* GetFirstVernaux(Elf64_Verneed* v) const noexcept {
159 if (!v->vn_cnt) {

Callers 1

PatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected