Searched refs:GetSectionOffsetAndSize (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Delf_file.h70 bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size) const;
H A Doat_file.cc855 bool has_section = elf_file->GetSectionOffsetAndSize(".rodata", &offset, &size);
H A Delf_file.cc1811 bool ElfFile::GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, function in class:art::ElfFile
/art/patchoat/
H A Dpatchoat.cc97 if (!elf_file->GetSectionOffsetAndSize(".rodata", &off, nullptr)) {

Completed in 46 milliseconds