| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | internal.h | 87 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 …]
|
| D | external.h | 89 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/dist/include/elf/ |
| D | internal.h | 87 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 …]
|
| D | external.h | 89 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/ |
| D | policy_parse.y | 103 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/ |
| D | preen.c | 70 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/gpl3/gdb/dist/bfd/ |
| D | elf-nacl.c | 98 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()
|
| D | elf.c | 1130 else if (phdr->p_type == PT_LOAD && phdr->p_memsz != 0) in _bfd_elf_make_section_from_shdr() 1138 if (((phdr->p_type == PT_LOAD in _bfd_elf_make_section_from_shdr() 1140 || phdr->p_type == PT_TLS) in _bfd_elf_make_section_from_shdr() 1603 get_segment_type (unsigned int p_type) in get_segment_type() argument 1606 switch (p_type) in get_segment_type() 1644 const char *pt = get_segment_type (p->p_type); in _bfd_elf_print_private_bfd_data() 1649 sprintf (buf, "0x%lx", p->p_type); in _bfd_elf_print_private_bfd_data() 1878 if (seg->p_type == PT_LOAD in offset_from_vma() 3489 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr() 3527 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf-nacl.c | 98 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()
|
| D | elf.c | 1142 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/ |
| D | elf2aout.c | 315 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/ |
| D | fde-glibc.c | 77 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/gdb/dist/gdb/ |
| D | solib-svr4.c | 278 if (phdr[i].p_type == PT_LOAD && phdr[i].p_align > align) in lm_addr_check() 498 int p_type; in read_program_header() local 504 p_type = extract_unsigned_integer ((gdb_byte *) phdr.p_type, in read_program_header() 507 if (p_type == PT_PHDR) in read_program_header() 514 if (p_type == type) in read_program_header() 535 int p_type; in read_program_header() local 541 p_type = extract_unsigned_integer ((gdb_byte *) phdr.p_type, in read_program_header() 544 if (p_type == PT_PHDR) in read_program_header() 551 if (p_type == type) in read_program_header() 597 int p_type, p_filesz, p_memsz; in read_program_header() local [all …]
|
| D | gcore.c | 367 int p_type = 0; in make_output_phdrs() local 377 p_type = PT_LOAD; in make_output_phdrs() 379 p_type = PT_NOTE; in make_output_phdrs() 381 p_type = PT_NULL; in make_output_phdrs() 389 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec); in make_output_phdrs()
|
| /netbsd/src/tests/libexec/ld.elf_so/ |
| D | t_rtld_r_debug.c | 80 phdr, phdr->p_type, phdr->p_flags, in get_dynamic_section() 84 if (phdr->p_type == PT_DYNAMIC) in get_dynamic_section() 86 if (phdr->p_type == PT_PHDR) in get_dynamic_section()
|
| /netbsd/src/games/phantasia/ |
| D | main.c | 199 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/lib/libc/tls/ |
| D | tls.c | 152 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/dist/libgcc/ |
| D | unwind-dw2-fde-dip.c | 295 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/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | s390-multiarch.c | 62 uint32_t p_type; member 74 uint32_t p_type; member 281 if (ELFBUF_PHDR (elf, ph_idx, p_type) != 4) in elfbuf_handle_core_notes()
|
| /netbsd/src/sys/arch/zaurus/stand/zbsdmod/ |
| D | zbsdmod.c | 124 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/usr.bin/elf2ecoff/ |
| D | elf2ecoff.c | 221 switch (ph[i].p_type) { in main() 231 i, ph[i].p_type, ph[i].p_flags); in main() 236 if (ph[i].p_type != PT_LOAD) in main() 238 "converted", i, ph[i].p_type); in main() 252 "nbss =%d\n", i, ph[i].p_type, in main() 265 i, ph[i].p_type, ph[i].p_flags, ntxt.len); in main() 397 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) { in main()
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp_internal.h | 114 Elf_Word p_type; 127 Elf_Word p_type;
|
| /netbsd/src/sys/kern/ |
| D | exec_elf.c | 135 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()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | elfedit.c | 119 phdrs[i].p_type = BYTE_GET (phdrs32[i].p_type); in update_gnu_property() 135 phdrs[i].p_type = BYTE_GET (phdrs64[i].p_type); in update_gnu_property() 148 if (phdrs[i].p_type == PT_NOTE) in update_gnu_property()
|
| /netbsd/src/sys/arch/ews4800mips/stand/common/ |
| D | bootxx.c | 206 if (p[i].p_type != PT_LOAD || in load_elf() 221 if (p[i].p_type != PT_LOAD || in load_elf()
|