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()
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()
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()
383 segment_command_sz = sizeof(struct segment_command_64); in coredump()575 struct segment_command_64 *sc64; in coredump()675 sc64 = (struct segment_command_64 *)(header + hoffset); in coredump()677 sc64->cmdsize = sizeof(struct segment_command_64); in coredump()
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()2057 struct segment_command_64 segment_command, *scp; in load_segment()2084 segment_command_size = sizeof(struct segment_command_64); in load_segment()2118 scp = (struct segment_command_64 *)lcp; in load_segment()3571 struct segment_command_64 *seg64; in set_code_unprotect()3668 seg64 = (struct segment_command_64 *)lcp; in set_code_unprotect()
58 typedef struct segment_command_64 kernel_segment_command_t;
168 segment_command_64 *seg_cmd = reinterpret_cast<segment_command_64 *>(cmd); in main()
221 struct segment_command_64 * segcmd; in main()
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()
978 (struct segment_command_64 *)(vm_offset_t)lc; in kalloc_type_view_parse()