Home
last modified time | relevance | path

Searched refs:GetSectionOffsetAndSize (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file.h75 bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size) const;
Delf_file.cc1830 bool ElfFile::GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, in GetSectionOffsetAndSize() function in art::ElfFile
Doat_file.cc1436 bool has_section = elf_file->GetSectionOffsetAndSize(".rodata", &offset, &size); in InitializeFromElfFile()