| /xnu-11215/libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXBuildFile section */ 11 /* End PBXBuildFile section */ 13 /* Begin PBXFileReference section */ 18 /* End PBXFileReference section */ 30 /* Begin PBXGroup section */ 66 /* End PBXGroup section */ 78 /* Begin PBXNativeTarget section */ 99 /* End PBXNativeTarget section */ 101 /* Begin PBXProject section */ 118 /* End PBXProject section */ [all …]
|
| /xnu-11215/libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXBuildFile section */ 11 /* End PBXBuildFile section */ 13 /* Begin PBXFileReference section */ 18 /* End PBXFileReference section */ 30 /* Begin PBXGroup section */ 66 /* End PBXGroup section */ 78 /* Begin PBXNativeTarget section */ 99 /* End PBXNativeTarget section */ 101 /* Begin PBXProject section */ 114 /* End PBXProject section */ [all …]
|
| /xnu-11215/libkern/kmod/libkmod.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXAggregateTarget section */ 22 /* End PBXAggregateTarget section */ 24 /* Begin PBXBuildFile section */ 32 /* End PBXBuildFile section */ 65 /* Begin PBXFileReference section */ 78 /* End PBXFileReference section */ 104 /* Begin PBXGroup section */ 163 /* End PBXGroup section */ 246 /* End PBXNativeTarget section */ 248 /* Begin PBXProject section */ [all …]
|
| /xnu-11215/libkern/c++/ |
| H A D | OSRuntime.cpp | 179 kernel_section_t * section; in OSRuntimeCallStructorsInSection() local 182 for (section = firstsect(segment); in OSRuntimeCallStructorsInSection() 183 section != NULL; in OSRuntimeCallStructorsInSection() 184 section = nextsect(segment, section)) { in OSRuntimeCallStructorsInSection() 185 if (strncmp(section->sectname, sectionName, sizeof(section->sectname) - 1)) { in OSRuntimeCallStructorsInSection() 188 if (section->size == 0) { in OSRuntimeCallStructorsInSection() 250 kmodInfo->name, section->segname); in OSRuntimeCallStructorsInSection() 355 kernel_section_t * section; in OSRuntimeSignStructorsInSegment() local 360 for (section = firstsect(segment); in OSRuntimeSignStructorsInSegment() 361 section != NULL; in OSRuntimeSignStructorsInSegment() [all …]
|
| /xnu-11215/libkern/libkern/ |
| H A D | section_keywords.h | 33 __attribute__((used, section(__segment__section))) 48 #define __security_const_late __attribute__((section(SECURITY_SEGMENT_SECTION_NAME))) 52 #define MARK_AS_HIBERNATE_TEXT __attribute__((section("__HIB, __text, regular, pure_instructions"))) 53 #define MARK_AS_HIBERNATE_DATA __attribute__((section("__HIB, __data"))) 54 #define MARK_AS_HIBERNATE_DATA_CONST_LATE __attribute__((section("__HIB, __const"))) 89 #define MARK_AS_FIXUP_TEXT __attribute__((used, section("__TEXT_BOOT_EXEC,__bootcode,regular,pure_i…
|
| /xnu-11215/tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXBuildFile section */ 14 /* End PBXBuildFile section */ 16 /* Begin PBXFileReference section */ 25 /* End PBXFileReference section */ 46 /* Begin PBXGroup section */ 85 /* End PBXGroup section */ 87 /* Begin PBXNativeTarget section */ 122 /* End PBXNativeTarget section */ 124 /* Begin PBXProject section */ 146 /* End PBXProject section */ [all …]
|
| /xnu-11215/tools/tests/testkext/testkext.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXBuildFile section */ 13 /* End PBXBuildFile section */ 15 /* Begin PBXFileReference section */ 28 /* End PBXFileReference section */ 54 /* Begin PBXGroup section */ 98 /* End PBXGroup section */ 108 /* End PBXHeadersBuildPhase section */ 110 /* Begin PBXNativeTarget section */ 163 /* End PBXNativeTarget section */ 165 /* Begin PBXProject section */ [all …]
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | macho.py | 45 section, 105 section_cls = section 317 for section in sections: 318 section_name = section.sectname[:section.sectname.find(b'\x00')].decode() 319 … blocks.append(MapBlock(section_name, section.addr, section.size, section.offset, 320 … section.size, 'al:{} flags:{:#0X}'.format(section.align, section.flags), False))
|
| H A D | kext.py | 681 def __init__(self, kmem, address, section): argument 683 self.section = section 687 return next(sbsec_contains(self.target, self.section, self.address), None) 692 section = self._subsection() or self.section 693 addr = section.GetLoadAddress(target) 694 size = section.GetByteSize() 747 section = next(sbsec_contains(target, mainmod.section_iter(), address), None) 749 if section: 750 return MainBinaryMemoryObject(self.kmem, address, section)
|
| /xnu-11215/libsa/ |
| H A D | lastkerneldataconst.c | 48 static const uint8_t __attribute__((section("__DATA,__const"))) data_const_padding[PAD_SIZE] = {[0 … 49 const vm_offset_t __attribute__((section("__DATA,__data"))) _lastkerneldataconst = (vm_… 50 const vm_size_t __attribute__((section("__DATA,__data"))) _lastkerneldataconst_padsize = size…
|
| /xnu-11215/osfmk/arm64/ |
| H A D | pinst.s | 58 .section __LAST,__pinst 82 .section __TEXT_EXEC,__text 110 .section __LAST,__pinst 118 .section __TEXT_EXEC,__text
|
| H A D | iofilter_asm.s | 40 .section __PPLTEXT,__text,regular,pure_instructions
|
| /xnu-11215/osfmk/arm/ |
| H A D | data.s | 42 .section __BOOTDATA, __data // Aligned data 83 .section __DATA, __data // Aligned data 100 .section __DATA_SPTM, __const 105 .section __DATA, __const
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | start.s | 78 .section __HIB, __data 95 .section __DATA, __data 136 .section __HIB, __text 280 .section __HIB, __text 340 .section __TEXT,__text 425 .section __HIB, __text 436 .section __TEXT,__text 556 .section __HIB, __text 595 .section __HIB, __data
|
| H A D | boot_pt.c | 48 __attribute__((section("__HIB, __bootPT"))) = { 55 __attribute__((section("__HIB, __bootPT"))) = { 87 __attribute__((section("__HIB, __bootPT"))) = {
|
| /xnu-11215/osfmk/i386/ |
| H A D | ktss.c | 76 __attribute__ ((section("__HIB, __desc"))) 79 struct x86_64_tss master_ktss64 __attribute__ ((aligned(4096))) __attribute__ ((section("__HIB, __d…
|
| H A D | ldt.c | 66 __attribute__ ((section("__HIB, __desc")))
|
| H A D | gdt.c | 66 __attribute__((section("__HIB,__desc")))
|
| /xnu-11215/libkern/os/ |
| H A D | log.h | 378 __attribute__((section("__TEXT,__os_log"))) static const char _os_log_fmt[] = format; \ 413 __attribute__((section("__TEXT,__os_log"))) static const char _os_log_fmt[] = format; \ 447 __attribute__((section("__TEXT,__os_log"))) static const char _os_log_fmt[] = format; \
|
| H A D | trace.h | 642 __attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; \ 675 __attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; \ 702 __attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; \ 780 __attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; \ 805 __attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; \ 840 …__attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; … 846 …__attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; … 852 …__attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; … 858 …__attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; … 864 …__attribute__((section("__TEXT,__os_trace"))) static const char _m[] = format; …
|
| /xnu-11215/libkdd/kdd.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXAggregateTarget section */ 22 /* End PBXAggregateTarget section */ 24 /* Begin PBXBuildFile section */ 132 /* End PBXBuildFile section */ 180 /* Begin PBXFileReference section */ 288 /* End PBXFileReference section */ 326 /* Begin PBXGroup section */ 496 /* End PBXGroup section */ 594 /* End PBXNativeTarget section */ 596 /* Begin PBXProject section */ [all …]
|
| /xnu-11215/tools/kt-dump/ |
| H A D | kt-dump.cpp | 104 section_64 section; member 108 : section(sec), in macho_section() 124 return section.size / elem_size(); in elem_count() 160 return &sec_cstring.contents[string_off - sec_cstring.section.offset]; in decode_string() 458 std::cout << indent << " total size: " << sec.section.size << std::endl; in dump() 468 std::cout << indent << " total size: " << sec.section.size << std::endl; in dump()
|
| /xnu-11215/osfmk/arm64/sptm/ |
| H A D | start_sptm.s | 68 .section __TEXT_BOOT_EXEC, __bootcode, regular, pure_instructions 292 .section __TEXT_BOOT_EXEC, __bootcode, regular, pure_instructions
|
| /xnu-11215/libkern/kxld/ |
| H A D | kxld_sect.c | 62 struct section *src = (struct section *) ((void *) (macho + *sect_offset)); in kxld_sect_init_from_macho_32() 264 return sizeof(struct section); in kxld_sect_get_macho_header_size() 503 struct section *secthdr = NULL; in sect_export_macho_header_32() 511 secthdr = (struct section *) ((void *) (buf + *header_offset)); in sect_export_macho_header_32()
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-dynamic | 11 # OSKext::copyInfo copies the whole cstrings section
|