Searched defs:nent (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/unused/
H A Dlinker.c427 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel); local
436 for (j = 0; j < nent; j++) {
553 int nent = shdr[shnum].sh_size / sizeof(Elf_Rela); local
562 for (j = 0; j < nent; j++) {
771 int i, j, nent, nstrtab, nsymtabs; local
893 nent = shdr[i].sh_size / sizeof(Elf_Sym);
896 nent,
904 for (j = 0; j < nent; j++) {
953 int i, j, k, nent; local
1042 nent
[all...]
/external/elfutils/src/
H A Dunstrip.c454 const size_t nent = 2 + nbucket + nsym; \
455 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \
470 data->d_size = nent * sizeof new_hash[0]; \
495 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
497 assert (nent >= onent);
503 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
512 data->d_size = nent * shdr->sh_entsize;
751 const size_t nent, const GElf_Addr bias,
759 for (size_t i = 1; i < nent; ++i)
494 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; local
748 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) argument
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h175 __u32 nent; member in struct:kvm_cpuid
197 __u32 nent; member in struct:kvm_cpuid2
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h175 __u32 nent; member in struct:kvm_cpuid
197 __u32 nent; member in struct:kvm_cpuid2

Completed in 112 milliseconds