| /netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/ |
| H A D | external.h | 91 unsigned char initprot[4]; /* Initial vm protection. */ member 105 unsigned char initprot[4]; /* Initial vm protection. */ member
|
| /netbsd-src/external/gpl3/binutils/dist/include/mach-o/ |
| H A D | external.h | 91 unsigned char initprot[4]; /* Initial vm protection. */ member 105 unsigned char initprot[4]; /* Initial vm protection. */ member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 302 uint32_t initprot; member 370 Segment.initprot = SC.initprot; in getSegment() 384 Segment.initprot = SC.initprot; in getSegment() 853 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| H A D | loader.d | 586 int initprot; in version() member 628 int initprot; in version() local 2756 int initprot; member 2771 int initprot; variable
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | mach-o.c | 1948 bfd_h_put_32 (abfd, seg->initprot, raw.initprot); in bfd_mach_o_write_segment_32() 1982 bfd_h_put_32 (abfd, seg->initprot, raw.initprot); in bfd_mach_o_write_segment_64() 2739 linkedit->initprot = BFD_MACH_O_PROT_READ; in bfd_mach_o_write_contents() 2851 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE in bfd_mach_o_build_obj_seg_command() 2853 seg->maxprot = seg->initprot; in bfd_mach_o_build_obj_seg_command() 2964 seg->initprot = 0; in bfd_mach_o_build_exec_seg_command() 3036 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE; in bfd_mach_o_build_exec_seg_command() 3038 seg->initprot |= BFD_MACH_O_PROT_WRITE | BFD_MACH_O_PROT_READ; in bfd_mach_o_build_exec_seg_command() 3047 if (seg->initprot != 0) in bfd_mach_o_build_exec_seg_command() 3165 seg->initprot = 0; in bfd_mach_o_init_segment() [all …]
|
| H A D | mach-o.h | 100 unsigned long initprot; /* Initial protection. */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | mach-o.c | 1933 bfd_h_put_32 (abfd, seg->initprot, raw.initprot); in bfd_mach_o_write_segment_32() 1967 bfd_h_put_32 (abfd, seg->initprot, raw.initprot); in bfd_mach_o_write_segment_64() 2722 linkedit->initprot = BFD_MACH_O_PROT_READ; in bfd_mach_o_write_contents() 2834 seg->initprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE in bfd_mach_o_build_obj_seg_command() 2836 seg->maxprot = seg->initprot; in bfd_mach_o_build_obj_seg_command() 2947 seg->initprot = 0; in bfd_mach_o_build_exec_seg_command() 3019 seg->initprot |= BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_EXECUTE; in bfd_mach_o_build_exec_seg_command() 3021 seg->initprot |= BFD_MACH_O_PROT_WRITE | BFD_MACH_O_PROT_READ; in bfd_mach_o_build_exec_seg_command() 3030 if (seg->initprot != 0) in bfd_mach_o_build_exec_seg_command() 3148 seg->initprot = 0; in bfd_mach_o_init_segment() [all …]
|
| H A D | mach-o.h | 100 unsigned long initprot; /* Initial protection. */ member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 131 Seg64.initprot = Seg.initprot; in adaptFrom32bits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | Object.cpp | 144 Seg.initprot |= in constructSegment()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cc | 216 segment->protection = sc->initprot; in NextSegmentLoad()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cc | 218 segment->protection = sc->initprot; in NextSegmentLoad()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 222 segment->protection = sc->initprot; in NextSegmentLoad()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 544 uint32_t initprot; member 558 uint32_t initprot; member 1070 sys::swapByteOrder(seg.initprot); in swapStruct() 1083 sys::swapByteOrder(seg.initprot); in swapStruct()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 495 IO.mapRequired("initprot", LoadCommand.initprot); in mapping() 508 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | simple-object-mach-o.c | 108 unsigned char initprot[4]; /* Initial vmem protection. */ member 125 unsigned char initprot[4]; /* Initial vmem protection. */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | simple-object-mach-o.c | 108 unsigned char initprot[4]; /* Initial vmem protection. */ member 125 unsigned char initprot[4]; /* Initial vmem protection. */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | simple-object-mach-o.c | 108 unsigned char initprot[4]; /* Initial vmem protection. */ member 125 unsigned char initprot[4]; /* Initial vmem protection. */ member
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | simple-object-mach-o.c | 108 unsigned char initprot[4]; /* Initial vmem protection. */ member 125 unsigned char initprot[4]; /* Initial vmem protection. */ member
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | macho.c | 168 uint32_t initprot; /* Initial virtual memory protection */ member 185 uint32_t initprot; /* Initial virtual memory protection */ member
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-macho.c | 365 disp_segment_prot (seg->initprot); in dump_section_map() 438 disp_segment_prot (seg->initprot); in dump_segment()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-macho.c | 364 disp_segment_prot (seg->initprot); in dump_section_map() 437 disp_segment_prot (seg->initprot); in dump_segment()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8552 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument 8601 if ((initprot & in PrintSegmentCommand() 8604 outs() << " initprot ?" << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand() 8607 outs() << ((initprot & MachO::VM_PROT_READ) ? "r" : "-"); in PrintSegmentCommand() 8608 outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand() 8609 outs() << ((initprot & MachO::VM_PROT_EXECUTE) ? "x\n" : "-\n"); in PrintSegmentCommand() 8613 outs() << " initprot " << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand() 10088 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands() 10101 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2008 | 895 (bfd_mach_o_segment_command): Add initprot and maxprot fields.
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2008 | 895 (bfd_mach_o_segment_command): Add initprot and maxprot fields.
|