Home | History | Annotate | Download | only in gold

Lines Matching defs:output_offset

55   // + LENGTH in the input section SHNDX to OUTPUT_OFFSET in the
56 // output section. An OUTPUT_OFFSET of -1 means that the bytes are
57 // discarded. OUTPUT_OFFSET is relative to the start of the merged
61 section_size_type length, section_offset_type output_offset);
65 // is at offset OFFSET in section SHNDX. This sets *OUTPUT_OFFSET
68 // mapping is known, false otherwise. *OUTPUT_OFFSET is relative to
73 section_offset_type* output_offset);
101 section_offset_type output_offset;
183 // input section SHNDX in object OBJECT to OUTPUT_OFFSET in the
184 // output section. An OUTPUT_OFFSET of -1 means that the bytes are
185 // discarded. OUTPUT_OFFSET is not the offset from the start of the
191 section_offset_type output_offset);
195 // *OUTPUT_OFFSET to the offset in the output section; this will be
203 section_offset_type* output_offset) const;
293 // OBJECT to an OUTPUT_OFFSET in the output section. OUTPUT_OFFSET
298 section_size_type length, section_offset_type output_offset)
300 this->merge_map_.add_mapping(object, shndx, offset, length, output_offset);