Home
last modified time | relevance | path

Searched refs:seg_start_pos (Results 1 – 1 of 1) sorted by relevance

/third_party/elfio/elfio/
Delfio.hpp791 Elf_Xword seg_start_pos = current_file_pos; in layout_segments_and_their_sections() local
795 seg_start_pos = header->get_segments_offset(); in layout_segments_and_their_sections()
802 seg_start_pos = 0; in layout_segments_and_their_sections()
818 seg_start_pos = current_file_pos; in layout_segments_and_their_sections()
821 seg_start_pos = in layout_segments_and_their_sections()
827 segment_filesize, seg_start_pos ) ) { in layout_segments_and_their_sections()
841 seg->set_offset( seg_start_pos ); in layout_segments_and_their_sections()
862 const Elf_Xword& seg_start_pos ) noexcept in write_segment_data() argument
884 Elf64_Off cur_offset = current_file_pos - seg_start_pos; in write_segment_data()
906 sec->get_offset() - seg_start_pos - segment_filesize; in write_segment_data()
[all …]