Home
last modified time | relevance | path

Searched refs:GetElfSegmentAlignmentFromFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Delf_file.h85 size_t GetElfSegmentAlignmentFromFile() const;
H A Delf_file_impl.h120 size_t GetElfSegmentAlignmentFromFile() const;
H A Delf_file.cc1029 size_t ElfFileImpl<ElfTypes>::GetElfSegmentAlignmentFromFile() const { in GetElfSegmentAlignmentFromFile() function in art::ElfFileImpl
1687 size_t ElfFile::GetElfSegmentAlignmentFromFile() const { in GetElfSegmentAlignmentFromFile() function in art::ElfFile
1688 DELEGATE_TO_IMPL(GetElfSegmentAlignmentFromFile); in GetElfSegmentAlignmentFromFile()
/aosp_15_r20/art/runtime/
H A Druntime_test.cc110 EXPECT_EQ(kElfSegmentAlignment, elf_file->GetElfSegmentAlignmentFromFile()); in TEST_F()