Home
last modified time | relevance | path

Searched refs:PF_R (Results 1 – 25 of 30) sorted by relevance

12

/titanic_41/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h207 #define M_DATASEG_PERM (PF_R | PF_W)
208 #define M_STACK_PERM (PF_R | PF_W)
210 #define M_DATASEG_PERM (PF_R | PF_W | PF_X)
211 #define M_STACK_PERM (PF_R | PF_W | PF_X)
/titanic_41/usr/src/cmd/sgs/dump/common/
H A Dfcns.c158 case PF_R: in dump_exec_header()
161 case PF_R+PF_X: in dump_exec_header()
164 case PF_R+PF_W: in dump_exec_header()
167 case PF_R+PF_W+PF_X: in dump_exec_header()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dentry.c116 SG_DESC_INIT(SGID_PHDR, PT_PHDR, PF_R + PF_X, NULL,
120 SG_DESC_INIT(SGID_INTERP, PT_INTERP, PF_R, NULL,
124 SG_DESC_INIT(SGID_SUNWCAP, PT_SUNWCAP, PF_R, NULL,
128 SG_DESC_INIT(SGID_TEXT, PT_LOAD, PF_R + PF_X, MSG_ORIG(MSG_ENT_TEXT),
141 SG_DESC_INIT(SGID_LRODATA, PT_LOAD, PF_R, MSG_ORIG(MSG_ENT_LRODATA),
157 SG_DESC_INIT(SGID_TLS, PT_TLS, PF_R, NULL,
161 SG_DESC_INIT(SGID_UNWIND, PT_SUNW_UNWIND, PF_R, NULL,
H A Dmap.c191 tmp_flags |= PF_R; in map_equal_flags()
240 (tmp_flags & (PF_R|PF_W)) == (PF_R|PF_W) && in map_equal_flags()
H A Dupdate.c387 Word _flags = phd->p_flags & (PF_W | PF_R); in update_osym()
389 if (_flags == PF_R) in update_osym()
391 else if (_flags == (PF_W | PF_R)) in update_osym()
3750 phdr->p_flags = PF_R; in ld_update_outfile()
3806 phdr->p_flags = PF_R | PF_W; in ld_update_outfile()
4152 phdr->p_flags = PF_R; in ld_update_outfile()
4192 phdr->p_flags = PF_R; in ld_update_outfile()
/titanic_41/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h190 #define M_DATASEG_PERM (PF_R | PF_W | PF_X)
192 #define M_STACK_PERM (PF_R | PF_W)
194 #define M_STACK_PERM (PF_R | PF_W | PF_X)
/titanic_41/usr/src/cmd/sgs/size/common/
H A Dprocess.c293 case PF_R: (void) printf("(r--)"); break; in process_phdr()
294 case PF_R+PF_X: (void) printf("(r-x)"); break; in process_phdr()
295 case PF_R+PF_W: (void) printf("(rw-)"); break; in process_phdr()
296 case PF_R+PF_W+PF_X: (void) printf("(rwx)"); break; in process_phdr()
/titanic_41/usr/src/uts/common/os/
H A Dksyms_snapshot.c160 hdr.text_phdr.p_flags = PF_R | PF_X; in ksyms_snapshot()
165 hdr.data_phdr.p_flags = PF_R | PF_W | PF_X; in ksyms_snapshot()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c244 { PF_R, ALL, MSG_PF_R_CF }, in conv_phdr_flags_strings()
253 { PF_R, ALL, MSG_PF_R_NF }, in conv_phdr_flags_strings()
H A Dphdr.msg104 @ MSG_PF_R_CF "PF_R" # 0x4
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c136 if (phdr->p_flags == (PF_R | PF_W) && phdr->p_vaddr == 0) { in dboot_elfload64()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h194 #define PF_R 0x4 macro
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Delf.h106 #define PF_R 0x4 /* Readable. */ macro
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c846 phdr.p_flags |= PF_R; in dump_map()
889 } else if (phdr.p_flags == (PF_R | PF_X)) { in dump_map()
893 } else if (phdr.p_flags == PF_R) { in dump_map()
1283 phdr.p_flags = PF_R; in Pfgcore()
1297 phdr.p_flags = PF_R; in Pfgcore()
1455 phdr.p_flags = PF_R; in Pfgcore()
1469 phdr.p_flags = PF_R; in Pfgcore()
H A DPidle.c140 if (php->p_flags & PF_R) in idle_add_mapping()
/titanic_41/usr/src/uts/common/exec/elf/
H A Dold_notes.c69 v[0].p_flags = PF_R; in setup_old_note_header()
H A Delf.c162 (phdrp->p_flags & (PF_R | PF_W | PF_X)) != (PF_R | PF_W | PF_X)) in dtrace_safe_phdr()
379 if (phdrp->p_flags & PF_R) in elfexec()
404 if (dataphdrp->p_flags & PF_R) in elfexec()
1264 if (phdr->p_flags & PF_R) in mapelfexec()
1940 v[i].p_flags |= PF_R; in elfcore()
H A Delf_notes.c96 v[0].p_flags = PF_R; in setup_note_header()
/titanic_41/usr/src/lib/libc/i386/crt/
H A D_rtld.c267 if (pptr->p_flags & PF_R) in __rtld()
/titanic_41/usr/src/lib/libc/sparc/crt/
H A D_rtld.c267 if (pptr->p_flags & PF_R) in __rtld()
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c504 if (pptr->p_flags & PF_R)
/titanic_41/usr/src/uts/common/sys/
H A Delf.h362 #define PF_R 0x4 /* p_flags */ macro
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg262 \t p_vaddr: 0x10034 p_flags: [ PF_X PF_R ]\n\
270 \t p_vaddr: 0x10034 p_flags: [ PF_X PF_R ]\n\
275 \t p_vaddr: 0 p_flags: [ PF_R ]\n\
/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c459 if (phdr->p_flags == (PF_R | PF_W) && in read_elf32()
865 if (phdr->p_flags == (PF_R | PF_W) && in read_elf64()
/titanic_41/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1004 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()

12