Searched refs:section_name (Results 1 – 4 of 4) sorted by relevance
75 bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size) const;
1839 bool ElfFile::GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, in GetSectionOffsetAndSize() argument1844 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); in GetSectionOffsetAndSize()1856 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
35 const char* section_name,
53 const char* section_name, in VerifyIds() argument69 *error_msg = StringPrintf("Mismatch for %s section: %s is longer.", section_name, longer); in VerifyIds()