HomeSort by: relevance | last modified time | path
    Searched defs:nload (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 116 uint64_t nload; /* Number of store instructions */ member in struct:pstate
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 116 uint64_t nload; /* Number of store instructions */ member in struct:pstate
  /src/external/gpl3/binutils/dist/bfd/
elf.c 1028 unsigned int i, nload; local
1035 for (nload = 0, i = 0; i < elf_elfheader (abfd)->e_phnum; i++, phdr++)
1039 ++nload;
1040 if (i >= elf_elfheader (abfd)->e_phnum && nload > 1)
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 964 unsigned int i, nload; local
971 for (nload = 0, i = 0; i < elf_elfheader (abfd)->e_phnum; i++, phdr++)
975 ++nload;
976 if (i >= elf_elfheader (abfd)->e_phnum && nload > 1)
  /src/external/gpl3/gdb/dist/bfd/
elf.c 937 unsigned int i, nload; local
944 for (nload = 0, i = 0; i < elf_elfheader (abfd)->e_phnum; i++, phdr++)
948 ++nload;
949 if (i >= elf_elfheader (abfd)->e_phnum && nload > 1)
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 1120 unsigned int i, nload; local
1127 for (nload = 0, i = 0; i < elf_elfheader (abfd)->e_phnum; i++, phdr++)
1131 ++nload;
1132 if (i >= elf_elfheader (abfd)->e_phnum && nload > 1)

Completed in 105 milliseconds