Home
last modified time | relevance | path

Searched refs:maxprot (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/mach-o/
Dexternal.h90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member
104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c1775 bfd_h_put_32 (abfd, seg->maxprot, raw.maxprot); in bfd_mach_o_write_segment_32()
1809 bfd_h_put_32 (abfd, seg->maxprot, raw.maxprot); in bfd_mach_o_write_segment_64()
2576 linkedit->maxprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE in bfd_mach_o_write_contents()
2689 seg->maxprot = seg->initprot; in bfd_mach_o_build_obj_seg_command()
2799 seg->maxprot = 0; in bfd_mach_o_build_exec_seg_command()
2882 seg->maxprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE in bfd_mach_o_build_exec_seg_command()
2885 seg->maxprot = 0; in bfd_mach_o_build_exec_seg_command()
2998 seg->maxprot = 0; in bfd_mach_o_init_segment()
4563 seg->maxprot = bfd_h_get_32 (abfd, raw.maxprot); in bfd_mach_o_read_segment()
4584 seg->maxprot = bfd_h_get_32 (abfd, raw.maxprot); in bfd_mach_o_read_segment()
Dmach-o.h100 unsigned long maxprot; /* Maximum permitted protection. */ member
DChangeLog-2008895 (bfd_mach_o_segment_command): Add initprot and maxprot fields.
/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member
/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c424 disp_segment_prot (seg->maxprot); in dump_segment()