Searched refs:actuals_offset (Results 1 – 1 of 1) sorted by relevance
1721 off_t actuals_offset; in read_header_prolog() local1728 actuals_offset = elfcpp::Swap_unaligned<32, big_endian>::readval(lineptr); in read_header_prolog()1730 actuals_offset = elfcpp::Swap_unaligned<64, big_endian>::readval(lineptr); in read_header_prolog()1734 if (actuals_offset > 0) in read_header_prolog()1735 this->actuals_start_ = this->end_of_header_length_ + actuals_offset; in read_header_prolog()