HomeSort by relevance Sort by last modified time
    Searched full:per_align (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 280 uint32_t per_align = handler - cie_end; local
281 per_align += per_length - 1;
282 per_align &= ~(per_length - 1);
283 if (static_cast<uint32_t>(cie_end - handler) < per_align) {
286 handler += per_align;

Completed in 178 milliseconds