Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
Delfio.hpp835 Elf64_Off alignmentError = current_file_pos % 4; in layout_section_table() local
836 current_file_pos += ( 4 - alignmentError ) % 4; in layout_section_table()