Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 25 of 176) sorted by relevance

12345678

/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h87 unsigned long p_type; /* Identifies program segment type. */ member
267 unsigned long p_type; member
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 …]
H A Dexternal.h89 unsigned char p_type[4]; /* Identifies program segment type */ member
100 unsigned char p_type[4]; /* Identifies program segment type */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dinternal.h87 unsigned long p_type; /* Identifies program segment type. */ member
267 unsigned long p_type; member
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 …]
H A Dexternal.h89 unsigned char p_type[4]; /* Identifies program segment type */ member
100 unsigned char p_type[4]; /* Identifies program segment type */ member
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable
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) { in rule_check()
488 p->sadb_x_policy_type = p_type; in init_x_policy()
[all …]
/netbsd-src/sbin/fsck/
H A Dpreen.c70 char *p_type; /* file system type */ member
200 p->p_type, p->p_devname, p->p_mntpt, in checkfstab()
206 p->p_type, p->p_devname, p->p_mntpt, in checkfstab()
217 free(p->p_type); in checkfstab()
269 "%s: %s (%s)%s", p->p_type, p->p_devname, in checkfstab()
350 p->p_type = estrdup(type); in addpart()
364 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt, in startdisk()
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_phdr.c83 d->p_type = ep32->p_type; in gelf_getphdr()
166 ph32->p_type = s->p_type; in gelf_update_phdr()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-nacl.c98 if (seg->p_type == PT_LOAD) in nacl_modify_segment_map()
194 if (seg->p_type == PT_LOAD) in nacl_modify_segment_map()
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr) in nacl_modify_headers()
275 if (p->p_type == PT_LOAD && p->p_vaddr < first_load_phdr->p_vaddr) in nacl_modify_headers()
332 if (seg->p_type == PT_LOAD in nacl_final_write_processing()
H A Delf.c1159 else if (phdr->p_type == PT_LOAD && phdr->p_memsz != 0) in _bfd_elf_make_section_from_shdr()
1167 if (((phdr->p_type == PT_LOAD in _bfd_elf_make_section_from_shdr()
1169 || phdr->p_type == PT_TLS) in _bfd_elf_make_section_from_shdr()
1635 get_segment_type (unsigned int p_type) in get_segment_type() argument
1638 switch (p_type) in get_segment_type()
1675 const char *pt = get_segment_type (p->p_type); in _bfd_elf_print_private_bfd_data()
1680 sprintf (buf, "0x%lx", p->p_type); in _bfd_elf_print_private_bfd_data()
2957 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr()
2995 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr()
3023 switch (hdr->p_type) in bfd_section_from_phdr()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-nacl.c98 if (seg->p_type == PT_LOAD) in nacl_modify_segment_map()
194 if (seg->p_type == PT_LOAD) in nacl_modify_segment_map()
253 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr) in nacl_modify_headers()
275 if (p->p_type == PT_LOAD && p->p_vaddr < first_load_phdr->p_vaddr) in nacl_modify_headers()
332 if (seg->p_type == PT_LOAD in nacl_final_write_processing()
H A Delf.c1142 else if (phdr->p_type == PT_LOAD && phdr->p_memsz != 0) in _bfd_elf_make_section_from_shdr()
1150 if (((phdr->p_type == PT_LOAD in _bfd_elf_make_section_from_shdr()
1152 || phdr->p_type == PT_TLS) in _bfd_elf_make_section_from_shdr()
1625 get_segment_type (unsigned int p_type) in get_segment_type() argument
1628 switch (p_type) in get_segment_type()
1666 const char *pt = get_segment_type (p->p_type); in _bfd_elf_print_private_bfd_data()
1671 sprintf (buf, "0x%lx", p->p_type); in _bfd_elf_print_private_bfd_data()
1900 if (seg->p_type == PT_LOAD in offset_from_vma()
3495 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr()
3533 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr()
[all …]
/netbsd-src/usr.bin/elf2aout/
H A Delf2aout.c315 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE || in main()
316 ph[i].p_type == PT_PHDR || ph[i].p_type == PT_MIPS_REGINFO) in main()
319 if (ph[i].p_type == PT_TLS) { in main()
324 if (ph[i].p_type != PT_LOAD) in main()
326 "type %d can't be converted.", i, ph[i].p_type); in main()
412 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) { in main()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dfde-glibc.c77 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
85 else if (phdr->p_type == PT_IA_64_UNWIND) in _Unwind_IteratePhdrCallback()
87 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dfde-glibc.c76 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
84 else if (phdr->p_type == PT_IA_64_UNWIND) in _Unwind_IteratePhdrCallback()
86 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/netbsd-src/games/phantasia/
H A Dmain.c199 Statptr = &Stattable[Player.p_type]; /* initialize pointer */ in main()
387 if (Player.p_type == C_EXPER || Player.p_type == C_SUPER) in rollnewplayer()
395 if (Player.p_type == C_EXPER || Player.p_type == C_SUPER) in rollnewplayer()
957 Player.p_type = subscript; in genchar()
959 if (Player.p_type == C_HALFLING) in genchar()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_globals.cpp31 if (phdr[i].p_type != PT_LOAD) in CheckCodeModel()
55 if (phdr[i].p_type != PT_NOTE) in HwasanGlobalsFor()
/netbsd-src/lib/libc/tls/
H A Dtls.c152 if (phdr->p_type == PT_INTERP) { in __libc_static_tls_setup_cb()
156 if (phdr->p_type != PT_TLS) in __libc_static_tls_setup_cb()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde-dip.c275 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
286 else if (phdr->p_type == PT_GNU_EH_FRAME) in _Unwind_IteratePhdrCallback()
291 else if (phdr->p_type == PT_SUNW_UNWIND) in _Unwind_IteratePhdrCallback()
294 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde-dip.c295 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
306 else if (phdr->p_type == PT_GNU_EH_FRAME) in _Unwind_IteratePhdrCallback()
311 else if (phdr->p_type == PT_SUNW_UNWIND) in _Unwind_IteratePhdrCallback()
314 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c124 if (phdr[i].p_type != PT_LOAD || in elf32bsdboot()
238 if (phdr[i].p_type != PT_LOAD || in elf32bsdboot()
253 if (phdr[i].p_type != PT_LOAD || in elf32bsdboot()
/netbsd-src/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c70 if (phdr->p_type == PT_DYNAMIC) in get_dynamic_section()
72 if (phdr->p_type == PT_PHDR) in get_dynamic_section()
/netbsd-src/usr.bin/elf2ecoff/
H A Delf2ecoff.c220 switch (ph[i].p_type) { in main()
230 i, ph[i].p_type, ph[i].p_flags); in main()
235 if (ph[i].p_type != PT_LOAD) in main()
237 "converted", i, ph[i].p_type); in main()
251 "nbss =%d\n", i, ph[i].p_type, in main()
264 i, ph[i].p_type, ph[i].p_flags, ntxt.len); in main()
396 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) { in main()
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_internal.h114 Elf_Word p_type;
127 Elf_Word p_type;
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_internal.h114 Elf_Word p_type;
127 Elf_Word p_type;
/netbsd-src/sys/kern/
H A Dexec_elf.c135 if (ph[i].p_type == PT_LOAD && ph[i].p_align > align) in elf_placedynexec()
531 if (ph[i].p_type == PT_LOAD) { in elf_load_interp()
563 switch (ph[i].p_type) { in elf_load_interp()
708 if (pp->p_type == PT_INTERP) { in exec_elf_makecmds()
767 switch (ph[i].p_type) { in exec_elf_makecmds()
929 if (ph[i].p_type != PT_NOTE || in netbsd_elf_signature()

12345678