724
725 Older objects do not have the extra space necessary to complete such
726 operations. The space necessary to do so was introduced in the Solaris
727 Express Community Edition release.
728
729
730 When an operation fails, the detailed information printed using the -d
731 (debug) option can be very helpful in uncovering the reason why.
732
733
734 elfedit modules follow a convention by which commands that directly
735 manipulate a field in an ELF structure have the same name as the field,
736 while commands that implement higher level concepts do not. For
737 instance, the command to manipulate the e_flags field in the ELF header
738 is named ehdr:e_flags. Therefore, you generally find the command to
739 modify ELF fields by identifying the module and looking for a command
740 with the name of the field.
741
742
743
744 January 28, 2008 ELFEDIT(1)
|
724
725 Older objects do not have the extra space necessary to complete such
726 operations. The space necessary to do so was introduced in the Solaris
727 Express Community Edition release.
728
729
730 When an operation fails, the detailed information printed using the -d
731 (debug) option can be very helpful in uncovering the reason why.
732
733
734 elfedit modules follow a convention by which commands that directly
735 manipulate a field in an ELF structure have the same name as the field,
736 while commands that implement higher level concepts do not. For
737 instance, the command to manipulate the e_flags field in the ELF header
738 is named ehdr:e_flags. Therefore, you generally find the command to
739 modify ELF fields by identifying the module and looking for a command
740 with the name of the field.
741
742
743
744 May 17, 2020 ELFEDIT(1)
|