Searched refs:segment_command_64 (Results 1 – 18 of 18) sorted by relevance
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()
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 (strings_are_equal(((struct segment_command_64 *)(uintptr_t)lc)->segname, SEG_LINKEDIT)) { 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()
44 struct segment_command_64;69 kern_return_t kxld_seg_init_from_macho_64(KXLDSeg *seg, struct segment_command_64 *src)
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()
474 struct segment_command_64 *seg_hdr = NULL; in validate_and_swap_macho_64()543 seg_hdr = (struct segment_command_64 *) ((void *) load_hdr); in validate_and_swap_macho_64()728 struct segment_command_64 *seg_hdr = NULL; in unswap_macho_64()751 seg_hdr = (struct segment_command_64 *) ((void *) load_hdr); in unswap_macho_64()
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()
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()
177 struct segment_command_64 *sg = (struct segment_command_64 *) cmd; in disk_kernel_segments()
386 segment_command_sz = sizeof(struct segment_command_64); in coredump()574 struct segment_command_64 *sc64; in coredump()674 sc64 = (struct segment_command_64 *)(header + hoffset); in coredump()676 sc64->cmdsize = sizeof(struct segment_command_64); in coredump()
314 struct segment_command_64 *scp) in widen_segment_command()330 note_all_image_info_section(const struct segment_command_64 *scp, in note_all_image_info_section()1172 struct segment_command_64 *scp64 = (struct segment_command_64 *) lcp; in parse_machfile()2061 struct segment_command_64 segment_command, *scp; in load_segment()2088 segment_command_size = sizeof(struct segment_command_64); in load_segment()2122 scp = (struct segment_command_64 *)lcp; in load_segment()3591 struct segment_command_64 *seg64; in set_code_unprotect()3688 seg64 = (struct segment_command_64 *)lcp; in set_code_unprotect()
58 typedef struct segment_command_64 kernel_segment_command_t;
221 struct segment_command_64 * segcmd; in main()
365 auto *seg_cmd = reinterpret_cast<const segment_command_64 *>(cmd);539 auto *cmd = reinterpret_cast<const segment_command_64 *>(commands.data()); in do_fileset()
260 SEGMENT_TYPES = (macholib.mach_o.segment_command_64, macholib.mach_o.segment_command)
375 struct segment_command_64 { /* for 64-bit architectures */ struct
425 sizeofcmds = (uint32_t)(core_context->core_segment_count * sizeof(struct segment_command_64) + in coredump_save_summary()536 struct segment_command_64 seg_command = { }; in coredump_save_segment_descriptions()
735 struct segment_command_64 segcmd; in main()
1069 (struct segment_command_64 *)(vm_offset_t)lc; in kalloc_type_view_parse()