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

  /src/external/gpl3/binutils/dist/include/elf/
spu.h 52 #define PF_OVERLAY (1 << 27)
  /src/external/gpl3/binutils.old/dist/include/elf/
spu.h 52 #define PF_OVERLAY (1 << 27)
  /src/external/gpl3/gdb/dist/include/elf/
spu.h 52 #define PF_OVERLAY (1 << 27)
  /src/external/gpl3/gdb.old/dist/include/elf/
spu.h 52 #define PF_OVERLAY (1 << 27)
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 273 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_OVERLAY) != 0)
5287 /* Some SPU ELF loaders ignore the PF_OVERLAY flag and just load all
5290 around this issue, we ensure that all PF_OVERLAY segments are
5293 as PF_OVERLAY) will be placed into SPU local store on startup. */
5379 phdr[i].p_flags |= PF_OVERLAY;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 273 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_OVERLAY) != 0)
5285 /* Some SPU ELF loaders ignore the PF_OVERLAY flag and just load all
5288 around this issue, we ensure that all PF_OVERLAY segments are
5291 as PF_OVERLAY) will be placed into SPU local store on startup. */
5377 phdr[i].p_flags |= PF_OVERLAY;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 273 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_OVERLAY) != 0)
5282 /* Some SPU ELF loaders ignore the PF_OVERLAY flag and just load all
5285 around this issue, we ensure that all PF_OVERLAY segments are
5288 as PF_OVERLAY) will be placed into SPU local store on startup. */
5374 phdr[i].p_flags |= PF_OVERLAY;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 276 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_OVERLAY) != 0)
5286 /* Some SPU ELF loaders ignore the PF_OVERLAY flag and just load all
5289 around this issue, we ensure that all PF_OVERLAY segments are
5292 as PF_OVERLAY) will be placed into SPU local store on startup. */
5378 phdr[i].p_flags |= PF_OVERLAY;

Completed in 40 milliseconds