Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/kt-dump/
H A Dkt-dump.cpp169 std::span<section_64> sections(reinterpret_cast<section_64 *>(seg_cmd + 1), in main() local
/xnu-8796.141.3/tools/lldbmacros/
H A Dutils.py478 def loadDSYM(uuid, load_address, sections=[]): argument
H A Dkext.py99 def sec_contains(sections, addr): argument
/xnu-8796.141.3/bsd/kern/
H A Dmach_loader.c327 boolean_t is64, size_t section_size, const void *sections, in note_all_image_info_section()
/xnu-8796.141.3/libkern/c++/
H A DOSKext.cpp270 } sections[0]; member