Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1211 Elf32_Word sh_link; // Section type-specific header table index link member
1225 Elf64_Word sh_link; member
Delf_file.cc323 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()
852 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
898 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
/art/compiler/
Delf_builder.h571 section->header_.sh_link = section->link_->GetSectionIndex(); in End()