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

/external/elfutils/0.153/libelf/
H A Dversion_xlate.h190 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt);
232 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt);
H A Dabstract.h251 TYPE_NAME (ElfW2(Bits, Ext##Half), vn_cnt) \
H A Delf.h865 Elf32_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon21240
876 Elf64_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon21241
/external/elfutils/0.153/src/
H A Delflint.c2868 if (need->vn_cnt > 0 && need->vn_aux < gelf_fsize (ebl->elf, ELF_T_VNEED,
2890 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
2900 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
2907 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
2914 idx, section_name (ebl, idx), need->vn_cnt - cnt2,
2924 idx, section_name (ebl, idx), need->vn_cnt - cnt2,
2935 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
H A Dreadelf.c2250 (unsigned short int) need->vn_cnt);
2253 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
2454 for (cnt2 = need->vn_cnt; --cnt2 >= 0; )
2539 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
H A Dldgeneric.c3848 verneed.vn_cnt = ndef;
/external/llvm/include/llvm/Object/
H A DELFTypes.h236 Elf_Half vn_cnt; // Number of associated Vernaux entries member in struct:llvm::object::Elf_Verneed_Impl
H A DELF.h477 for (unsigned j = 0; j < vn->vn_cnt; j++) {
/external/valgrind/main/perf/
H A Dtinycc.c772 Elf32_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon33301
783 Elf64_Half vn_cnt; /* Number of associated aux entries */ member in struct:__anon33302

Completed in 1950 milliseconds