Home | History | Annotate | Download | only in gold

Lines Matching refs:section_offset

1643   section_offset_type section_offset;
1668 section_offset = file_offset - section.offset;
1682 section_offset = align_offset(section.size, align);
1683 section.size = section_offset + len;
1684 Contribution contrib = { section_offset, len, contents };
1688 return section_offset;