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

  /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/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.old/dist/bfd/
elf.c 5197 asection *last_hdr;
5309 last_hdr = NULL;
5388 if (last_hdr == NULL)
5394 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma)
5401 else if (hdr->lma < last_hdr->lma + last_size
5402 || last_hdr->lma + last_size < last_hdr->lma)
5409 && (((last_hdr->lma + last_size - 1) & -maxpagesize)
5416 /* In the next test we have to be careful when last_hdr->lma is clos
5195 asection *last_hdr; local
    [all...]

Completed in 39 milliseconds