Home
last modified time | relevance | path

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

/third_party/elfio/tests/
DELFIOTest.cpp155 void checkRelocation( const relocation_section_accessor* pRT, in checkRelocation() function
272 checkRelocation( &reloc, 0, 0x08049568, 0x0, "__gmon_start__", in BOOST_AUTO_TEST_CASE()
280 checkRelocation( &reloc1, 0, 0x08049578, 0x0, "__gmon_start__", in BOOST_AUTO_TEST_CASE()
282 checkRelocation( &reloc1, 1, 0x0804957c, 0x0, "__libc_start_main", in BOOST_AUTO_TEST_CASE()
284 checkRelocation( &reloc1, 2, 0x08049580, 0x0, "puts", R_X86_64_JUMP_SLOT, 0, in BOOST_AUTO_TEST_CASE()
380 checkRelocation( &reloc, 0, 0x00600828, 0x0, "__gmon_start__", in BOOST_AUTO_TEST_CASE()
388 checkRelocation( &reloc1, 0, 0x00600848, 0x0, "puts", R_X86_64_JUMP_SLOT, 0, in BOOST_AUTO_TEST_CASE()
390 checkRelocation( &reloc1, 1, 0x00600850, 0x0, "__libc_start_main", in BOOST_AUTO_TEST_CASE()
452 checkRelocation( &reloc, 0, 0x00000005, 0x0, "", R_X86_64_32, 0, 0 ); in BOOST_AUTO_TEST_CASE()
453 checkRelocation( &reloc, 1, 0x0000000A, 0x0, "puts", R_X86_64_PC32, in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp264 virtual bool checkRelocation(MCContext &Ctx, SMLoc Loc, in checkRelocation() function in __anon091576c40111::ELFObjectWriter
314 virtual bool checkRelocation(MCContext &Ctx, SMLoc Loc, in checkRelocation() function in __anon091576c40111::ELFDwoObjectWriter
1472 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()