Searched refs:linkedit (Results 1 – 4 of 4) sorted by relevance
1520 bfd_mach_o_linkedit_command *linkedit = &cmd->command.linkedit; in dump_load_command() local1523 linkedit->dataoff, linkedit->datasize, in dump_load_command()1524 linkedit->dataoff + linkedit->datasize); in dump_load_command()1530 dump_code_signature (abfd, linkedit); in dump_load_command()1533 dump_segment_split_info (abfd, linkedit); in dump_load_command()1536 dump_function_starts (abfd, linkedit); in dump_load_command()1539 dump_data_in_code (abfd, linkedit); in dump_load_command()
574 bfd_mach_o_linkedit_command linkedit; member
2380 bfd_mach_o_segment_command *linkedit = NULL; in bfd_mach_o_write_contents() local2398 linkedit = &cmd->command.segment; in bfd_mach_o_write_contents()2480 if (linkedit != NULL) in bfd_mach_o_write_contents()2484 linkedit->vmsize = mdata->filelen - linkedit->fileoff; in bfd_mach_o_write_contents()2486 linkedit->filesize = mdata->filelen - linkedit->fileoff; in bfd_mach_o_write_contents()2488 linkedit->initprot = BFD_MACH_O_PROT_READ; in bfd_mach_o_write_contents()2489 linkedit->maxprot = BFD_MACH_O_PROT_READ | BFD_MACH_O_PROT_WRITE in bfd_mach_o_write_contents()4225 bfd_mach_o_linkedit_command *cmd = &command->command.linkedit; in bfd_mach_o_read_linkedit()
1989 (bfd_mach_o_load_command): Add linkedit and str fields.