Lines Matching defs:DynamicRelSectionOrErr
2349 ErrorOr<BinarySection &> DynamicRelSectionOrErr =
2351 if (DynamicRelSectionOrErr) {
2352 DynamicRelocationsAddress = DynamicRelSectionOrErr->getAddress();
2353 DynamicRelocationsSize = DynamicRelSectionOrErr->getSize();
2354 const SectionRef &SectionRef = DynamicRelSectionOrErr->getSectionRef();
2361 ErrorOr<BinarySection &> DynamicRelSectionOrErr =
2363 if (!DynamicRelSectionOrErr)
2365 DynamicRelSectionOrErr.getError());
2366 auto DynamicRelSectionSize = DynamicRelSectionOrErr->getSize();
2373 readDynamicRelocations(DynamicRelSectionOrErr->getSectionRef(),