Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc256 Elf_Shdr* section_header = GetSectionHeader(i); in Setup() local
257 if (section_header == nullptr) { in Setup()
262 switch (section_header->sh_type) { in Setup()
264 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup()
271 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup()
279 if ((section_header->sh_flags & SHF_ALLOC) != 0) { in Setup()
281 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup()
283 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup()
290 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup()
292 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup()
[all …]