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

/external/valgrind/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.c493 const size_t nent = 2 + nbucket + nsym; \
494 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \
510 data->d_size = nent * sizeof new_hash[0]; \
535 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
537 assert (nent >= onent);
543 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
553 data->d_size = nent * shdr->sh_entsize;
791 const size_t nent, const GElf_Addr bias,
799 for (size_t i = 1; i < nent; ++i)
534 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; local
788 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/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h203 __u32 nent; member in struct:kvm_cpuid
225 __u32 nent; member in struct:kvm_cpuid2

Completed in 287 milliseconds