Searched refs:initprot (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/include/mach-o/
H A Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_32_external
105 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/gpl3/gdb/dist/include/mach-o/
H A Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_32_external
105 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_32_external
105 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h91 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_32_external
105 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp302 uint32_t initprot; member in struct:__anon3227::MachOSegment
370 Segment.initprot = SC.initprot;
384 Segment.initprot = SC.initprot;
853 W.printString("initprot", getMask(MOSegment.initprot));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp144 Seg.initprot |=
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dmach-o.c1936 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
1970 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
2725 linkedit->initprot = BFD_MACH_O_PROT_READ;
2837 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE
2839 seg->maxprot = seg->initprot;
2950 seg->initprot = 0;
3022 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE;
3024 seg->initprot |
[all...]
H A Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c1933 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
1967 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
2722 linkedit->initprot = BFD_MACH_O_PROT_READ;
2834 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE
2836 seg->maxprot = seg->initprot;
2947 seg->initprot = 0;
3019 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE;
3021 seg->initprot |
[all...]
H A Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c1948 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
1982 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
2739 linkedit->initprot = BFD_MACH_O_PROT_READ;
2851 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE
2853 seg->maxprot = seg->initprot;
2964 seg->initprot = 0;
3036 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE;
3038 seg->initprot |
[all...]
H A Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp131 Seg64.initprot = Seg.initprot;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d555 * by the maxprot and initprot fields. If the segment has sections then the
586 int initprot;
628 int initprot;
2756 int initprot;
2771 int initprot;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc218 segment->protection = sc->initprot;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc216 segment->protection = sc->initprot;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member in struct:bfd_mach_o_segment_command
H A Dmach-o.c1934 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
1968 bfd_h_put_32 (abfd, seg->initprot, raw.initprot);
2738 linkedit->initprot = BFD_MACH_O_PROT_READ;
2850 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE
2852 seg->maxprot = seg->initprot;
2963 seg->initprot = 0;
3035 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE;
3037 seg->initprot |
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp222 segment->protection = sc->initprot;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp495 IO.mapRequired("initprot", LoadCommand.initprot);
508 IO.mapRequired("initprot", LoadCommand.initprot);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_32
125 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_64
1304 /* initprot left as zero. */
1331 /* initprot left as zero. */
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_32
125 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_64
1299 /* initprot left as zero. */
1326 /* initprot left as zero. */
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c168 uint32_t initprot; /* Initial virtual memory protection */ member in struct:macho_segment_command
185 uint32_t initprot; /* Initial virtual memory protection */ member in struct:macho_segment_64_command
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_32
125 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_64
1304 /* initprot left as zero. */
1331 /* initprot left as zero. */
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-mach-o.c108 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_32
125 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_64
1304 /* initprot left as zero. */
1331 /* initprot left as zero. */

Completed in 718 milliseconds

12