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

Method GetNextVernaux

tools/fix_elf/patch.h:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 Elf64_Vernaux* GetNextVernaux(Elf64_Vernaux* v) const noexcept {
167 if (!v->vna_next) {
168 return nullptr;
169 }
170
171 return Offset<Elf64_Vernaux*>(v, v->vna_next);
172 }
173};
174
175}

Callers 1

PatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected