Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h91 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 Dexternal.h91 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 DMachODumper.cpp302 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 Dloader.d586 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 Dmach-o.c1948 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 Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c1933 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 Dmach-o.h100 unsigned long initprot; /* Initial protection. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp131 Seg64.initprot = Seg.initprot; in adaptFrom32bits()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp144 Seg.initprot |= in constructSegment()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc216 segment->protection = sc->initprot; in NextSegmentLoad()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc218 segment->protection = sc->initprot; in NextSegmentLoad()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp222 segment->protection = sc->initprot; in NextSegmentLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h544 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 DMachOYAML.cpp495 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
508 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c108 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 Dsimple-object-mach-o.c108 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 Dsimple-object-mach-o.c108 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 Dsimple-object-mach-o.c108 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 Dmacho.c168 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 Dod-macho.c365 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 Dod-macho.c364 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 DMachODump.cpp8552 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 DChangeLog-2008895 (bfd_mach_o_segment_command): Add initprot and maxprot fields.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2008895 (bfd_mach_o_segment_command): Add initprot and maxprot fields.

12