Home
last modified time | relevance | path

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

/xnu-12377.41.6/SETUP/setsegname/
H A Dsetsegname.c212 struct section * sects; in main() local
222 struct section_64 * sects; in main() local
/xnu-12377.41.6/libkern/kxld/
H A Dkxld_util.c293 struct section *sects = NULL; in validate_and_swap_macho_32() local
474 struct section_64 *sects = NULL; in validate_and_swap_macho_64() local
670 struct section *sects = NULL; in unswap_macho_32() local
728 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-12377.41.6/tools/lldbmacros/
H A Dmacho.py190 def make_seg(seg, sects): argument