Home
last modified time | relevance | path

Searched refs:nent (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/VEX/unused/
Dlinker.c427 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel); in do_Elf_Rel_relocations() local
436 for (j = 0; j < nent; j++) { in do_Elf_Rel_relocations()
553 int nent = shdr[shnum].sh_size / sizeof(Elf_Rela); in do_Elf_Rela_relocations() local
562 for (j = 0; j < nent; j++) { in do_Elf_Rela_relocations()
771 int i, j, nent, nstrtab, nsymtabs; in ocVerifyImage_ELF() local
893 nent = shdr[i].sh_size / sizeof(Elf_Sym); in ocVerifyImage_ELF()
896 nent, in ocVerifyImage_ELF()
904 for (j = 0; j < nent; j++) { in ocVerifyImage_ELF()
953 int i, j, k, nent; in ocGetNames_ELF() local
1042 nent = shdr[i].sh_size / sizeof(Elf_Sym); in ocGetNames_ELF()
[all …]
/external/valgrind/main/VEX/switchback/
Dlinker.c521 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel);
530 for (j = 0; j < nent; j++) {
647 int nent = shdr[shnum].sh_size / sizeof(Elf_Rela);
656 for (j = 0; j < nent; j++) {
929 int i, j, nent, nstrtab, nsymtabs;
1054 nent = shdr[i].sh_size / sizeof(Elf_Sym);
1057 nent,
1065 for (j = 0; j < nent; j++) {
1114 int i, j, k, nent;
1202 nent = shdr[i].sh_size / sizeof(Elf_Sym);
[all …]
/external/qemu/android/config/linux-x86_64/asm/
Dkvm.h175 __u32 nent; member
197 __u32 nent; member
/external/qemu/android/config/linux-x86/asm/
Dkvm.h175 __u32 nent; member
197 __u32 nent; member
/external/qemu/target-i386/
Dkvm.c52 cpuid->nent = max; in try_get_cpuid()
54 if (r == 0 && cpuid->nent >= max) { in try_get_cpuid()
86 for (i = 0; i < cpuid->nent; ++i) { in kvm_arch_get_supported_cpuid()
203 cpuid_data.cpuid.nent = cpuid_i; in kvm_arch_init_vcpu()
/external/elfutils/src/
Dunstrip.c453 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
454 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()
469 data->d_size = nent * sizeof new_hash[0]; \ in adjust_relocs()
494 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
496 assert (nent >= onent); in adjust_relocs()
502 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]); in adjust_relocs()
511 data->d_size = nent * shdr->sh_entsize; in adjust_relocs()
749 const size_t nent, const GElf_Addr bias, in collect_symbols() argument
757 for (size_t i = 1; i < nent; ++i) in collect_symbols()
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.stderr.exp797 Syscall param aio_suspend(nent) contains uninitialised byte(s)
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c3842 const struct vki_aiocb *, aiocbp, int, nent, in PRE()