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

  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 121 constexpr uint32_t anchor_offset = 5u; // After call +0. local
124 LinkerPatch::StringBssEntryPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex),
131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset);
153 constexpr uint32_t anchor_offset = 5u; // After call +0. local
156 LinkerPatch::RelativeStringPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex),
163 uint32_t diff = kStringOffset - (result.second + anchor_offset);
relative_patcher_x86.cc 52 uint32_t anchor_offset = patch_offset - literal_offset + anchor_literal_offset; local
53 uint32_t diff = target_offset - anchor_offset;
  /art/compiler/linker/mips/
relative_patcher_mips.cc 74 uint32_t anchor_offset = patch_offset - literal_offset + anchor_literal_offset; local
75 uint32_t diff = target_offset - anchor_offset;
  /art/compiler/linker/mips64/
relative_patcher_mips64.cc 68 uint32_t anchor_offset = patch_offset - literal_offset + anchor_literal_offset; local
69 uint32_t diff = target_offset - anchor_offset;
  /external/freetype/src/otvalid/
otvgpos.c 81 OTV_OPTIONAL_TABLE( anchor_offset );
84 OTV_OPTIONAL_OFFSET( anchor_offset );
88 OTV_SIZE_CHECK( anchor_offset );
89 if ( anchor_offset )
90 otv_Anchor_validate( table + anchor_offset, otvalid );
93 otv_Anchor_validate( table + anchor_offset, otvalid );

Completed in 234 milliseconds