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

  /src/sys/arch/i386/conf/
kern.ldscript.Xen 87 notes PT_NOTE;
  /src/sys/arch/amd64/conf/
kern.ldscript.Xen 92 notes PT_NOTE;
  /src/tests/lib/libc/sys/
t_ptrace_core_wait.h 70 if (core_hdr.p_type != PT_NOTE)
  /src/sys/arch/ofppc/stand/ofwboot/
ldscript 19 text PT_NOTE;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 292 #define PT_NOTE 4 /* Auxiliary information */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 307 #define PT_NOTE 4 /* Auxiliary information */
  /src/sys/kern/
exec_elf.c 802 case PT_NOTE:
929 if (ph[i].p_type != PT_NOTE ||
core_elf32.c 155 /* Allow for the PT_NOTE section. */
239 /* Add the PT_NOTE header after the P-section headers. */
240 ws.psections->p_type = PT_NOTE;
249 /* Write the P-section headers followed by the PT_NOTE header */
  /src/sys/compat/linux/common/
linux_exec_elf32.c 391 if (ephp->p_type != PT_NOTE ||
  /src/usr.bin/elf2aout/
elf2aout.c 315 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE ||
  /src/tools/arm-elf2aout/sys/
exec_elf.h 351 #define PT_NOTE 4 /* Auxiliary information */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 351 #define PT_NOTE 4 /* Auxiliary information */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 349 #define PT_NOTE 4 /* Auxiliary information */
  /src/sys/sys/
exec_elf.h 442 #define PT_NOTE 4 /* Auxiliary information */
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 224 case PT_NOTE:

Completed in 91 milliseconds