Home
last modified time | relevance | path

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

/xnu-8020.121.3/SETUP/setsegname/
H A Dsetsegname.c212 struct section * sects; in main() local
222 struct section_64 * sects; in main() local
/xnu-8020.121.3/libkern/kxld/
H A Dkxld_util.c289 struct section *sects = NULL; in validate_and_swap_macho_32() local
470 struct section_64 *sects = NULL; in validate_and_swap_macho_64() local
666 struct section *sects = NULL; in unswap_macho_32() local
724 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.c86 KXLDArray sects; member
/xnu-8020.121.3/tools/lldbmacros/
H A Dmacho.py196 def make_seg(seg, sects): argument