Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.h63 bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size);
Delf_file.cc1871 bool ElfFile::GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size) { in GetSectionOffsetAndSize() argument
1875 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1887 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()