HomeSort by: relevance | last modified time | path
    Searched refs:last_hdr (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/lib/libunwind/
AddressSpace.hpp 415 const Elf_Phdr *last_hdr = hdr + info->dlpi_phnum;
418 for (; hdr != last_hdr; ++hdr) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 423 const Elf_Phdr *last_hdr = hdr + info->dlpi_phnum; local
425 for (; hdr != last_hdr; ++hdr) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 460 const Elf_Phdr *last_hdr = hdr + info->dlpi_phnum; local
462 for (; hdr != last_hdr; ++hdr) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 429 const Elf_Phdr *last_hdr = hdr + info->dlpi_phnum; local
431 for (; hdr != last_hdr; ++hdr) {
  /src/external/gpl3/binutils/dist/bfd/
elf.c 5128 asection *last_hdr;
5250 last_hdr = NULL;
5327 if (last_hdr == NULL)
5333 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma)
5340 else if (hdr->lma < last_hdr->lma + last_size
5341 || last_hdr->lma + last_size < last_hdr->lma)
5348 && (((last_hdr->lma + last_size - 1) & -maxpagesize)
5355 /* In the next test we have to be careful when last_hdr->lma is clos
5126 asection *last_hdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 5063 asection *last_hdr;
5185 last_hdr = NULL;
5262 if (last_hdr == NULL)
5268 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma)
5275 else if (hdr->lma < last_hdr->lma + last_size
5276 || last_hdr->lma + last_size < last_hdr->lma)
5283 && (((last_hdr->lma + last_size - 1) & -maxpagesize)
5290 /* In the next test we have to be careful when last_hdr->lma is clos
5061 asection *last_hdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 5023 asection *last_hdr;
5135 last_hdr = NULL;
5216 if (last_hdr == NULL)
5222 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma)
5229 else if (hdr->lma < last_hdr->lma + last_size
5230 || last_hdr->lma + last_size < last_hdr->lma)
5237 && (((last_hdr->lma + last_size - 1) & -maxpagesize)
5244 /* In the next test we have to be careful when last_hdr->lma is clos
5021 asection *last_hdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 5121 asection *last_hdr;
5233 last_hdr = NULL;
5314 if (last_hdr == NULL)
5320 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma)
5327 else if (hdr->lma < last_hdr->lma + last_size
5328 || last_hdr->lma + last_size < last_hdr->lma)
5335 && (((last_hdr->lma + last_size - 1) & -maxpagesize)
5342 /* In the next test we have to be careful when last_hdr->lma is clos
5119 asection *last_hdr; local
    [all...]

Completed in 73 milliseconds