Searched refs:PF_OVERLAY (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dspu.h52 #define PF_OVERLAY (1 << 27) macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dspu.h52 #define PF_OVERLAY (1 << 27) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dspu.h52 #define PF_OVERLAY (1 << 27) macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dspu.h52 #define PF_OVERLAY (1 << 27) macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-spu.c276 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;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-spu.c276 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;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-spu.c276 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;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-spu.c276 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 136 milliseconds