Searched refs:section_header (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | elf_file.cc | 205 Elf_Shdr* section_header = GetSectionHeader(i); in Setup() local 206 if (section_header == nullptr) { in Setup() 211 switch (section_header->sh_type) { in Setup() 213 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup() 220 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup() 228 if ((section_header->sh_flags & SHF_ALLOC) != 0) { in Setup() 230 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup() 232 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup() 239 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup() 241 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup() [all …]
|