Searched defs:DynamicRelocationSection (Results 1 – 2 of 2) sorted by relevance
40 class DynamicRelocationSection; variable1005 explicit DynamicRelocationSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in DynamicRelocationSection() function
98 Error ELFSectionSizer<ELFT>::visit(DynamicRelocationSection &) { in visit() argument