Home | History | Annotate | Download | only in gold

Lines Matching refs:section_offset

1029   uint64_t section_offset = 0;
1048 while (table->read_header(section_offset))
1050 map->insert(std::make_pair(table->cu_offset(), section_offset));
1051 section_offset += table->subsection_size();