Searched refs:checkRelocation (Results 1 – 2 of 2) sorted by relevance
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 155 void checkRelocation( const const_relocation_section_accessor* pRT, in checkRelocation() function 281 checkRelocation( &reloc, 0, 0x08049568, 0x0, "__gmon_start__", in TEST() 289 checkRelocation( &reloc1, 0, 0x08049578, 0x0, "__gmon_start__", in TEST() 291 checkRelocation( &reloc1, 1, 0x0804957c, 0x0, "__libc_start_main", in TEST() 293 checkRelocation( &reloc1, 2, 0x08049580, 0x0, "puts", in TEST() 394 checkRelocation( &reloc, 0, 0x00600828, 0x0, "__gmon_start__", in TEST() 402 checkRelocation( &reloc1, 0, 0x00600848, 0x0, "puts", in TEST() 404 checkRelocation( &reloc1, 1, 0x00600850, 0x0, "__libc_start_main", in TEST() 467 checkRelocation( &reloc, 0, 0x00000005, 0x0, "", R_X86_64_32, 0, 0 ); in TEST() 468 checkRelocation( &reloc, 1, 0x0000000A, 0x0, "puts", R_X86_64_PC32, in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 264 virtual bool checkRelocation(MCContext &Ctx, SMLoc Loc, in checkRelocation() function in __anon4da26fc50111::ELFObjectWriter 314 virtual bool checkRelocation(MCContext &Ctx, SMLoc Loc, in checkRelocation() function in __anon4da26fc50111::ELFDwoObjectWriter 1472 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()
|