Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc243 Elf32_Shdr* section_header = GetSectionHeader(i); in Setup() local
244 if (section_header == nullptr) { in Setup()
249 switch (section_header->sh_type) { in Setup()
251 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup()
258 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup()
266 if ((section_header->sh_flags & SHF_ALLOC) != 0) { in Setup()
268 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup()
270 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup()
277 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup()
279 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup()
[all …]