Home
last modified time | relevance | path

Searched defs:sects (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.41.9/SETUP/setsegname/
H A Dsetsegname.c212 struct section * sects; in main() local
222 struct section_64 * sects; in main() local
/xnu-10002.41.9/libkern/kxld/
H A Dkxld_util.c294 struct section *sects = NULL; in validate_and_swap_macho_32() local
475 struct section_64 *sects = NULL; in validate_and_swap_macho_64() local
671 struct section *sects = NULL; in unswap_macho_32() local
729 struct section_64 *sects = NULL; in unswap_macho_64() local
H A Dkxld_seg.h53 KXLDArray sects; member
H A Dkxld_seg.c400 reorder_section(KXLDArray *sects, u_int *sect_reorder_index, in reorder_section()
H A Dkxld_object.c91 KXLDArray sects; member
/xnu-10002.41.9/tools/lldbmacros/
H A Dmacho.py196 def make_seg(seg, sects): argument