Lines Matching refs:Elf_Shdr

183     Elf_Shdr* shstrtab_section_header = GetSectionNameStringSection();  in Setup()
205 Elf_Shdr* section_header = GetSectionHeader(i); in Setup()
306 Elf_Shdr* source_section = nullptr; in CheckSectionsLinked()
310 Elf_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()
713 return reinterpret_cast<Elf_Shdr*>(section_header); in GetSectionHeader()
722 Elf_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()
804 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSymbolNum(Elf_Shdr& section_header) const { in GetSymbolNum()
849 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
853 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
895 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
899 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
930 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Shdr& string_section, in GetString()
984 typename ElfTypes::Rel* ElfFileImpl<ElfTypes>::GetRelSectionStart(Elf_Shdr& section_header) const { in GetRelSectionStart()
990 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetRelNum(Elf_Shdr& section_header) const { in GetRelNum()
997 typename ElfTypes::Rel& ElfFileImpl<ElfTypes>::GetRel(Elf_Shdr& section_header, Elf_Word i) const { in GetRel()
1004 typename ElfTypes::Rela* ElfFileImpl<ElfTypes>::GetRelaSectionStart(Elf_Shdr& section_header) const… in GetRelaSectionStart()
1010 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetRelaNum(Elf_Shdr& section_header) const { in GetRelaNum()
1016 typename ElfTypes::Rela& ElfFileImpl<ElfTypes>::GetRela(Elf_Shdr& section_header, Elf_Word i) const… in GetRela()
1350 Elf_Shdr* shstrtab_sec = GetSectionNameStringSection(); in FindSectionByName()
1355 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()
1454 std::vector<Elf_Shdr> section_headers; in Strip()
1459 Elf_Shdr* string_section = GetSectionNameStringSection(); in Strip()
1462 Elf_Shdr* sh = GetSectionHeader(i); in Strip()
1486 Elf_Shdr& new_sh = section_headers[i]; in Strip()
1487 Elf_Shdr* old_sh = GetSectionHeader(section_headers_original_indexes[i]); in Strip()
1507 size_t section_headers_size_in_bytes = section_headers.size() * sizeof(Elf_Shdr); in Strip()
1581 Elf_Shdr* sh = GetSectionHeader(i); in FixupSectionHeaders()
1625 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FixupSymbols()
1650 Elf_Shdr* sh = GetSectionHeader(i); in FixupRelocations()