Home
last modified time | relevance | path

Searched refs:linkedit (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1520 bfd_mach_o_linkedit_command *linkedit = &cmd->command.linkedit; in dump_load_command() local
1523 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()
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h574 bfd_mach_o_linkedit_command linkedit; member
Dmach-o.c2380 bfd_mach_o_segment_command *linkedit = NULL; in bfd_mach_o_write_contents() local
2398 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()
DChangeLog-20091989 (bfd_mach_o_load_command): Add linkedit and str fields.