| /xnu-8792.41.9/libkern/os/ ! |
| H A D | internal.c | 50 …const struct segment_command_64 *sgp = (const struct segment_command_64 *)(const void *)((const ch… in _os_trace_addr_in_text_segment_64() 58 sgp = (const struct segment_command_64 *)(const void *)((const char *)sgp + sgp->cmdsize); in _os_trace_addr_in_text_segment_64()
|
| /xnu-8792.41.9/osfmk/mach/ ! |
| H A D | dyld_kernel_fixups.h | 251 const struct segment_command_64* seg = (const struct segment_command_64*)(uintptr_t)cmd; in kernel_collection_slide() 336 struct segment_command_64 *seg, *linkedit_cmd = NULL; in kernel_collection_adjust_fileset_entry_addrs() 351 if (strcmp(((struct segment_command_64 *)(uintptr_t)lc)->segname, SEG_LINKEDIT) == 0) { in kernel_collection_adjust_fileset_entry_addrs() 352 linkedit_cmd = ((struct segment_command_64 *)(uintptr_t)lc); in kernel_collection_adjust_fileset_entry_addrs() 355 seg = (struct segment_command_64 *)(uintptr_t)lc; in kernel_collection_adjust_fileset_entry_addrs() 404 struct segment_command_64 *seg; in kernel_collection_adjust_mh_addrs() 445 seg = (struct segment_command_64 *)(uintptr_t)lc; in kernel_collection_adjust_mh_addrs()
|
| /xnu-8792.41.9/libkern/kxld/ ! |
| H A D | kxld_seg.h | 44 struct segment_command_64; 69 kern_return_t kxld_seg_init_from_macho_64(KXLDSeg *seg, struct segment_command_64 *src)
|
| H A D | kxld_seg.c | 110 kxld_seg_init_from_macho_64(KXLDSeg *seg, struct segment_command_64 *src) in kxld_seg_init_from_macho_64() 495 size += sizeof(struct segment_command_64); in kxld_seg_get_macho_header_size() 549 struct segment_command_64 *hdr64 = in kxld_seg_export_macho_to_file_buffer() 550 (struct segment_command_64 *) ((void *) (buf + *header_offset)); in kxld_seg_export_macho_to_file_buffer() 703 struct segment_command_64 *seghdr = NULL; in seg_export_macho_header_64() 727 seghdr = (struct segment_command_64 *) ((void *) (buf + *header_offset)); in seg_export_macho_header_64()
|
| H A D | kxld_util.c | 473 struct segment_command_64 *seg_hdr = NULL; in validate_and_swap_macho_64() 542 seg_hdr = (struct segment_command_64 *) ((void *) load_hdr); in validate_and_swap_macho_64() 727 struct segment_command_64 *seg_hdr = NULL; in unswap_macho_64() 750 seg_hdr = (struct segment_command_64 *) ((void *) load_hdr); in unswap_macho_64()
|
| H A D | kxld_object.c | 636 struct segment_command_64 *seg_hdr = in init_from_final_linked_image() 637 (struct segment_command_64 *) ((void *) cmd_hdr); in init_from_final_linked_image() 695 struct segment_command_64 *seg_hdr = in init_from_final_linked_image() 696 (struct segment_command_64 *) ((void *) cmd_hdr); in init_from_final_linked_image() 1033 struct segment_command_64 *seg_hdr = in init_from_object() 1034 (struct segment_command_64 *) ((void *) cmd_hdr); in init_from_object()
|
| /xnu-8792.41.9/pexpert/gen/ ! |
| H A D | kcformat.c | 88 struct segment_command_64 *seg; in PE_set_kc_header() 97 seg = (struct segment_command_64 *)(uintptr_t)lc; in PE_set_kc_header()
|
| /xnu-8792.41.9/tests/ ! |
| H A D | kas_info.c | 170 struct segment_command_64 *sg = (struct segment_command_64 *) cmd; in disk_kernel_segments()
|
| /xnu-8792.41.9/bsd/kern/ ! |
| H A D | kern_core.c | 300 segment_command_sz = sizeof(struct segment_command_64); in coredump() 479 struct segment_command_64 *sc64; in coredump() 579 sc64 = (struct segment_command_64 *)(header + hoffset); in coredump() 581 sc64->cmdsize = sizeof(struct segment_command_64); in coredump()
|
| H A D | mach_loader.c | 310 struct segment_command_64 *scp) in widen_segment_command() 326 note_all_image_info_section(const struct segment_command_64 *scp, in note_all_image_info_section() 1168 struct segment_command_64 *scp64 = (struct segment_command_64 *) lcp; in parse_machfile() 2069 struct segment_command_64 segment_command, *scp; in load_segment() 2097 segment_command_size = sizeof(struct segment_command_64); in load_segment() 2131 scp = (struct segment_command_64 *)lcp; in load_segment() 3588 struct segment_command_64 *seg64; in set_code_unprotect() 3684 seg64 = (struct segment_command_64 *)lcp; in set_code_unprotect()
|
| /xnu-8792.41.9/libkern/libkern/ ! |
| H A D | kernel_mach_header.h | 58 typedef struct segment_command_64 kernel_segment_command_t;
|
| /xnu-8792.41.9/tools/kt-dump/ ! |
| H A D | kt-dump.cpp | 168 segment_command_64 *seg_cmd = reinterpret_cast<segment_command_64 *>(cmd); in main()
|
| /xnu-8792.41.9/SETUP/setsegname/ ! |
| H A D | setsegname.c | 221 struct segment_command_64 * segcmd; in main()
|
| /xnu-8792.41.9/tools/lldbmacros/ ! |
| H A D | macho.py | 260 SEGMENT_TYPES = (macholib.mach_o.segment_command_64, macholib.mach_o.segment_command)
|
| /xnu-8792.41.9/EXTERNAL_HEADERS/mach-o/ ! |
| H A D | loader.h | 375 struct segment_command_64 { /* for 64-bit architectures */ struct
|
| /xnu-8792.41.9/osfmk/kdp/ ! |
| H A D | processor_core.c | 441 sizeofcmds = (uint32_t)(core_context->core_segment_count * sizeof(struct segment_command_64) + in coredump_save_summary() 552 struct segment_command_64 seg_command = { }; in coredump_save_segment_descriptions()
|
| /xnu-8792.41.9/SETUP/kextsymboltool/ ! |
| H A D | kextsymboltool.c | 735 struct segment_command_64 segcmd; in main()
|
| /xnu-8792.41.9/osfmk/kern/ ! |
| H A D | kalloc.c | 1050 (struct segment_command_64 *)(vm_offset_t)lc; in kalloc_type_view_parse()
|