Home
last modified time | relevance | path

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

/external/valgrind/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/VEX/switchback/
Dlinker.c523 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel);
532 for (j = 0; j < nent; j++) {
649 int nent = shdr[shnum].sh_size / sizeof(Elf_Rela);
658 for (j = 0; j < nent; j++) {
931 int i, j, nent, nstrtab, nsymtabs;
1056 nent = shdr[i].sh_size / sizeof(Elf_Sym);
1059 nent,
1067 for (j = 0; j < nent; j++) {
1116 int i, j, k, nent;
1204 nent = shdr[i].sh_size / sizeof(Elf_Sym);
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h201 __u32 nent; member
223 __u32 nent; member
/external/elfutils/src/src/
Dunstrip.c461 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
462 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()
477 data->d_size = nent * sizeof new_hash[0]; \ in adjust_relocs()
502 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
504 assert (nent >= onent); in adjust_relocs()
510 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]); in adjust_relocs()
519 data->d_size = nent * shdr->sh_entsize; in adjust_relocs()
755 const size_t nent, const GElf_Addr bias, in collect_symbols() argument
763 for (size_t i = 1; i < nent; ++i) in collect_symbols()
/external/valgrind/memcheck/tests/darwin/
Dscalar.stderr.exp813 Syscall param aio_suspend(nent) contains uninitialised byte(s)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c4473 const struct vki_aiocb *, aiocbp, int, nent, in PRE()