Searched refs:vn_cnt (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/libelf/
H A Dversion_xlate.h179 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt);
221 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt);
H A Dabstract.h230 TYPE_NAME (ElfW2(Bits, Ext##Half), vn_cnt) \
H A Delf.h916 Elf32_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon6235
927 Elf64_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon6236
/external/llvm/include/llvm/Object/
H A DELFTypes.h318 Elf_Half vn_cnt; // Number of associated Vernaux entries
/external/elfutils/src/
H A Delflint.c3085 if (need->vn_cnt > 0 && need->vn_aux < gelf_fsize (ebl->elf, ELF_T_VNEED,
3110 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
3120 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
3128 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
3137 idx, section_name (ebl, idx), need->vn_cnt - cnt2,
3146 idx, section_name (ebl, idx), need->vn_cnt - cnt2,
3157 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
H A Dreadelf.c2591 (unsigned short int) need->vn_cnt);
2594 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
2812 for (cnt2 = need->vn_cnt; --cnt2 >= 0; )
2908 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
H A Dldgeneric.c3840 verneed.vn_cnt = ndef;
/external/kmod/port-gnu/
H A Delf.h915 Elf32_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon9475
926 Elf64_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon9476
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp434 for (unsigned j = 0; j < vn->vn_cnt; j++) {
610 W.printNumber("Count", Need->vn_cnt);
616 for (unsigned J = 0; J < Need->vn_cnt; ++J) {
/external/valgrind/perf/
H A Dtinycc.c772 Elf32_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon25477
783 Elf64_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon25478

Completed in 389 milliseconds