Home
last modified time | relevance | path

Searched refs:section_64 (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.41.9/libkern/kxld/
H A Dkxld_sect.c112 struct section_64 *src = (struct section_64 *) ((void *) (macho + *sect_offset)); in kxld_sect_init_from_macho_64()
266 return sizeof(struct section_64); in kxld_sect_get_macho_header_size()
558 struct section_64 *secthdr = NULL; in sect_export_macho_header_64()
567 secthdr = (struct section_64 *) ((void *) (buf + *header_offset)); in sect_export_macho_header_64()
H A Dkxld_util.c475 struct section_64 *sects = NULL; in validate_and_swap_macho_64()
551 sects = (struct section_64 *) &seg_hdr[1]; in validate_and_swap_macho_64()
729 struct section_64 *sects = NULL; in unswap_macho_64()
752 sects = (struct section_64 *) &seg_hdr[1]; in unswap_macho_64()
H A Dkxld_sect.h47 struct section_64;
/xnu-10002.41.9/osfmk/mach/
H A Ddyld_kernel_fixups.h338 struct section_64 *sec; in kernel_collection_adjust_fileset_entry_addrs()
358 sec = (struct section_64 *)((uintptr_t)seg + sizeof(*seg)); in kernel_collection_adjust_fileset_entry_addrs()
405 struct section_64 *sec; in kernel_collection_adjust_mh_addrs()
447 sec = (struct section_64 *)((uintptr_t)seg + sizeof(*seg)); in kernel_collection_adjust_mh_addrs()
/xnu-10002.41.9/tools/kt-dump/
H A Dkt-dump.cpp104 section_64 section;
107 macho_section(const section_64 &sec, std::span<uint8_t> data) in macho_section()
366 const std::span<section_64> sections((section_64 *)(seg_cmd + 1), seg_cmd->nsects);
/xnu-10002.41.9/libkern/libkern/
H A Dkernel_mach_header.h59 typedef struct section_64 kernel_section_t;
/xnu-10002.41.9/tools/lldbmacros/
H A Dmacho.py52 section_64,
113 section_cls = section_64
/xnu-10002.41.9/SETUP/setsegname/
H A Dsetsegname.c222 struct section_64 * sects; in main()
/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h449 struct section_64 { /* for 64-bit architectures */ struct
/xnu-10002.41.9/bsd/kern/
H A Dmach_loader.c336 struct section_64 s64; in note_all_image_info_section()
2089 single_section_size = sizeof(struct section_64); in load_segment()