Searched defs:DynamicSection (Results 1 – 2 of 2) sorted by relevance
1189 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection3200 template class elf::DynamicSection<ELF32LE>; member in elf3201 template class elf::DynamicSection<ELF32BE>; member in elf3202 template class elf::DynamicSection<ELF64LE>; member in elf3203 template class elf::DynamicSection<ELF64BE>; member in elf
646 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function