Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/mach-o/
Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member
105 unsigned char initprot[4]; /* Initial vm protection. */ member
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c1776 bfd_h_put_32 (abfd, seg->initprot, raw.initprot); in bfd_mach_o_write_segment_32()
1810 bfd_h_put_32 (abfd, seg->initprot, raw.initprot); in bfd_mach_o_write_segment_64()
2575 linkedit->initprot = BFD_MACH_O_PROT_READ; in bfd_mach_o_write_contents()
2687 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE in bfd_mach_o_build_obj_seg_command()
2689 seg->maxprot = seg->initprot; in bfd_mach_o_build_obj_seg_command()
2800 seg->initprot = 0; in bfd_mach_o_build_exec_seg_command()
2870 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE; in bfd_mach_o_build_exec_seg_command()
2872 seg->initprot |= BFD_MACH_O_PROT_WRITE | BFD_MACH_O_PROT_READ; in bfd_mach_o_build_exec_seg_command()
2881 if (seg->initprot != 0) in bfd_mach_o_build_exec_seg_command()
2999 seg->initprot = 0; in bfd_mach_o_init_segment()
[all …]
Dmach-o.h101 unsigned long initprot; /* Initial protection. */ member
DChangeLog-2008895 (bfd_mach_o_segment_command): Add initprot and maxprot fields.
/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member
125 unsigned char initprot[4]; /* Initial vmem protection. */ member
/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c349 disp_segment_prot (seg->initprot); in dump_section_map()
422 disp_segment_prot (seg->initprot); in dump_segment()