Searched refs:section_64 (Results 1 – 10 of 10) sorted by relevance
112 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()
475 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()
47 struct section_64;
338 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()
104 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);
59 typedef struct section_64 kernel_section_t;
52 section_64,113 section_cls = section_64
222 struct section_64 * sects; in main()
449 struct section_64 { /* for 64-bit architectures */ struct
336 struct section_64 s64; in note_all_image_info_section()2089 single_section_size = sizeof(struct section_64); in load_segment()