Lines Matching refs:ElfInterface
182 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SinglePtLoad()
220 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in MultipleExecutablePtLoads()
287 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
356 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in NonExecutablePtLoads()
413 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in ManyPhdrs()
580 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in Soname()
601 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SonameAfterDtNull()
622 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SonameSize()
645 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SonameMissingMap()
1301 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in CheckGnuEhFrame()
1358 std::unique_ptr<ElfInterface> elf(new ElfInterface32(&memory_)); in TEST_F()
1384 std::unique_ptr<ElfInterface> elf(new ElfInterface32(&memory_)); in TEST_F()
1413 std::unique_ptr<ElfInterface> elf(new ElfInterface32(&memory_)); in TEST_F()
1470 std::unique_ptr<ElfInterface> elf(new ElfInterface32(&memory_)); in TEST_F()
1862 int64_t static_load_bias = ElfInterface::GetLoadBias<Ehdr, Phdr>(&memory_); in CheckLoadBiasInFirstPhdr()
1922 int64_t static_load_bias = ElfInterface::GetLoadBias<Ehdr, Phdr>(&memory_); in CheckLoadBiasInFirstExecPhdr()