Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dmacho.py211 sections = segsec
306 (lc, segment, sections) = cmd
308 … lc_str_rep = "\n\t LC: {:s} size:{:d} nsects:{:d}".format(lc_cmd_str, lc.cmdsize, len(sections))
317 for section in sections:
327 …other_cmds += "\n\t dylib: {:s} ({:s})".format(str(sections[:sections.find(b'\x00')]), str(segment…
H A Dkext.py108 def sec_contains(sections, addr): argument
112 s for s in sections
423 sections = None
439 sections = k.segments
444 if not sections:
449 for s in sections:
631 sec = next(sec_contains(seg.sections, self.address), None)
H A Dutils.py473 def loadDSYM(uuid, load_address, sections=[]): argument
483 if not sections:
489 for s in sections:
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp366 const std::span<section_64> sections((section_64 *)(seg_cmd + 1), seg_cmd->nsects); local
368 for (auto &sec : sections) {
/xnu-11215/libkern/c++/
H A DOSKext.cpp272 } sections[0]; member
12129 …char headerBytes[offsetof(osLogDataHeaderRef, sections) + NUM_OS_LOG_SECTIONS * sizeof(header->sec…
12175 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…
12222 …char headerBytes[offsetof(osLogDataHeaderRef, sections) + NUM_OS_LOG_SECTIONS * sizeof(header->sec…
12228 header->sections[OS_LOG_SECT_IDX].sect_offset = 0;
12229 header->sections[OS_LOG_SECT_IDX].sect_size = (uint32_t) 0;
12230 header->sections[CSTRING_SECT_IDX].sect_offset = 0;
12231 header->sections[CSTRING_SECT_IDX].sect_size = (uint32_t) 0;
12232 header->sections[ASAN_CSTRING_SECT_IDX].sect_offset = 0;
12233 header->sections[ASAN_CSTRING_SECT_IDX].sect_size = (uint32_t) 0;
[all …]
/xnu-11215/doc/lifecycle/
H A Dhibernation.md99 * Some sections of memory are written directly (and uncompressed) to the image.
104 Instead, a number of sections of the kernel are written:
/xnu-11215/bsd/kern/
H A Dmach_loader.c326 boolean_t is64, size_t section_size, const void *sections, in note_all_image_info_section() argument
342 ((const char *)sections + section_size * i); in note_all_image_info_section()
/xnu-11215/
H A DREADME.md399 "PrivateHeaders" sections of the System and Kernel frameworks.
/xnu-11215/makedefs/
H A DMakeInc.def892 # To support code coverage for kexts, the coverage mapping sections __llvm_covmap