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

1 2 3 4 5 6 7 8 910

  /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:__anon10462
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon10463
  /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:__anon11926
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon11927
  /src/external/gpl3/gdb.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:__anon21314
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon21315
  /src/external/gpl3/gdb/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:__anon902
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon903
  /src/external/gpl3/gcc/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/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/dist/libsanitizer/hwasan/
hwasan_globals.cpp 33 if (phdr[i].p_type != PT_LOAD)
57 if (phdr[i].p_type != PT_NOTE)
  /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/crypto/dist/ipsec-tools/src/libipsec/
policy_parse.y 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
153 p_type = $2;
168 p_type = $4;
187 p_type = $5;
209 p_type = $4;
220 p_type = $6;
242 p_type = $6;
264 p_type = 0; /* ignored it by kernel */
440 if (p_type == IPSEC_POLICY_IPSEC) {
488 p->sadb_x_policy_type = p_type;
    [all...]
  /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/external/gpl3/gdb.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)

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 910