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

Method GetFirstVernaux

tools/fix_elf/patch.h:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 Elf64_Vernaux* GetFirstVernaux(Elf64_Verneed* v) const noexcept {
159 if (!v->vn_cnt) {
160 return nullptr;
161 }
162
163 return Offset<Elf64_Vernaux*>(v, v->vn_aux);
164 }
165
166 Elf64_Vernaux* GetNextVernaux(Elf64_Vernaux* v) const noexcept {
167 if (!v->vna_next) {

Callers 1

PatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected