HomeSort by: relevance | last modified time | path
    Searched refs:p_type (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/include/elf/
internal.h 87 unsigned long p_type; /* Identifies program segment type. */ member in struct:elf_internal_phdr
267 unsigned long p_type; member in struct:elf_segment_map
312 && (segment)->p_type != PT_TLS)
327 && ((segment)->p_type == PT_TLS \
328 || (segment)->p_type == PT_GNU_RELRO \
329 || (segment)->p_type == PT_LOAD)) \
333 && (segment)->p_type != PT_TLS \
334 && (segment)->p_type != PT_PHDR)) \
337 && ((segment)->p_type == PT_LOAD \
338 || (segment)->p_type == PT_DYNAMIC
    [all...]
external.h 89 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon8119
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon8120
  /src/external/gpl3/binutils.old/dist/include/elf/
internal.h 87 unsigned long p_type; /* Identifies program segment type. */ member in struct:elf_internal_phdr
267 unsigned long p_type; member in struct:elf_segment_map
312 && (segment)->p_type != PT_TLS)
327 && ((segment)->p_type == PT_TLS \
328 || (segment)->p_type == PT_GNU_RELRO \
329 || (segment)->p_type == PT_LOAD)) \
333 && (segment)->p_type != PT_TLS \
334 && (segment)->p_type != PT_PHDR)) \
337 && ((segment)->p_type == PT_LOAD \
338 || (segment)->p_type == PT_DYNAMIC
    [all...]
external.h 89 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon9583
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon9584
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c 77 if (phdr->p_type == PT_LOAD)
85 else if (phdr->p_type == PT_IA_64_UNWIND)
87 else if (phdr->p_type == PT_DYNAMIC)
  /src/external/bsd/elftoolchain/dist/libelf/
gelf_phdr.c 84 d->p_type = ep32->p_type;
167 ph32->p_type = s->p_type;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_globals.cpp 31 if (phdr[i].p_type != PT_LOAD)
55 if (phdr[i].p_type != PT_NOTE)
  /src/sbin/fsck/
preen.c 70 char *p_type; /* file system type */ member in struct:partentry
200 p->p_type, p->p_devname, p->p_mntpt,
206 p->p_type, p->p_devname, p->p_mntpt,
217 free(p->p_type);
269 "%s: %s (%s)%s", p->p_type, p->p_devname,
350 p->p_type = estrdup(type);
364 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
  /src/external/gpl3/binutils.old/dist/bfd/
elf-nacl.c 98 if (seg->p_type == PT_LOAD)
194 if (seg->p_type == PT_LOAD)
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr)
275 if (p->p_type == PT_LOAD && p->p_vaddr < first_load_phdr->p_vaddr)
332 if (seg->p_type == PT_LOAD
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 80 phdr, phdr->p_type, phdr->p_flags,
84 if (phdr->p_type == PT_DYNAMIC)
86 if (phdr->p_type == PT_PHDR)
  /src/lib/libc/tls/
tls.c 152 if (phdr->p_type == PT_INTERP) {
156 if (phdr->p_type != PT_TLS)
  /src/games/phantasia/
phantstruct.h 47 short p_type; /* character type */ member in struct:player
  /src/libexec/ld.elf_so/arch/arm/
find_exidx.c 71 if (ph->p_type == PT_LOAD
  /src/usr.bin/elf2aout/
elf2aout.c 315 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE ||
316 ph[i].p_type == PT_PHDR || ph[i].p_type == PT_MIPS_REGINFO)
319 if (ph[i].p_type == PT_TLS) {
324 if (ph[i].p_type != PT_LOAD)
326 "type %d can't be converted.", i, ph[i].p_type);
412 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
  /src/sys/arch/emips/stand/common/
bootxx.c 160 if (phdr.p_type != PT_LOAD)
  /src/sys/arch/ia64/include/
loadfile_machdep.h 41 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia64_unwindtablen = (phdr)->p_filesz, 1 : 0)
  /src/sys/arch/mipsco/stand/common/
bootxx.c 150 if (phdr.p_type != PT_LOAD)
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_freebsd.h 105 __uint32_t p_type; member in struct:__sanitizer::__anon4105
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_freebsd.h 104 __uint32_t p_type; member in struct:__sanitizer::__anon12005
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 124 if (phdr[i].p_type != PT_LOAD ||
238 if (phdr[i].p_type != PT_LOAD ||
253 if (phdr[i].p_type != PT_LOAD ||
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 104 if (phdr[i].p_type != PT_LOAD ||
  /src/sys/arch/pmax/stand/common/
bootxx.c 182 if (phdr.p_type != PT_LOAD)
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 150 be_uint32_t p_type; /* type of segment */ member in struct:elf_m68k_phdr
  /src/external/bsd/elftosb/dist/common/
ELF.h 216 Elf32_Word p_type; //!< What type of segment this header describes. member in struct:Elf32_Phdr

Completed in 60 milliseconds

1 2 3 4 5 6 7