Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp389 bool ElfRelocations::ApplyRelReloc(const ELF::Rel* rel, in ApplyRelReloc() argument
393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc()
394 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info); in ApplyRelReloc()
396 const ELF::Addr reloc = static_cast<ELF::Addr>(rel->r_offset + load_bias_); in ApplyRelReloc()
398 RLOG(" rel reloc=%p offset=%p type=%d\n", reloc, rel->r_offset, rel_type); in ApplyRelReloc()
427 rel->r_offset); in ApplyRelReloc()
428 *target += sym_addr - rel->r_offset; in ApplyRelReloc()
550 bool ElfRelocations::ApplyRelRelocs(const ELF::Rel* rel, in ApplyRelRelocs() argument
555 RLOG("%s: rel=%p rel_count=%d\n", __FUNCTION__, rel, rel_count); in ApplyRelRelocs()
557 if (!rel) in ApplyRelRelocs()
[all …]
Dcrazy_linker_elf_relocations.h70 bool ApplyRelReloc(const ELF::Rel* rel,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp259 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \ argument
260 enum { BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) }; \
267 boost::mpl::assert_::arg rel boost::mpl::assert_::arg \
276 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \
280 boost::mpl::assert_::arg rel boost::mpl::assert_::arg \
283 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
299 # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \ argument
300 BOOST_MPL_ASSERT_RELATION_IMPL(BOOST_MPL_AUX_PP_COUNTER(), x, rel, y) \
306 # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \
310 boost::mpl::assertion_failed<(x rel y)>( boost::mpl::assert_rel_arg( \
[all …]
/ndk/sources/host-tools/make-3.81/
Dbuild_w32.bat25 if exist link.rel del link.rel
99 echo WinRel\variable.obj >>link.rel
101 echo WinRel\rule.obj >>link.rel
103 echo WinRel\remote-stub.obj >>link.rel
105 echo WinRel\commands.obj >>link.rel
107 echo WinRel\file.obj >>link.rel
109 echo WinRel\getloadavg.obj >>link.rel
111 echo WinRel\default.obj >>link.rel
113 echo WinRel\signame.obj >>link.rel
115 echo WinRel\expand.obj >>link.rel
[all …]
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4088 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.special/rel)
4178 $(call gen-test, utilities/meta/meta.rel/is_base_of)
4179 $(call gen-test, utilities/meta/meta.rel/is_convertible)
4180 $(call gen-test, utilities/meta/meta.rel/is_same)
4494 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/eq)
4495 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/lt)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4097 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.special/rel)
4187 $(call gen-test, utilities/meta/meta.rel/is_base_of)
4188 $(call gen-test, utilities/meta/meta.rel/is_convertible)
4189 $(call gen-test, utilities/meta/meta.rel/is_same)
4503 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/eq)
4504 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/lt)
/ndk/sources/host-tools/make-3.81/po/
Dpt_BR.po1058 msgstr "aviso: O rel�gio est� errado. Sua compila��o pode ficar incompleta."
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtype_traits839 // Test taken directly from definition of is_convertible predicate in [meta.rel]p4.