Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 4 of 4) 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() argument
1835 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1847 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
/art/dexlayout/
Ddex_verify.h35 const char* section_name,
Ddex_verify.cc53 const char* section_name, in VerifyIds() argument
69 *error_msg = StringPrintf("Mismatch for %s section: %s is longer.", section_name, longer); in VerifyIds()