Home
last modified time | relevance | path

Searched refs:nload (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dsis.h116 uint64_t nload; /* Number of store instructions */ member
Dexec.c1213 sregs->nload++; in dispatch_instruction()
1246 sregs->nload++; /* Double load counts twice */ in dispatch_instruction()
1287 sregs->nload++; in dispatch_instruction()
1382 sregs->nload++; /* Double load counts twice */ in dispatch_instruction()
1593 sregs->nload++; in dispatch_instruction()
Dfunc.c608 sregs->nload = 0; in reset_stat()
627 iinst = sregs->ninst - sregs->finst - sregs->nload - sregs->nstore - in show_stat()
637 100.0 * (float) sregs->nload / (float) sregs->ninst); in show_stat()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf.c1132 unsigned int i, nload; in _bfd_elf_make_section_from_shdr() local
1139 for (nload = 0, i = 0; i < elf_elfheader (abfd)->e_phnum; i++, phdr++) in _bfd_elf_make_section_from_shdr()
1143 ++nload; in _bfd_elf_make_section_from_shdr()
1144 if (i >= elf_elfheader (abfd)->e_phnum && nload > 1) in _bfd_elf_make_section_from_shdr()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf.c1120 unsigned int i, nload; in _bfd_elf_make_section_from_shdr() local
1127 for (nload = 0, i = 0; i < elf_elfheader (abfd)->e_phnum; i++, phdr++) in _bfd_elf_make_section_from_shdr()
1131 ++nload; in _bfd_elf_make_section_from_shdr()
1132 if (i >= elf_elfheader (abfd)->e_phnum && nload > 1) in _bfd_elf_make_section_from_shdr()