Lines Matching refs:Elf_Shdr
188 Elf_Shdr* shstrtab_section_header = GetSectionNameStringSection(); in Setup()
210 Elf_Shdr* section_header = GetSectionHeader(i); in Setup()
312 Elf_Shdr* source_section = nullptr; in CheckSectionsLinked()
316 Elf_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()
722 return reinterpret_cast<Elf_Shdr*>(section_header); in GetSectionHeader()
731 Elf_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()
813 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSymbolNum(Elf_Shdr& section_header) const { in GetSymbolNum()
858 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
862 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
904 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
908 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
939 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Shdr& string_section, in GetString()
993 typename ElfTypes::Rel* ElfFileImpl<ElfTypes>::GetRelSectionStart(Elf_Shdr& section_header) const { in GetRelSectionStart()
999 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetRelNum(Elf_Shdr& section_header) const { in GetRelNum()
1006 typename ElfTypes::Rel& ElfFileImpl<ElfTypes>::GetRel(Elf_Shdr& section_header, Elf_Word i) const { in GetRel()
1013 typename ElfTypes::Rela* ElfFileImpl<ElfTypes>::GetRelaSectionStart(Elf_Shdr& section_header) const… in GetRelaSectionStart()
1019 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetRelaNum(Elf_Shdr& section_header) const { in GetRelaNum()
1025 typename ElfTypes::Rela& ElfFileImpl<ElfTypes>::GetRela(Elf_Shdr& section_header, Elf_Word i) const… in GetRela()
1337 Elf_Shdr* shstrtab_sec = GetSectionNameStringSection(); in FindSectionByName()
1342 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()
1441 std::vector<Elf_Shdr> section_headers; in Strip()
1446 Elf_Shdr* string_section = GetSectionNameStringSection(); in Strip()
1449 Elf_Shdr* sh = GetSectionHeader(i); in Strip()
1473 Elf_Shdr& new_sh = section_headers[i]; in Strip()
1474 Elf_Shdr* old_sh = GetSectionHeader(section_headers_original_indexes[i]); in Strip()
1494 size_t section_headers_size_in_bytes = section_headers.size() * sizeof(Elf_Shdr); in Strip()
1568 Elf_Shdr* sh = GetSectionHeader(i); in FixupSectionHeaders()
1612 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FixupSymbols()
1637 Elf_Shdr* sh = GetSectionHeader(i); in FixupRelocations()