Lines Matching +defs:section +defs:header
147 GElf_Ehdr header; in GetMachine() local
171 Elf_Scn* section = nullptr; in GetSectionsIf() local
172 GElf_Shdr header; in GetSectionsIf() local
187 return GetSectionsIf(elf, [&](const GElf_Shdr& header) { in GetSectionsByName()
205 Elf_Scn* section = MaybeGetSectionByName(elf, name); in GetSectionByName() local
212 elf, [&](const GElf_Shdr& header) { return header.sh_type == type; }); in MaybeGetSectionByType()
221 Elf_Scn* section = elf_getscn(elf, index); in GetSectionByIndex() local
227 GElf_Shdr header; member
231 SectionInfo GetSectionInfo(Elf_Scn* section) { in GetSectionInfo()
248 std::string_view GetRawData(Elf_Scn* section, const char* name) { in GetRawData()
254 std::string_view GetString(Elf* elf, uint32_t section, size_t offset) { in GetString()
476 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetElfSymbolCRC() local
497 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetElfSymbolNamespace() local
526 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetAbsoluteAddress() local
527 GElf_Shdr header; in GetAbsoluteAddress() local