Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/tools/lldbmacros/
H A Dutils.py473 def loadDSYM(uuid, load_address, sections=[]): argument
H A Dkext.py108 def sec_contains(sections, addr): argument
/xnu-11215.1.10/tools/kt-dump/
H A Dkt-dump.cpp366 const std::span<section_64> sections((section_64 *)(seg_cmd + 1), seg_cmd->nsects); local
/xnu-11215.1.10/bsd/kern/
H A Dmach_loader.c326 boolean_t is64, size_t section_size, const void *sections, in note_all_image_info_section()
/xnu-11215.1.10/libkern/c++/
H A DOSKext.cpp272 } sections[0]; member