For a relocatable file, the value is the byte offset from the beginning of the section to the storage unit affected by the relocation.
再配置可能ファイルの場合、この値はセクションの先頭から再配置で影響を受ける格納単位 (storage unit) までのバイトオフセットである。 - JM
This is useful when generating huge relocatable for downloading into certain real time kernels with the COFF object file format; since COFF cannot represent more than 65535 relocations in a single section.
これは COFF オブジェクトファイルフォーマットの巨大なリロケータブルファイルを、リアルタイムカーネルにダウンロードする場合などに役に立つ。 COFF はセクションあたり 65535 以上のリロケーションを持てないからである。 - JM
Relocatable files must have information that describes how to modify their section contents, thus allowing executable and shared object files to hold the right information for a process's program image.
再配置可能ファイルはセクションの内容をどのように修正するかに関する情報を持たなければならない。 これにより、実行可能ファイルと共有オブジェクトファイルはプロセスのプログラムイメージについての正しい情報を持つことができる。 - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.