Searched refs:linkedit_data_command (Results 1 – 7 of 7) sorted by relevance
41 kxld_splitinfolc_init_from_macho(KXLDsplitinfolc *splitinfolc, struct linkedit_data_command *src) in kxld_splitinfolc_init_from_macho()65 return sizeof(struct linkedit_data_command); in kxld_splitinfolc_get_macho_header_size()79 struct linkedit_data_command *splitinfolc_hdr = NULL; in kxld_splitinfolc_export_macho()91 splitinfolc_hdr = (struct linkedit_data_command *)((void *)(buf + *header_offset)); in kxld_splitinfolc_export_macho()
38 struct linkedit_data_command;52 void kxld_splitinfolc_init_from_macho(KXLDsplitinfolc *splitinfolc, struct linkedit_data_command *s…
757 struct linkedit_data_command *split_info_hdr = NULL; in init_from_final_linked_image()758 split_info_hdr = (struct linkedit_data_command *) (void *) cmd_hdr; in init_from_final_linked_image()
215 const struct linkedit_data_command* chainedFixups = 0; in kernel_collection_slide()249 chainedFixups = (const struct linkedit_data_command*)cmd; in kernel_collection_slide()
1192 struct linkedit_data_command { struct
187 struct linkedit_data_command *lcp,1284 (struct linkedit_data_command *) lcp, in parse_machfile()3390 struct linkedit_data_command *lcp, in load_code_signature()3473 if (lcp->cmdsize != sizeof(struct linkedit_data_command)) { in load_code_signature()
6758 struct linkedit_data_command * segmentSplitInfo = NULL; in slidePrelinkedExecutable()6779 …segmentSplitInfo = (struct linkedit_data_command *) getcommandfromheader(mh, LC_SEGMENT_SPLIT_INFO… in slidePrelinkedExecutable()