/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 152 case PF_X: in dump_exec_header() 158 case PF_W+PF_X: in dump_exec_header() 164 case PF_R+PF_X: in dump_exec_header() 170 case PF_R+PF_W+PF_X: in dump_exec_header()
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 290 case PF_X: (void) printf("(--x)"); break; in process_phdr() 292 case PF_W+PF_X: (void) printf("(-wx)"); break; in process_phdr() 294 case PF_R+PF_X: (void) printf("(r-x)"); break; in process_phdr() 296 case PF_R+PF_W+PF_X: (void) printf("(rwx)"); break; in process_phdr()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 116 SG_DESC_INIT(SGID_PHDR, PT_PHDR, PF_R + PF_X, NULL, 128 SG_DESC_INIT(SGID_TEXT, PT_LOAD, PF_R + PF_X, MSG_ORIG(MSG_ENT_TEXT), 412 psegs->psg_sunwdtrace.sg_phdr.p_flags |= PF_X; in ld_ent_setup() 416 psegs->psg_data.sg_phdr.p_flags |= PF_X; in ld_ent_setup()
|
H A D | map.c | 197 tmp_flags |= PF_X; in map_equal_flags() 241 (tmp_flags ^ sgp->sg_phdr.p_flags) == PF_X)) in map_equal_flags()
|
H A D | map_support.c | 638 sgp->sg_phdr.p_flags = PF_R + PF_W + PF_X; in ld_map_seg_insert()
|
/illumos-gate/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 190 #define M_DATASEG_PERM (PF_R | PF_W | PF_X) 194 #define M_STACK_PERM (PF_R | PF_W | PF_X)
|
/illumos-gate/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 210 #define M_DATASEG_PERM (PF_R | PF_W | PF_X) 211 #define M_STACK_PERM (PF_R | PF_W | PF_X)
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 158 hdr.text_phdr.p_flags = PF_R | PF_X; in ksyms_snapshot() 163 hdr.data_phdr.p_flags = PF_R | PF_W | PF_X; in ksyms_snapshot()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.c | 242 { PF_X, ALL, MSG_PF_X_CF }, in conv_phdr_flags_strings() 251 { PF_X, ALL, MSG_PF_X_NF }, in conv_phdr_flags_strings()
|
H A D | phdr.msg | 100 @ MSG_PF_X_CF "PF_X" # 0x1
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.c | 79 htole32(PF_R | PF_X), /* p_flags */
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 148 #ifndef PF_X 149 #define PF_X (1 << 0) macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 192 #define PF_X 0x1 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 104 #define PF_X 0x1 /* Executable. */ macro
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 124 (phdrp->p_flags & (PF_R | PF_W | PF_X)) != (PF_R | PF_W | PF_X)) in dtrace_safe_phdr() 406 if (phdrp->p_flags & PF_X) in elfexec() 434 if (dataphdrp->p_flags & PF_X) in elfexec() 1391 if (phdr->p_flags & PF_X) in mapelfexec() 2287 phdr[i].p_flags |= PF_X; in elfcore() 2411 if ((phdr[i].p_flags & (PF_R | PF_W | PF_X)) == 0) { in elfcore()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 271 if (pptr->p_flags & PF_X) in __rtld()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 271 if (pptr->p_flags & PF_X) in __rtld()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pidle.c | 145 if (php->p_flags & PF_X) in idle_add_mapping()
|
H A D | Pgcore.c | 885 phdr.p_flags |= PF_X; in dump_map() 924 } else if (phdr.p_flags == (PF_R | PF_X)) { in dump_map()
|
H A D | Pcore.c | 1444 if (php->p_flags & PF_X) in core_add_mapping() 1989 phdr.p_type == PT_LOAD && (phdr.p_flags & PF_X)) { in core_find_text()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 517 #define PF_X 0x1 macro
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 481 if (phdr->p_flags & PF_X) { in read_elf32() 866 if (phdr->p_flags & PF_X) in read_elf64()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 514 #define PF_X 0x1 /* Executable. */ macro
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 1004 hdr->kh_text_phdr.p_flags = PF_R | PF_X; in xkb_build_ksyms() 1009 hdr->kh_data_phdr.p_flags = PF_R | PF_W | PF_X; in xkb_build_ksyms()
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 262 \t p_vaddr: 0x10034 p_flags: [ PF_X PF_R ]\n\ 270 \t p_vaddr: 0x10034 p_flags: [ PF_X PF_R ]\n\
|