Searched refs:section_header (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | elf_file.cc | 211 Elf_Shdr* section_header = GetSectionHeader(i); in Setup() local 212 if (section_header == nullptr) { in Setup() 217 switch (section_header->sh_type) { in Setup() 219 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup() 226 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup() 234 if ((section_header->sh_flags & SHF_ALLOC) != 0) { in Setup() 236 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup() 238 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup() 245 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup() 247 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup() [all …]
|