Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc327 null_hdr.sh_link = SHN_UNDEF; in Write()
410 dynsym_builder_.section_.sh_link = dynsym_builder_.GetLink(); in Write()
417 dynsym_builder_.strtab_.section_.sh_link = dynsym_builder_.strtab_.GetLink(); in Write()
424 hash_builder_.section_.sh_link = hash_builder_.GetLink(); in Write()
431 rodata_builder_.section_.sh_link = rodata_builder_.GetLink(); in Write()
437 text_builder_.section_.sh_link = text_builder_.GetLink(); in Write()
445 dynamic_builder_.section_.sh_link = dynamic_builder_.GetLink(); in Write()
455 symtab_builder_.section_.sh_link = symtab_builder_.GetLink(); in Write()
462 symtab_builder_.strtab_.section_.sh_link = symtab_builder_.strtab_.GetLink(); in Write()
492 it->section_.sh_link = it->GetLink(); in Write()
[all …]
/art/runtime/
Delf.h1211 Elf32_Word sh_link; // Section type-specific header table index link member
1225 Elf64_Word sh_link; member
Delf_file.cc363 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()
843 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
887 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()