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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 6593 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd);
6596 for (headerp = start_headers; headerp < end_headers; headerp ++)
6591 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd); local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 6528 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd);
6531 for (headerp = start_headers; headerp < end_headers; headerp ++)
6526 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd); local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 6480 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd);
6483 for (headerp = start_headers; headerp < end_headers; headerp ++)
6478 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd); local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 6652 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd);
6655 for (headerp = start_headers; headerp < end_headers; headerp ++)
6650 Elf_Internal_Shdr **end_headers = start_headers + elf_numsections (abfd); local

Completed in 58 milliseconds