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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 7140 Elf_Internal_Shdr **shdrpp, **end_shdrpp;
7151 shdrpp = elf_elfsections (abfd);
7152 end_shdrpp = shdrpp + elf_numsections (abfd);
7153 for (shdrpp++; shdrpp < end_shdrpp; shdrpp++)
7155 shdrp = *shdrpp;
7138 Elf_Internal_Shdr **shdrpp, **end_shdrpp; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 7075 Elf_Internal_Shdr **shdrpp, **end_shdrpp;
7086 shdrpp = elf_elfsections (abfd);
7087 end_shdrpp = shdrpp + elf_numsections (abfd);
7088 for (shdrpp++; shdrpp < end_shdrpp; shdrpp++)
7090 shdrp = *shdrpp;
7073 Elf_Internal_Shdr **shdrpp, **end_shdrpp; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 7023 Elf_Internal_Shdr **shdrpp, **end_shdrpp;
7034 shdrpp = elf_elfsections (abfd);
7035 end_shdrpp = shdrpp + elf_numsections (abfd);
7036 for (shdrpp++; shdrpp < end_shdrpp; shdrpp++)
7038 shdrp = *shdrpp;
7021 Elf_Internal_Shdr **shdrpp, **end_shdrpp; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 7194 Elf_Internal_Shdr **shdrpp, **end_shdrpp;
7205 shdrpp = elf_elfsections (abfd);
7206 end_shdrpp = shdrpp + elf_numsections (abfd);
7207 for (shdrpp++; shdrpp < end_shdrpp; shdrpp++)
7209 shdrp = *shdrpp;
7192 Elf_Internal_Shdr **shdrpp, **end_shdrpp; local

Completed in 78 milliseconds