Searched refs:Elf_Word (Results 1 – 3 of 3) sorted by relevance
41 using Elf_Word = typename ElfTypes::Word; variable82 Elf_Word GetProgramHeaderNum() const;83 Elf_Phdr* GetProgramHeader(Elf_Word) const;85 Elf_Word GetSectionHeaderNum() const;86 Elf_Shdr* GetSectionHeader(Elf_Word) const;87 Elf_Shdr* FindSectionByType(Elf_Word type) const;95 static bool IsSymbolSectionType(Elf_Word section_type);96 Elf_Word GetSymbolNum(Elf_Shdr&) const;97 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;101 Elf_Addr FindSymbolAddress(Elf_Word section_type,[all …]
210 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in Setup()314 Elf_Word target_index = 0; in CheckSectionsLinked()316 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in CheckSectionsLinked()590 Elf_Word section_type) const { in GetSymbolSectionStart()610 Elf_Word section_type) const { in GetStringSectionStart()627 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()628 Elf_Word i) const { in GetString()686 typename ElfTypes::Phdr* ElfFileImpl<ElfTypes>::GetProgramHeader(Elf_Word i) const { in GetProgramHeader()696 typename ElfTypes::Phdr* ElfFileImpl<ElfTypes>::FindProgamHeaderByType(Elf_Word type) const { in FindProgamHeaderByType()697 for (Elf_Word i = 0; i < GetProgramHeaderNum(); i++) { in FindProgamHeaderByType()[all …]
85 using Elf_Word = typename ElfTypes::Word; variable98 Elf_Word type, in Section()99 Elf_Word flags, in Section()101 Elf_Word info, in Section()102 Elf_Word align, in Section()103 Elf_Word entsize) in Section()180 Elf_Word GetSize() const { in GetSize()185 CHECK_NE(header_.sh_type, (Elf_Word)SHT_NOBITS); in GetSize()193 void WriteNoBitsSection(Elf_Word size) { in WriteNoBitsSection()222 Elf_Word GetSectionIndex() const { in GetSectionIndex()[all …]