Searched defs:DynamicSection (Results 1 – 3 of 3) sorted by relevance
364 struct DynamicSection : Section { struct367 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function369 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()373 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
1253 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection4025 template class elf::DynamicSection<ELF32LE>; member in elf4026 template class elf::DynamicSection<ELF32BE>; member in elf4027 template class elf::DynamicSection<ELF64LE>; member in elf4028 template class elf::DynamicSection<ELF64BE>; member in elf
866 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function